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

alex at webkit.org alex at webkit.org
Wed Dec 22 13:51:18 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5a1369cf58a084a3e2ba2ea9bb97a0eebef3dac7
Author: alex at webkit.org <alex at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 28 09:39:52 2010 +0000

    2010-09-28  Alejandro G. Castro  <alex at igalia.com>
    
            Unreviewed, GTK+ rebaselines.
    
            * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
            * platform/gtk/fast/dom/prototype-inheritance-expected.txt:
            * platform/gtk/fast/js/global-constructors-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68501 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 174a1cf..5dd0284 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,11 @@
+2010-09-28  Alejandro G. Castro  <alex at igalia.com>
+
+        Unreviewed, GTK+ rebaselines.
+
+        * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/gtk/fast/dom/prototype-inheritance-expected.txt:
+        * platform/gtk/fast/js/global-constructors-expected.txt:
+
 2010-09-28  Huahui Wu  <mediadependent at gmail.com>
 
         Reviewed by Steve Block.
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 e00c989..b212b7e 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
@@ -39,6 +39,7 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'DOMImplementation') is 'obj
 PASS typeof Object.getOwnPropertyDescriptor(window, 'DOMParser') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'DOMStringList') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'DOMStringMap') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'DOMTokenList') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'Date') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'Document') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'DocumentFragment') is 'object'
diff --git a/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-expected.txt b/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-expected.txt
index 5102116..ccaff03 100644
--- a/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-expected.txt
+++ b/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-expected.txt
@@ -75,6 +75,8 @@ PASS inner.DOMStringList.isInner is true
 PASS inner.DOMStringList.constructor.isInner is true
 PASS inner.DOMStringMap.isInner is true
 PASS inner.DOMStringMap.constructor.isInner is true
+PASS inner.DOMTokenList.isInner is true
+PASS inner.DOMTokenList.constructor.isInner is true
 PASS inner.Date.isInner is true
 PASS inner.Date.constructor.isInner is true
 PASS inner.Document.isInner is true
diff --git a/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt b/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt
index 22ff5f2..835bd68 100644
--- a/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt
+++ b/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt
@@ -37,6 +37,7 @@ PASS DOMImplementation.toString() is '[object DOMImplementationConstructor]'
 PASS DOMParser.toString() is '[object DOMParserConstructor]'
 PASS DOMStringList.toString() is '[object DOMStringListConstructor]'
 PASS DOMStringMap.toString() is '[object DOMStringMapConstructor]'
+PASS DOMTokenList.toString() is '[object DOMTokenListConstructor]'
 PASS Document.toString() is '[object DocumentConstructor]'
 PASS DocumentFragment.toString() is '[object DocumentFragmentConstructor]'
 PASS DocumentType.toString() is '[object DocumentTypeConstructor]'

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list