Title: [171294] trunk/Source/WebCore
Revision
171294
Author
[email protected]
Date
2014-07-21 01:18:10 -0700 (Mon, 21 Jul 2014)

Log Message

Unreviewed. Update GObject DOM bindings test results after r171285.

* bindings/scripts/test/GObject/WebKitDOMTestActiveDOMObject.cpp:
* bindings/scripts/test/GObject/WebKitDOMTestCallback.cpp:
* bindings/scripts/test/GObject/WebKitDOMTestCustomNamedGetter.cpp:
* bindings/scripts/test/GObject/WebKitDOMTestEventConstructor.cpp:
* bindings/scripts/test/GObject/WebKitDOMTestEventTarget.cpp:
* bindings/scripts/test/GObject/WebKitDOMTestException.cpp:
* bindings/scripts/test/GObject/WebKitDOMTestGenerateIsReachable.cpp:
* bindings/scripts/test/GObject/WebKitDOMTestInterface.cpp:
* bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListener.cpp:
* bindings/scripts/test/GObject/WebKitDOMTestNamedConstructor.cpp:
* bindings/scripts/test/GObject/WebKitDOMTestNode.cpp:
* bindings/scripts/test/GObject/WebKitDOMTestNondeterministic.cpp:
* bindings/scripts/test/GObject/WebKitDOMTestObj.cpp:
* bindings/scripts/test/GObject/WebKitDOMTestOverloadedConstructors.cpp:
* bindings/scripts/test/GObject/WebKitDOMTestSerializedScriptValueInterface.cpp:
* bindings/scripts/test/GObject/WebKitDOMTestTypedefs.cpp:
* bindings/scripts/test/GObject/WebKitDOMattribute.cpp:
* bindings/scripts/test/GObject/WebKitDOMreadonly.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (171293 => 171294)


--- trunk/Source/WebCore/ChangeLog	2014-07-21 07:46:35 UTC (rev 171293)
+++ trunk/Source/WebCore/ChangeLog	2014-07-21 08:18:10 UTC (rev 171294)
@@ -1,3 +1,26 @@
+2014-07-21  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update GObject DOM bindings test results after r171285.
+
+        * bindings/scripts/test/GObject/WebKitDOMTestActiveDOMObject.cpp:
+        * bindings/scripts/test/GObject/WebKitDOMTestCallback.cpp:
+        * bindings/scripts/test/GObject/WebKitDOMTestCustomNamedGetter.cpp:
+        * bindings/scripts/test/GObject/WebKitDOMTestEventConstructor.cpp:
+        * bindings/scripts/test/GObject/WebKitDOMTestEventTarget.cpp:
+        * bindings/scripts/test/GObject/WebKitDOMTestException.cpp:
+        * bindings/scripts/test/GObject/WebKitDOMTestGenerateIsReachable.cpp:
+        * bindings/scripts/test/GObject/WebKitDOMTestInterface.cpp:
+        * bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListener.cpp:
+        * bindings/scripts/test/GObject/WebKitDOMTestNamedConstructor.cpp:
+        * bindings/scripts/test/GObject/WebKitDOMTestNode.cpp:
+        * bindings/scripts/test/GObject/WebKitDOMTestNondeterministic.cpp:
+        * bindings/scripts/test/GObject/WebKitDOMTestObj.cpp:
+        * bindings/scripts/test/GObject/WebKitDOMTestOverloadedConstructors.cpp:
+        * bindings/scripts/test/GObject/WebKitDOMTestSerializedScriptValueInterface.cpp:
+        * bindings/scripts/test/GObject/WebKitDOMTestTypedefs.cpp:
+        * bindings/scripts/test/GObject/WebKitDOMattribute.cpp:
+        * bindings/scripts/test/GObject/WebKitDOMreadonly.cpp:
+
 2014-07-20  Pratik Solanki  <[email protected]>
 
         Reduce the chances of a race condition when sharing SharedBuffer

Modified: trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestActiveDOMObject.cpp (171293 => 171294)


--- trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestActiveDOMObject.cpp	2014-07-21 07:46:35 UTC (rev 171293)
+++ trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestActiveDOMObject.cpp	2014-07-21 08:18:10 UTC (rev 171294)
@@ -25,6 +25,7 @@
 #include "DOMObjectCache.h"
 #include "Document.h"
 #include "ExceptionCode.h"
+#include "ExceptionCodeDescription.h"
 #include "JSMainThreadExecState.h"
 #include "WebKitDOMNodePrivate.h"
 #include "WebKitDOMPrivate.h"

Modified: trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestCallback.cpp (171293 => 171294)


--- trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestCallback.cpp	2014-07-21 07:46:35 UTC (rev 171293)
+++ trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestCallback.cpp	2014-07-21 08:18:10 UTC (rev 171294)
@@ -25,6 +25,7 @@
 #include "DOMObjectCache.h"
 #include "Document.h"
 #include "ExceptionCode.h"
+#include "ExceptionCodeDescription.h"
 #include "JSMainThreadExecState.h"
 #include "WebKitDOMDOMStringListPrivate.h"
 #include "WebKitDOMFloat32ArrayPrivate.h"

Modified: trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestCustomNamedGetter.cpp (171293 => 171294)


--- trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestCustomNamedGetter.cpp	2014-07-21 07:46:35 UTC (rev 171293)
+++ trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestCustomNamedGetter.cpp	2014-07-21 08:18:10 UTC (rev 171294)
@@ -25,6 +25,7 @@
 #include "DOMObjectCache.h"
 #include "Document.h"
 #include "ExceptionCode.h"
+#include "ExceptionCodeDescription.h"
 #include "JSMainThreadExecState.h"
 #include "WebKitDOMPrivate.h"
 #include "WebKitDOMTestCustomNamedGetterPrivate.h"

Modified: trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestEventConstructor.cpp (171293 => 171294)


--- trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestEventConstructor.cpp	2014-07-21 07:46:35 UTC (rev 171293)
+++ trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestEventConstructor.cpp	2014-07-21 08:18:10 UTC (rev 171294)
@@ -25,6 +25,7 @@
 #include "DOMObjectCache.h"
 #include "Document.h"
 #include "ExceptionCode.h"
+#include "ExceptionCodeDescription.h"
 #include "JSMainThreadExecState.h"
 #include "WebKitDOMPrivate.h"
 #include "WebKitDOMTestEventConstructorPrivate.h"

Modified: trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestEventTarget.cpp (171293 => 171294)


--- trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestEventTarget.cpp	2014-07-21 07:46:35 UTC (rev 171293)
+++ trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestEventTarget.cpp	2014-07-21 08:18:10 UTC (rev 171294)
@@ -25,6 +25,7 @@
 #include "DOMObjectCache.h"
 #include "Document.h"
 #include "ExceptionCode.h"
+#include "ExceptionCodeDescription.h"
 #include "GObjectEventListener.h"
 #include "JSMainThreadExecState.h"
 #include "WebKitDOMEventPrivate.h"

Modified: trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestException.cpp (171293 => 171294)


--- trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestException.cpp	2014-07-21 07:46:35 UTC (rev 171293)
+++ trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestException.cpp	2014-07-21 08:18:10 UTC (rev 171294)
@@ -25,6 +25,7 @@
 #include "DOMObjectCache.h"
 #include "Document.h"
 #include "ExceptionCode.h"
+#include "ExceptionCodeDescription.h"
 #include "JSMainThreadExecState.h"
 #include "WebKitDOMPrivate.h"
 #include "WebKitDOMTestExceptionPrivate.h"

Modified: trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestGenerateIsReachable.cpp (171293 => 171294)


--- trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestGenerateIsReachable.cpp	2014-07-21 07:46:35 UTC (rev 171293)
+++ trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestGenerateIsReachable.cpp	2014-07-21 08:18:10 UTC (rev 171294)
@@ -25,6 +25,7 @@
 #include "DOMObjectCache.h"
 #include "Document.h"
 #include "ExceptionCode.h"
+#include "ExceptionCodeDescription.h"
 #include "JSMainThreadExecState.h"
 #include "WebKitDOMPrivate.h"
 #include "WebKitDOMTestGenerateIsReachablePrivate.h"

Modified: trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestInterface.cpp (171293 => 171294)


--- trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestInterface.cpp	2014-07-21 07:46:35 UTC (rev 171293)
+++ trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestInterface.cpp	2014-07-21 08:18:10 UTC (rev 171294)
@@ -25,6 +25,7 @@
 #include "DOMObjectCache.h"
 #include "Document.h"
 #include "ExceptionCode.h"
+#include "ExceptionCodeDescription.h"
 #include "JSMainThreadExecState.h"
 #include "TestSupplemental.h"
 #include "WebKitDOMNodePrivate.h"

Modified: trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListener.cpp (171293 => 171294)


--- trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListener.cpp	2014-07-21 07:46:35 UTC (rev 171293)
+++ trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListener.cpp	2014-07-21 08:18:10 UTC (rev 171294)
@@ -25,6 +25,7 @@
 #include "DOMObjectCache.h"
 #include "Document.h"
 #include "ExceptionCode.h"
+#include "ExceptionCodeDescription.h"
 #include "JSMainThreadExecState.h"
 #include "WebKitDOMPrivate.h"
 #include "WebKitDOMTestMediaQueryListListenerPrivate.h"

Modified: trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestNamedConstructor.cpp (171293 => 171294)


--- trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestNamedConstructor.cpp	2014-07-21 07:46:35 UTC (rev 171293)
+++ trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestNamedConstructor.cpp	2014-07-21 08:18:10 UTC (rev 171294)
@@ -25,6 +25,7 @@
 #include "DOMObjectCache.h"
 #include "Document.h"
 #include "ExceptionCode.h"
+#include "ExceptionCodeDescription.h"
 #include "JSMainThreadExecState.h"
 #include "WebKitDOMPrivate.h"
 #include "WebKitDOMTestNamedConstructorPrivate.h"

Modified: trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestNode.cpp (171293 => 171294)


--- trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestNode.cpp	2014-07-21 07:46:35 UTC (rev 171293)
+++ trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestNode.cpp	2014-07-21 08:18:10 UTC (rev 171294)
@@ -25,6 +25,7 @@
 #include "DOMObjectCache.h"
 #include "Document.h"
 #include "ExceptionCode.h"
+#include "ExceptionCodeDescription.h"
 #include "GObjectEventListener.h"
 #include "JSMainThreadExecState.h"
 #include "WebKitDOMEventPrivate.h"

Modified: trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestNondeterministic.cpp (171293 => 171294)


--- trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestNondeterministic.cpp	2014-07-21 07:46:35 UTC (rev 171293)
+++ trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestNondeterministic.cpp	2014-07-21 08:18:10 UTC (rev 171294)
@@ -25,6 +25,7 @@
 #include "DOMObjectCache.h"
 #include "Document.h"
 #include "ExceptionCode.h"
+#include "ExceptionCodeDescription.h"
 #include "JSMainThreadExecState.h"
 #include "WebKitDOMPrivate.h"
 #include "WebKitDOMTestNondeterministicPrivate.h"

Modified: trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.cpp (171293 => 171294)


--- trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.cpp	2014-07-21 07:46:35 UTC (rev 171293)
+++ trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.cpp	2014-07-21 08:18:10 UTC (rev 171294)
@@ -25,6 +25,7 @@
 #include "DOMObjectCache.h"
 #include "Document.h"
 #include "ExceptionCode.h"
+#include "ExceptionCodeDescription.h"
 #include "HTMLNames.h"
 #include "JSMainThreadExecState.h"
 #include "WebKitDOMDictionaryPrivate.h"

Modified: trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestOverloadedConstructors.cpp (171293 => 171294)


--- trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestOverloadedConstructors.cpp	2014-07-21 07:46:35 UTC (rev 171293)
+++ trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestOverloadedConstructors.cpp	2014-07-21 08:18:10 UTC (rev 171294)
@@ -25,6 +25,7 @@
 #include "DOMObjectCache.h"
 #include "Document.h"
 #include "ExceptionCode.h"
+#include "ExceptionCodeDescription.h"
 #include "JSMainThreadExecState.h"
 #include "WebKitDOMPrivate.h"
 #include "WebKitDOMTestOverloadedConstructorsPrivate.h"

Modified: trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestSerializedScriptValueInterface.cpp (171293 => 171294)


--- trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestSerializedScriptValueInterface.cpp	2014-07-21 07:46:35 UTC (rev 171293)
+++ trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestSerializedScriptValueInterface.cpp	2014-07-21 08:18:10 UTC (rev 171294)
@@ -25,6 +25,7 @@
 #include "DOMObjectCache.h"
 #include "Document.h"
 #include "ExceptionCode.h"
+#include "ExceptionCodeDescription.h"
 #include "JSMainThreadExecState.h"
 #include "WebKitDOMPrivate.h"
 #include "WebKitDOMSerializedScriptValuePrivate.h"

Modified: trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestTypedefs.cpp (171293 => 171294)


--- trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestTypedefs.cpp	2014-07-21 07:46:35 UTC (rev 171293)
+++ trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestTypedefs.cpp	2014-07-21 08:18:10 UTC (rev 171294)
@@ -25,6 +25,7 @@
 #include "DOMObjectCache.h"
 #include "Document.h"
 #include "ExceptionCode.h"
+#include "ExceptionCodeDescription.h"
 #include "JSMainThreadExecState.h"
 #include "WebKitDOMPrivate.h"
 #include "WebKitDOMSVGPointPrivate.h"

Modified: trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMattribute.cpp (171293 => 171294)


--- trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMattribute.cpp	2014-07-21 07:46:35 UTC (rev 171293)
+++ trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMattribute.cpp	2014-07-21 08:18:10 UTC (rev 171294)
@@ -25,6 +25,7 @@
 #include "DOMObjectCache.h"
 #include "Document.h"
 #include "ExceptionCode.h"
+#include "ExceptionCodeDescription.h"
 #include "JSMainThreadExecState.h"
 #include "WebKitDOMPrivate.h"
 #include "WebKitDOMattributePrivate.h"

Modified: trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMreadonly.cpp (171293 => 171294)


--- trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMreadonly.cpp	2014-07-21 07:46:35 UTC (rev 171293)
+++ trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMreadonly.cpp	2014-07-21 08:18:10 UTC (rev 171294)
@@ -25,6 +25,7 @@
 #include "DOMObjectCache.h"
 #include "Document.h"
 #include "ExceptionCode.h"
+#include "ExceptionCodeDescription.h"
 #include "JSMainThreadExecState.h"
 #include "WebKitDOMPrivate.h"
 #include "WebKitDOMreadonlyPrivate.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to