Title: [130943] trunk/Source/WebCore
- Revision
- 130943
- Author
- ale...@webkit.org
- Date
- 2012-10-10 12:49:26 -0700 (Wed, 10 Oct 2012)
Log Message
[Mac] Deprecate getPropertyShorthand from objective c bindings for future removal
https://bugs.webkit.org/show_bug.cgi?id=98916
Reviewed by Timothy Hatcher.
Mark getPropertyShorthand as deprecated so we can remove it later. It will allow us
to remove getPropertyShorthand from the web exposed API (this function is not part of
any specification, it was there for historical reason).
No new tests : just mark a function as deprecated.
* bindings/objc/PublicDOMInterfaces.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (130942 => 130943)
--- trunk/Source/WebCore/ChangeLog 2012-10-10 19:29:30 UTC (rev 130942)
+++ trunk/Source/WebCore/ChangeLog 2012-10-10 19:49:26 UTC (rev 130943)
@@ -1,3 +1,18 @@
+2012-10-10 Alexis Menard <ale...@webkit.org>
+
+ [Mac] Deprecate getPropertyShorthand from objective c bindings for future removal
+ https://bugs.webkit.org/show_bug.cgi?id=98916
+
+ Reviewed by Timothy Hatcher.
+
+ Mark getPropertyShorthand as deprecated so we can remove it later. It will allow us
+ to remove getPropertyShorthand from the web exposed API (this function is not part of
+ any specification, it was there for historical reason).
+
+ No new tests : just mark a function as deprecated.
+
+ * bindings/objc/PublicDOMInterfaces.h:
+
2012-10-10 Mike West <mk...@chromium.org>
Web Inspector: add support for %c (style) in console API
Modified: trunk/Source/WebCore/bindings/objc/PublicDOMInterfaces.h (130942 => 130943)
--- trunk/Source/WebCore/bindings/objc/PublicDOMInterfaces.h 2012-10-10 19:29:30 UTC (rev 130942)
+++ trunk/Source/WebCore/bindings/objc/PublicDOMInterfaces.h 2012-10-10 19:49:26 UTC (rev 130943)
@@ -978,7 +978,7 @@
- (void)setProperty:(NSString *)propertyName :(NSString *)value :(NSString *)priority;
- (void)setProperty:(NSString *)propertyName value:(NSString *)value priority:(NSString *)priority AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
- (NSString *)item:(unsigned)index;
-- (NSString *)getPropertyShorthand:(NSString *)propertyName AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
+- (NSString *)getPropertyShorthand:(NSString *)propertyName AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER_BUT_DEPRECATED;
- (BOOL)isPropertyImplicit:(NSString *)propertyName AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
@end
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes