Title: [181508] trunk/Source/WebCore
Revision
181508
Author
[email protected]
Date
2015-03-15 10:45:05 -0700 (Sun, 15 Mar 2015)

Log Message

Fix run-bindings-tests on the WinCairo bot
https://bugs.webkit.org/show_bug.cgi?id=142588

Reviewed by Alex Christensen.

* bindings/scripts/test/JS/JSFloat64Array.cpp: Added property svn:eol-style.
* bindings/scripts/test/JS/JSFloat64Array.h: Added property svn:eol-style.
* bindings/scripts/test/JS/JSTestActiveDOMObject.cpp: Added property svn:eol-style.
* bindings/scripts/test/JS/JSTestActiveDOMObject.h: Modified property svn:eol-style.
* bindings/scripts/test/JS/JSTestCallback.cpp: Modified property svn:eol-style.
* bindings/scripts/test/JS/JSTestCallback.h: Modified property svn:eol-style.
* bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp: Added property svn:eol-style.
* bindings/scripts/test/JS/JSTestCustomNamedGetter.h: Modified property svn:eol-style.
* bindings/scripts/test/JS/JSTestEventConstructor.cpp: Added property svn:eol-style.
* bindings/scripts/test/JS/JSTestEventConstructor.h: Added property svn:eol-style.
* bindings/scripts/test/JS/JSTestEventTarget.cpp: Added property svn:eol-style.
* bindings/scripts/test/JS/JSTestEventTarget.h: Modified property svn:eol-style.
* bindings/scripts/test/JS/JSTestException.cpp: Added property svn:eol-style.
* bindings/scripts/test/JS/JSTestException.h: Added property svn:eol-style.
* bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp: Added property svn:eol-style.
* bindings/scripts/test/JS/JSTestGenerateIsReachable.h: Added property svn:eol-style.
* bindings/scripts/test/JS/JSTestImplements.cpp: Added property svn:eol-style.
* bindings/scripts/test/JS/JSTestImplements.h: Added property svn:eol-style.
* bindings/scripts/test/JS/JSTestInterface.cpp: Modified property svn:eol-style.
* bindings/scripts/test/JS/JSTestInterface.h: Modified property svn:eol-style.
* bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp: Modified property svn:eol-style.
* bindings/scripts/test/JS/JSTestMediaQueryListListener.h: Modified property svn:eol-style.
* bindings/scripts/test/JS/JSTestNamedConstructor.cpp: Added property svn:eol-style.
* bindings/scripts/test/JS/JSTestNamedConstructor.h: Added property svn:eol-style.
* bindings/scripts/test/JS/JSTestNondeterministic.cpp: Added property svn:eol-style.
* bindings/scripts/test/JS/JSTestNondeterministic.h: Added property svn:eol-style.
* bindings/scripts/test/JS/JSTestObj.cpp: Modified property svn:eol-style.
* bindings/scripts/test/JS/JSTestObj.h: Modified property svn:eol-style.
* bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp: Added property svn:eol-style.
* bindings/scripts/test/JS/JSTestOverloadedConstructors.h: Added property svn:eol-style.
* bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp: Modified property svn:eol-style.
* bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h: Modified property svn:eol-style.
* bindings/scripts/test/JS/JSTestSupplemental.cpp: Added property svn:eol-style.
* bindings/scripts/test/JS/JSTestSupplemental.h: Added property svn:eol-style.
* bindings/scripts/test/JS/JSTestTypedefs.cpp: Added property svn:eol-style.
* bindings/scripts/test/JS/JSTestTypedefs.h: Added property svn:eol-style.
* bindings/scripts/test/JS/JSattribute.cpp: Added property svn:eol-style.
* bindings/scripts/test/JS/JSattribute.h: Added property svn:eol-style.
* bindings/scripts/test/JS/JSreadonly.cpp: Added property svn:eol-style.
* bindings/scripts/test/JS/JSreadonly.h: Added property svn:eol-style.

Modified Paths

Property Changed

Diff

Modified: trunk/Source/WebCore/ChangeLog (181507 => 181508)


--- trunk/Source/WebCore/ChangeLog	2015-03-15 17:00:33 UTC (rev 181507)
+++ trunk/Source/WebCore/ChangeLog	2015-03-15 17:45:05 UTC (rev 181508)
@@ -1,3 +1,51 @@
+2015-03-15  Csaba Osztrogonác  <[email protected]>
+
+        Fix run-bindings-tests on the WinCairo bot
+        https://bugs.webkit.org/show_bug.cgi?id=142588
+
+        Reviewed by Alex Christensen.
+
+        * bindings/scripts/test/JS/JSFloat64Array.cpp: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSFloat64Array.h: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestActiveDOMObject.cpp: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestActiveDOMObject.h: Modified property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestCallback.cpp: Modified property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestCallback.h: Modified property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestCustomNamedGetter.h: Modified property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestEventConstructor.cpp: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestEventConstructor.h: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestEventTarget.cpp: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestEventTarget.h: Modified property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestException.cpp: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestException.h: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestGenerateIsReachable.h: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestImplements.cpp: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestImplements.h: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestInterface.cpp: Modified property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestInterface.h: Modified property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp: Modified property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestMediaQueryListListener.h: Modified property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestNamedConstructor.cpp: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestNamedConstructor.h: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestNondeterministic.cpp: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestNondeterministic.h: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestObj.cpp: Modified property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestObj.h: Modified property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestOverloadedConstructors.h: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp: Modified property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h: Modified property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestSupplemental.cpp: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestSupplemental.h: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestTypedefs.cpp: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSTestTypedefs.h: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSattribute.cpp: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSattribute.h: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSreadonly.cpp: Added property svn:eol-style.
+        * bindings/scripts/test/JS/JSreadonly.h: Added property svn:eol-style.
+
 2015-03-14  Darin Adler  <[email protected]>
 
         More event handler improvements

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSFloat64Array.cpp


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSFloat64Array.h


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.cpp


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.h


Modified: svn:eol-style

+ LF

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCallback.cpp


Modified: svn:eol-style

+ LF

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCallback.h


Modified: svn:eol-style

+ LF

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.h


Modified: svn:eol-style

+ LF

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.cpp


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.h


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.h


Modified: svn:eol-style

+ LF

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.cpp


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.h


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.h


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestImplements.cpp


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestImplements.h


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.cpp


Modified: svn:eol-style

+ LF

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.h


Modified: svn:eol-style

+ LF

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp


Modified: svn:eol-style

+ LF

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.h


Modified: svn:eol-style

+ LF

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.cpp


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.h


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.cpp


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.h


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp


Modified: svn:eol-style

+ LF

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.h


Modified: svn:eol-style

+ LF

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.h


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp


Modified: svn:eol-style

+ LF

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h


Modified: svn:eol-style

+ LF

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSupplemental.cpp


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSupplemental.h


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.cpp


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.h


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.cpp


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.h


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.cpp


Added: svn:eol-style

Property changes: trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.h


Added: svn:eol-style

_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to