Diff
Modified: trunk/LayoutTests/ChangeLog (97631 => 97632)
--- trunk/LayoutTests/ChangeLog 2011-10-17 17:12:54 UTC (rev 97631)
+++ trunk/LayoutTests/ChangeLog 2011-10-17 17:24:53 UTC (rev 97632)
@@ -1,3 +1,13 @@
+2011-10-17 Ryosuke Niwa <[email protected]>
+
+ Moved V8-specific result to platform/chromium and added JSC result in cross-platform directory.
+
+ * fast/files/url-required-arguments-expected.txt: Replaced with
+ LayoutTests/platform/qt/fast/files/url-required-arguments-expected.txt.
+ * platform/chromium/fast/files/url-required-arguments-expected.txt: Copied from
+ LayoutTests/fast/files/url-required-arguments-expected.txt.
+ * platform/qt/fast/files/url-required-arguments-expected.txt: Removed.
+
2011-10-17 Zsolt Fehér <[email protected]>
Unreviewed gardening.
Deleted: trunk/LayoutTests/fast/files/url-required-arguments-expected.txt (97631 => 97632)
--- trunk/LayoutTests/fast/files/url-required-arguments-expected.txt 2011-10-17 17:12:54 UTC (rev 97631)
+++ trunk/LayoutTests/fast/files/url-required-arguments-expected.txt 2011-10-17 17:24:53 UTC (rev 97632)
@@ -1,10 +0,0 @@
-Test required arguments of URL object.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS webkitURL.createObjectURL() threw exception TypeError: Type error.
-PASS webkitURL.revokeObjectURL() threw exception TypeError: Not enough arguments.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
Copied: trunk/LayoutTests/fast/files/url-required-arguments-expected.txt (from rev 97628, trunk/LayoutTests/platform/qt/fast/files/url-required-arguments-expected.txt) (0 => 97632)
--- trunk/LayoutTests/fast/files/url-required-arguments-expected.txt (rev 0)
+++ trunk/LayoutTests/fast/files/url-required-arguments-expected.txt 2011-10-17 17:24:53 UTC (rev 97632)
@@ -0,0 +1,10 @@
+Test required arguments of URL object.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+PASS webkitURL.createObjectURL() threw exception TypeError: Not enough arguments.
+PASS webkitURL.revokeObjectURL() threw exception TypeError: Not enough arguments.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Copied: trunk/LayoutTests/platform/chromium/fast/files/url-required-arguments-expected.txt (from rev 97628, trunk/LayoutTests/fast/files/url-required-arguments-expected.txt) (0 => 97632)
--- trunk/LayoutTests/platform/chromium/fast/files/url-required-arguments-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium/fast/files/url-required-arguments-expected.txt 2011-10-17 17:24:53 UTC (rev 97632)
@@ -0,0 +1,10 @@
+Test required arguments of URL object.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+PASS webkitURL.createObjectURL() threw exception TypeError: Type error.
+PASS webkitURL.revokeObjectURL() threw exception TypeError: Not enough arguments.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Deleted: trunk/LayoutTests/platform/qt/fast/files/url-required-arguments-expected.txt (97631 => 97632)
--- trunk/LayoutTests/platform/qt/fast/files/url-required-arguments-expected.txt 2011-10-17 17:12:54 UTC (rev 97631)
+++ trunk/LayoutTests/platform/qt/fast/files/url-required-arguments-expected.txt 2011-10-17 17:24:53 UTC (rev 97632)
@@ -1,10 +0,0 @@
-Test required arguments of URL object.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS webkitURL.createObjectURL() threw exception TypeError: Not enough arguments.
-PASS webkitURL.revokeObjectURL() threw exception TypeError: Not enough arguments.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
Modified: trunk/Source/WebCore/ChangeLog (97631 => 97632)
--- trunk/Source/WebCore/ChangeLog 2011-10-17 17:12:54 UTC (rev 97631)
+++ trunk/Source/WebCore/ChangeLog 2011-10-17 17:24:53 UTC (rev 97632)
@@ -1,3 +1,9 @@
+2011-10-17 Ryosuke Niwa <[email protected]>
+
+ Touch Internals.cpp to make 64-bit GTK+ build happy.
+
+ * testing/Internals.cpp:
+
2011-10-17 Chris Fleizach <[email protected]>
AX: children() method should be consolidated in AccessibilityObject
Modified: trunk/Source/WebCore/testing/Internals.cpp (97631 => 97632)
--- trunk/Source/WebCore/testing/Internals.cpp 2011-10-17 17:12:54 UTC (rev 97631)
+++ trunk/Source/WebCore/testing/Internals.cpp 2011-10-17 17:24:53 UTC (rev 97632)
@@ -473,4 +473,5 @@
TextIterator::getLocationAndLengthFromRange(scope, range, unusedLocation, length);
return length;
}
+
}