[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 11:26:40 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 02276465859717d6eb4f2e82b31c69c7744f62ef
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jul 23 17:27:39 2010 +0000

    2010-07-23  Hans Wennborg  <hans at chromium.org>
    
            Reviewed by Ojan Vafai.
    
            Rebaseline fast/dom/prototype-inheritance.html for chromium
            https://bugs.webkit.org/show_bug.cgi?id=42824
    
            Since Chromium revision 53317, ENABLE_DEVICE_ORIENTATION is enabled,
            which means window.DeviceOrientationEvent will show up
            in this layout test.
    
            * platform/chromium-mac/fast/dom/prototype-inheritance-expected.txt:
            * platform/chromium-win/fast/dom/prototype-inheritance-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63986 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index e7450a2..636bee1 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,17 @@
+2010-07-23  Hans Wennborg  <hans at chromium.org>
+
+        Reviewed by Ojan Vafai.
+
+        Rebaseline fast/dom/prototype-inheritance.html for chromium
+        https://bugs.webkit.org/show_bug.cgi?id=42824
+
+        Since Chromium revision 53317, ENABLE_DEVICE_ORIENTATION is enabled,
+        which means window.DeviceOrientationEvent will show up 
+        in this layout test.
+
+        * platform/chromium-mac/fast/dom/prototype-inheritance-expected.txt:
+        * platform/chromium-win/fast/dom/prototype-inheritance-expected.txt:
+
 2010-07-23  Justin Schuh  <jschuh at chromium.org>
 
         Unreviewed, rolling out r63925.
diff --git a/LayoutTests/platform/chromium-mac/fast/dom/prototype-inheritance-expected.txt b/LayoutTests/platform/chromium-mac/fast/dom/prototype-inheritance-expected.txt
index cfcdca5..905fdbd 100644
--- a/LayoutTests/platform/chromium-mac/fast/dom/prototype-inheritance-expected.txt
+++ b/LayoutTests/platform/chromium-mac/fast/dom/prototype-inheritance-expected.txt
@@ -77,6 +77,8 @@ PASS inner.DOMStringList.isInner is true
 PASS inner.DOMStringList.constructor.isInner is true
 PASS inner.Date.isInner is true
 PASS inner.Date.constructor.isInner is true
+PASS inner.DeviceOrientationEvent.isInner is true
+PASS inner.DeviceOrientationEvent.constructor.isInner is true
 PASS inner.Document.isInner is true
 PASS inner.Document.constructor.isInner is true
 PASS inner.DocumentFragment.isInner is true
diff --git a/LayoutTests/platform/chromium-win/fast/dom/prototype-inheritance-expected.txt b/LayoutTests/platform/chromium-win/fast/dom/prototype-inheritance-expected.txt
index 7655154..dcf727d 100644
--- a/LayoutTests/platform/chromium-win/fast/dom/prototype-inheritance-expected.txt
+++ b/LayoutTests/platform/chromium-win/fast/dom/prototype-inheritance-expected.txt
@@ -77,6 +77,8 @@ PASS inner.DOMStringList.isInner is true
 PASS inner.DOMStringList.constructor.isInner is true
 PASS inner.Date.isInner is true
 PASS inner.Date.constructor.isInner is true
+PASS inner.DeviceOrientationEvent.isInner is true
+PASS inner.DeviceOrientationEvent.constructor.isInner is true
 PASS inner.Document.isInner is true
 PASS inner.Document.constructor.isInner is true
 PASS inner.DocumentFragment.isInner is true

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list