[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 15:11:33 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 3a563104e6b02a0b330e27b304dba6e50d02634b
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 28 22:27:56 2010 +0000

    2010-10-28  Adrienne Walker  <enne at google.com>
    
            Reviewed by Kenneth Russell.
    
            Missing expectation file changes from bug 47853.
            https://bugs.webkit.org/show_bug.cgi?id=48564
    
            * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
            * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
            * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70818 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 732f5aa..5b64745 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2010-10-28  Adrienne Walker  <enne at google.com>
+
+        Reviewed by Kenneth Russell.
+
+        Missing expectation file changes from bug 47853.
+        https://bugs.webkit.org/show_bug.cgi?id=48564
+
+        * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
+
 2010-10-28  David Hyatt  <hyatt at apple.com>
 
         Reviewed by James Robinson.
diff --git a/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt b/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt
index 8a2b5b5..a38d90d 100644
--- a/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt
+++ b/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt
@@ -458,6 +458,7 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'scrollbars') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'self') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'sessionStorage') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBe') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeDefined') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeEqualToString') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeFalse') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeGreaterThanOrEqual') is 'object'
diff --git a/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt b/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt
index b1c3867..0dcecfa 100644
--- a/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt
+++ b/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt
@@ -448,6 +448,7 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'scrollbars') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'self') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'sessionStorage') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBe') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeDefined') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeEqualToString') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeFalse') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeGreaterThanOrEqual') is 'object'
diff --git a/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt b/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt
index c7266e9..0600356 100644
--- a/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt
+++ b/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt
@@ -457,6 +457,7 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'scrollbars') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'self') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'sessionStorage') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBe') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeDefined') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeEqualToString') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeFalse') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeGreaterThanOrEqual') is 'object'

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list