[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

jorlow at chromium.org jorlow at chromium.org
Thu Oct 29 20:48:24 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 70056e7ddbb1623385c0dc423d06c122303f453e
Author: jorlow at chromium.org <jorlow at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 20 02:51:27 2009 +0000

    2009-10-19  Jeremy Orlow  <jorlow at chromium.org>
    
            Reviewed by Adam Barth.
    
            Fix fallout from last change.
            https://bugs.webkit.org/show_bug.cgi?id=30550
    
            Update init-events to match reality.  I only ran the domstorage layout tests
            and thus missed one in fast/events/.  This addresses fallout from
            https://bugs.webkit.org/show_bug.cgi?id=30536
    
            * fast/events/init-events-expected.txt:
            * fast/events/script-tests/init-events.js:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49831 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index fd57556..7569130 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,19 @@
 2009-10-19  Jeremy Orlow  <jorlow at chromium.org>
 
+        Reviewed by Adam Barth.
+
+        Fix fallout from last change.
+        https://bugs.webkit.org/show_bug.cgi?id=30550
+
+        Update init-events to match reality.  I only ran the domstorage layout tests
+        and thus missed one in fast/events/.  This addresses fallout from
+        https://bugs.webkit.org/show_bug.cgi?id=30536
+
+        * fast/events/init-events-expected.txt:
+        * fast/events/script-tests/init-events.js:
+
+2009-10-19  Jeremy Orlow  <jorlow at chromium.org>
+
         Reviewed by Dmitri Titov.
 
         Remove "source" from storage events
diff --git a/LayoutTests/fast/events/init-events-expected.txt b/LayoutTests/fast/events/init-events-expected.txt
index b682a33..a1d9a68 100644
--- a/LayoutTests/fast/events/init-events-expected.txt
+++ b/LayoutTests/fast/events/init-events-expected.txt
@@ -126,22 +126,20 @@ PASS testInitEvent('Progress', '"a", false, false, false, 1001, 1002').lengthCom
 PASS testInitEvent('Progress', '"a", false, false, true, 1001, 1002').lengthComputable is true
 PASS testInitEvent('Progress', '"a", false, false, false, 1001, 1002').loaded is 1001
 PASS testInitEvent('Progress', '"a", false, false, false, 1001, 1002').total is 1002
-PASS testInitEvent('Storage', '"a", false, false, "b", "c", "d", "e", window').type is 'a'
-PASS testInitEvent('Storage', 'null, false, false, "b", "c", "d", "e", window').type is 'null'
-PASS testInitEvent('Storage', '"a", false, false, "b", "c", "d", "e", window').bubbles is false
-PASS testInitEvent('Storage', '"a", true, false, "b", "c", "d", "e", window').bubbles is true
-PASS testInitEvent('Storage', '"a", false, false, "b", "c", "d", "e", window').cancelable is false
-PASS testInitEvent('Storage', '"a", false, true, "b", "c", "d", "e", window').cancelable is true
-PASS testInitEvent('Storage', '"a", false, false, "b", "c", "d", "e", window').key is 'b'
-PASS testInitEvent('Storage', '"a", false, false, null, "c", "d", "e", window').key is 'null'
-PASS testInitEvent('Storage', '"a", false, false, "b", "c", "d", "e", window').oldValue is 'c'
-PASS testInitEvent('Storage', '"a", false, false, "b", null, "d", "e", window').oldValue is null
-PASS testInitEvent('Storage', '"a", false, false, "b", "c", "d", "e", window').newValue is 'd'
-PASS testInitEvent('Storage', '"a", false, false, "b", "c", null, "e", window').newValue is null
-PASS testInitEvent('Storage', '"a", false, false, "b", "c", "d", "e", window').uri is 'e'
-PASS testInitEvent('Storage', '"a", false, false, "b", "c", "d", null, window').uri is 'null'
-PASS testInitEvent('Storage', '"a", false, false, "b", "c", "d", "e", window').source is window
-PASS testInitEvent('Storage', '"a", false, false, "b", "c", "d", "e", null').source is null
+PASS testInitEvent('Storage', '"a", false, false, "b", "c", "d", "e"').type is 'a'
+PASS testInitEvent('Storage', 'null, false, false, "b", "c", "d", "e"').type is 'null'
+PASS testInitEvent('Storage', '"a", false, false, "b", "c", "d", "e"').bubbles is false
+PASS testInitEvent('Storage', '"a", true, false, "b", "c", "d", "e"').bubbles is true
+PASS testInitEvent('Storage', '"a", false, false, "b", "c", "d", "e"').cancelable is false
+PASS testInitEvent('Storage', '"a", false, true, "b", "c", "d", "e"').cancelable is true
+PASS testInitEvent('Storage', '"a", false, false, "b", "c", "d", "e"').key is 'b'
+PASS testInitEvent('Storage', '"a", false, false, null, "c", "d", "e"').key is 'null'
+PASS testInitEvent('Storage', '"a", false, false, "b", "c", "d", "e"').oldValue is 'c'
+PASS testInitEvent('Storage', '"a", false, false, "b", null, "d", "e"').oldValue is null
+PASS testInitEvent('Storage', '"a", false, false, "b", "c", "d", "e"').newValue is 'd'
+PASS testInitEvent('Storage', '"a", false, false, "b", "c", null, "e"').newValue is null
+PASS testInitEvent('Storage', '"a", false, false, "b", "c", "d", "e"').uri is 'e'
+PASS testInitEvent('Storage', '"a", false, false, "b", "c", "d", null').uri is 'null'
 PASS testInitEvent('Text', '"a", false, false, window, "b"').type is 'a'
 PASS testInitEvent('Text', 'null, false, false, window, "b"').type is 'null'
 PASS testInitEvent('Text', '"a", false, false, window, "b"').bubbles is false
diff --git a/LayoutTests/fast/events/script-tests/init-events.js b/LayoutTests/fast/events/script-tests/init-events.js
index e2f3d1f..73503d2 100644
--- a/LayoutTests/fast/events/script-tests/init-events.js
+++ b/LayoutTests/fast/events/script-tests/init-events.js
@@ -145,22 +145,20 @@ shouldBe("testInitEvent('Progress', '\"a\", false, false, true, 1001, 1002').len
 shouldBe("testInitEvent('Progress', '\"a\", false, false, false, 1001, 1002').loaded", "1001");
 shouldBe("testInitEvent('Progress', '\"a\", false, false, false, 1001, 1002').total", "1002");
 
-shouldBe("testInitEvent('Storage', '\"a\", false, false, \"b\", \"c\", \"d\", \"e\", window').type", "'a'");
-shouldBe("testInitEvent('Storage', 'null, false, false, \"b\", \"c\", \"d\", \"e\", window').type", "'null'");
-shouldBe("testInitEvent('Storage', '\"a\", false, false, \"b\", \"c\", \"d\", \"e\", window').bubbles", "false");
-shouldBe("testInitEvent('Storage', '\"a\", true, false, \"b\", \"c\", \"d\", \"e\", window').bubbles", "true");
-shouldBe("testInitEvent('Storage', '\"a\", false, false, \"b\", \"c\", \"d\", \"e\", window').cancelable", "false");
-shouldBe("testInitEvent('Storage', '\"a\", false, true, \"b\", \"c\", \"d\", \"e\", window').cancelable", "true");
-shouldBe("testInitEvent('Storage', '\"a\", false, false, \"b\", \"c\", \"d\", \"e\", window').key", "'b'");
-shouldBe("testInitEvent('Storage', '\"a\", false, false, null, \"c\", \"d\", \"e\", window').key", "'null'");
-shouldBe("testInitEvent('Storage', '\"a\", false, false, \"b\", \"c\", \"d\", \"e\", window').oldValue", "'c'");
-shouldBe("testInitEvent('Storage', '\"a\", false, false, \"b\", null, \"d\", \"e\", window').oldValue", "null");
-shouldBe("testInitEvent('Storage', '\"a\", false, false, \"b\", \"c\", \"d\", \"e\", window').newValue", "'d'");
-shouldBe("testInitEvent('Storage', '\"a\", false, false, \"b\", \"c\", null, \"e\", window').newValue", "null");
-shouldBe("testInitEvent('Storage', '\"a\", false, false, \"b\", \"c\", \"d\", \"e\", window').uri", "'e'");
-shouldBe("testInitEvent('Storage', '\"a\", false, false, \"b\", \"c\", \"d\", null, window').uri", "'null'");
-shouldBe("testInitEvent('Storage', '\"a\", false, false, \"b\", \"c\", \"d\", \"e\", window').source", "window");
-shouldBe("testInitEvent('Storage', '\"a\", false, false, \"b\", \"c\", \"d\", \"e\", null').source", "null");
+shouldBe("testInitEvent('Storage', '\"a\", false, false, \"b\", \"c\", \"d\", \"e\"').type", "'a'");
+shouldBe("testInitEvent('Storage', 'null, false, false, \"b\", \"c\", \"d\", \"e\"').type", "'null'");
+shouldBe("testInitEvent('Storage', '\"a\", false, false, \"b\", \"c\", \"d\", \"e\"').bubbles", "false");
+shouldBe("testInitEvent('Storage', '\"a\", true, false, \"b\", \"c\", \"d\", \"e\"').bubbles", "true");
+shouldBe("testInitEvent('Storage', '\"a\", false, false, \"b\", \"c\", \"d\", \"e\"').cancelable", "false");
+shouldBe("testInitEvent('Storage', '\"a\", false, true, \"b\", \"c\", \"d\", \"e\"').cancelable", "true");
+shouldBe("testInitEvent('Storage', '\"a\", false, false, \"b\", \"c\", \"d\", \"e\"').key", "'b'");
+shouldBe("testInitEvent('Storage', '\"a\", false, false, null, \"c\", \"d\", \"e\"').key", "'null'");
+shouldBe("testInitEvent('Storage', '\"a\", false, false, \"b\", \"c\", \"d\", \"e\"').oldValue", "'c'");
+shouldBe("testInitEvent('Storage', '\"a\", false, false, \"b\", null, \"d\", \"e\"').oldValue", "null");
+shouldBe("testInitEvent('Storage', '\"a\", false, false, \"b\", \"c\", \"d\", \"e\"').newValue", "'d'");
+shouldBe("testInitEvent('Storage', '\"a\", false, false, \"b\", \"c\", null, \"e\"').newValue", "null");
+shouldBe("testInitEvent('Storage', '\"a\", false, false, \"b\", \"c\", \"d\", \"e\"').uri", "'e'");
+shouldBe("testInitEvent('Storage', '\"a\", false, false, \"b\", \"c\", \"d\", null').uri", "'null'");
 
 shouldBe("testInitEvent('Text', '\"a\", false, false, window, \"b\"').type", "'a'");
 shouldBe("testInitEvent('Text', 'null, false, false, window, \"b\"').type", "'null'");

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list