Diff
Modified: trunk/Source/WebCore/ChangeLog (183349 => 183350)
--- trunk/Source/WebCore/ChangeLog 2015-04-26 06:00:29 UTC (rev 183349)
+++ trunk/Source/WebCore/ChangeLog 2015-04-26 06:06:43 UTC (rev 183350)
@@ -1,3 +1,26 @@
+2015-04-25 Dan Bernstein <[email protected]>
+
+ Updated expected bindings generation test results after r183343.
+
+ * bindings/scripts/test/ObjC/DOMTestActiveDOMObject.h:
+ * bindings/scripts/test/ObjC/DOMTestCallback.h:
+ * bindings/scripts/test/ObjC/DOMTestCustomNamedGetter.h:
+ * bindings/scripts/test/ObjC/DOMTestEventConstructor.h:
+ * bindings/scripts/test/ObjC/DOMTestEventTarget.h:
+ * bindings/scripts/test/ObjC/DOMTestException.h:
+ * bindings/scripts/test/ObjC/DOMTestGenerateIsReachable.h:
+ * bindings/scripts/test/ObjC/DOMTestInterface.h:
+ * bindings/scripts/test/ObjC/DOMTestMediaQueryListListener.h:
+ * bindings/scripts/test/ObjC/DOMTestNamedConstructor.h:
+ * bindings/scripts/test/ObjC/DOMTestNode.h:
+ * bindings/scripts/test/ObjC/DOMTestNondeterministic.h:
+ * bindings/scripts/test/ObjC/DOMTestObj.h:
+ * bindings/scripts/test/ObjC/DOMTestOverloadedConstructors.h:
+ * bindings/scripts/test/ObjC/DOMTestSerializedScriptValueInterface.h:
+ * bindings/scripts/test/ObjC/DOMTestTypedefs.h:
+ * bindings/scripts/test/ObjC/DOMattribute.h:
+ * bindings/scripts/test/ObjC/DOMreadonly.h:
+
2015-04-25 Myles C. Maxfield <[email protected]>
font-synthesis's initial value is "style weight"
Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestActiveDOMObject.h (183349 => 183350)
--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestActiveDOMObject.h 2015-04-26 06:00:29 UTC (rev 183349)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestActiveDOMObject.h 2015-04-26 06:06:43 UTC (rev 183350)
@@ -29,7 +29,7 @@
@class DOMNode;
@class NSString;
-WEBKIT_CLASS_AVAILABLE_MAC(TBD)
+WEBKIT_CLASS_AVAILABLE_MAC(9876_5)
WEBCORE_EXPORT @interface DOMTestActiveDOMObject : DOMObject
@property (readonly) int excitingAttr;
Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCallback.h (183349 => 183350)
--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCallback.h 2015-04-26 06:00:29 UTC (rev 183349)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCallback.h 2015-04-26 06:06:43 UTC (rev 183350)
@@ -33,7 +33,7 @@
@class DOMTestNode;
@class NSString;
-WEBKIT_CLASS_AVAILABLE_MAC(TBD)
+WEBKIT_CLASS_AVAILABLE_MAC(9876_5)
WEBCORE_EXPORT @interface DOMTestCallback : DOMObject
- (BOOL)callbackWithNoParam;
- (BOOL)callbackWithArrayParam:(DOMFloat32Array *)arrayParam;
Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCustomNamedGetter.h (183349 => 183350)
--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCustomNamedGetter.h 2015-04-26 06:00:29 UTC (rev 183349)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCustomNamedGetter.h 2015-04-26 06:06:43 UTC (rev 183350)
@@ -28,7 +28,7 @@
@class NSString;
-WEBKIT_CLASS_AVAILABLE_MAC(TBD)
+WEBKIT_CLASS_AVAILABLE_MAC(9876_5)
WEBCORE_EXPORT @interface DOMTestCustomNamedGetter : DOMObject
- (void)anotherFunction:(NSString *)str;
@end
Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestEventConstructor.h (183349 => 183350)
--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestEventConstructor.h 2015-04-26 06:00:29 UTC (rev 183349)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestEventConstructor.h 2015-04-26 06:06:43 UTC (rev 183350)
@@ -28,7 +28,7 @@
@class NSString;
-WEBKIT_CLASS_AVAILABLE_MAC(TBD)
+WEBKIT_CLASS_AVAILABLE_MAC(9876_5)
WEBCORE_EXPORT @interface DOMTestEventConstructor : DOMObject
@property (readonly, copy) NSString *attr1;
@property (readonly, copy) NSString *attr2;
Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestEventTarget.h (183349 => 183350)
--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestEventTarget.h 2015-04-26 06:00:29 UTC (rev 183349)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestEventTarget.h 2015-04-26 06:06:43 UTC (rev 183350)
@@ -31,7 +31,7 @@
@class NSString;
@protocol DOMEventListener;
-WEBKIT_CLASS_AVAILABLE_MAC(TBD)
+WEBKIT_CLASS_AVAILABLE_MAC(9876_5)
WEBCORE_EXPORT @interface DOMTestEventTarget : DOMObject
- (DOMNode *)item:(unsigned)index;
- (void)addEventListener:(NSString *)type listener:(id <DOMEventListener>)listener useCapture:(BOOL)useCapture;
Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestException.h (183349 => 183350)
--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestException.h 2015-04-26 06:00:29 UTC (rev 183349)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestException.h 2015-04-26 06:06:43 UTC (rev 183350)
@@ -28,7 +28,7 @@
@class NSString;
-WEBKIT_CLASS_AVAILABLE_MAC(TBD)
+WEBKIT_CLASS_AVAILABLE_MAC(9876_5)
WEBCORE_EXPORT @interface DOMTestException : DOMObject
@property (readonly, copy) NSString *name;
@end
Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestGenerateIsReachable.h (183349 => 183350)
--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestGenerateIsReachable.h 2015-04-26 06:00:29 UTC (rev 183349)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestGenerateIsReachable.h 2015-04-26 06:06:43 UTC (rev 183350)
@@ -26,6 +26,6 @@
#import <WebCore/DOMObject.h>
-WEBKIT_CLASS_AVAILABLE_MAC(TBD)
+WEBKIT_CLASS_AVAILABLE_MAC(9876_5)
WEBCORE_EXPORT @interface DOMTestGenerateIsReachable : DOMObject
@end
Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestInterface.h (183349 => 183350)
--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestInterface.h 2015-04-26 06:00:29 UTC (rev 183349)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestInterface.h 2015-04-26 06:06:43 UTC (rev 183350)
@@ -32,9 +32,9 @@
enum {
-} WEBKIT_ENUM_AVAILABLE_MAC(TBD);
+} WEBKIT_ENUM_AVAILABLE_MAC(9876_5);
-WEBKIT_CLASS_AVAILABLE_MAC(TBD)
+WEBKIT_CLASS_AVAILABLE_MAC(9876_5)
WEBCORE_EXPORT @interface DOMTestInterface : DOMObject
@property (readonly, copy) NSString *implementsStr1;
@property (copy) NSString *implementsStr2;
Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestMediaQueryListListener.h (183349 => 183350)
--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestMediaQueryListListener.h 2015-04-26 06:00:29 UTC (rev 183349)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestMediaQueryListListener.h 2015-04-26 06:06:43 UTC (rev 183350)
@@ -28,7 +28,7 @@
@class DOMMediaQueryListListener;
-WEBKIT_CLASS_AVAILABLE_MAC(TBD)
+WEBKIT_CLASS_AVAILABLE_MAC(9876_5)
WEBCORE_EXPORT @interface DOMTestMediaQueryListListener : DOMObject
- (void)method:(DOMMediaQueryListListener *)listener;
@end
Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNamedConstructor.h (183349 => 183350)
--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNamedConstructor.h 2015-04-26 06:00:29 UTC (rev 183349)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNamedConstructor.h 2015-04-26 06:06:43 UTC (rev 183350)
@@ -26,6 +26,6 @@
#import <WebCore/DOMObject.h>
-WEBKIT_CLASS_AVAILABLE_MAC(TBD)
+WEBKIT_CLASS_AVAILABLE_MAC(9876_5)
WEBCORE_EXPORT @interface DOMTestNamedConstructor : DOMObject
@end
Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNode.h (183349 => 183350)
--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNode.h 2015-04-26 06:00:29 UTC (rev 183349)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNode.h 2015-04-26 06:06:43 UTC (rev 183350)
@@ -26,6 +26,6 @@
#import <WebCore/DOMNode.h>
-WEBKIT_CLASS_AVAILABLE_MAC(TBD)
+WEBKIT_CLASS_AVAILABLE_MAC(9876_5)
WEBCORE_EXPORT @interface DOMTestNode : DOMNode
@end
Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNondeterministic.h (183349 => 183350)
--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNondeterministic.h 2015-04-26 06:00:29 UTC (rev 183349)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNondeterministic.h 2015-04-26 06:06:43 UTC (rev 183350)
@@ -28,7 +28,7 @@
@class NSString;
-WEBKIT_CLASS_AVAILABLE_MAC(TBD)
+WEBKIT_CLASS_AVAILABLE_MAC(9876_5)
WEBCORE_EXPORT @interface DOMTestNondeterministic : DOMObject
@property (readonly) int nondeterministicReadonlyAttr;
@property (copy) NSString *nondeterministicWriteableAttr;
Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestObj.h (183349 => 183350)
--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestObj.h 2015-04-26 06:00:29 UTC (rev 183349)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestObj.h 2015-04-26 06:06:43 UTC (rev 183350)
@@ -56,9 +56,9 @@
DOM_CONST_VALUE_14 = 0x1abc,
DOM_CONST_JAVASCRIPT = 15,
DOM_readonly = 0
-} WEBKIT_ENUM_AVAILABLE_MAC(TBD);
+} WEBKIT_ENUM_AVAILABLE_MAC(9876_5);
-WEBKIT_CLASS_AVAILABLE_MAC(TBD)
+WEBKIT_CLASS_AVAILABLE_MAC(9876_5)
WEBCORE_EXPORT @interface DOMTestObj : DOMObject
@property (readonly) int readOnlyLongAttr;
@property (readonly, copy) NSString *readOnlyStringAttr;
Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestOverloadedConstructors.h (183349 => 183350)
--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestOverloadedConstructors.h 2015-04-26 06:00:29 UTC (rev 183349)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestOverloadedConstructors.h 2015-04-26 06:06:43 UTC (rev 183350)
@@ -26,6 +26,6 @@
#import <WebCore/DOMObject.h>
-WEBKIT_CLASS_AVAILABLE_MAC(TBD)
+WEBKIT_CLASS_AVAILABLE_MAC(9876_5)
WEBCORE_EXPORT @interface DOMTestOverloadedConstructors : DOMObject
@end
Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestSerializedScriptValueInterface.h (183349 => 183350)
--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestSerializedScriptValueInterface.h 2015-04-26 06:00:29 UTC (rev 183349)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestSerializedScriptValueInterface.h 2015-04-26 06:06:43 UTC (rev 183350)
@@ -28,7 +28,7 @@
@class NSString;
-WEBKIT_CLASS_AVAILABLE_MAC(TBD)
+WEBKIT_CLASS_AVAILABLE_MAC(9876_5)
WEBCORE_EXPORT @interface DOMTestSerializedScriptValueInterface : DOMObject
@property (strong) NSString *value;
@property (readonly, strong) NSString *readonlyValue;
Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestTypedefs.h (183349 => 183350)
--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestTypedefs.h 2015-04-26 06:00:29 UTC (rev 183349)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestTypedefs.h 2015-04-26 06:06:43 UTC (rev 183350)
@@ -29,7 +29,7 @@
@class DOMSVGPoint;
@class NSString;
-WEBKIT_CLASS_AVAILABLE_MAC(TBD)
+WEBKIT_CLASS_AVAILABLE_MAC(9876_5)
WEBCORE_EXPORT @interface DOMTestTypedefs : DOMObject
@property unsigned long long unsignedLongLongAttr;
@property (strong) NSString *immutableSerializedScriptValue;
Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMattribute.h (183349 => 183350)
--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMattribute.h 2015-04-26 06:00:29 UTC (rev 183349)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMattribute.h 2015-04-26 06:06:43 UTC (rev 183350)
@@ -28,7 +28,7 @@
@class NSString;
-WEBKIT_CLASS_AVAILABLE_MAC(TBD)
+WEBKIT_CLASS_AVAILABLE_MAC(9876_5)
WEBCORE_EXPORT @interface DOMattribute : DOMObject
@property (readonly, copy) NSString *readonly;
@end
Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMreadonly.h (183349 => 183350)
--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMreadonly.h 2015-04-26 06:00:29 UTC (rev 183349)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMreadonly.h 2015-04-26 06:06:43 UTC (rev 183350)
@@ -26,6 +26,6 @@
#import <WebCore/DOMObject.h>
-WEBKIT_CLASS_AVAILABLE_MAC(TBD)
+WEBKIT_CLASS_AVAILABLE_MAC(9876_5)
WEBCORE_EXPORT @interface DOMreadonly : DOMObject
@end