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

ossy at webkit.org ossy at webkit.org
Wed Dec 22 18:21:57 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 3cfd8b85d261eaaa7df3ad415d19f83e41524464
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 10 09:13:00 2010 +0000

    Unreviewed fix after r73687.
    
    [Qt] enable orientation flag when QtMobility available
    https://bugs.webkit.org/show_bug.cgi?id=50781
    
    * platform/qt/fast/dom/Orientation/create-event-orientationchange-expected.txt: Added.
    * platform/qt/fast/dom/Window/window-properties-expected.txt:
    * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
    * platform/qt/fast/dom/prototype-inheritance-expected.txt:
    * platform/qt/fast/js/global-constructors-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73693 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 6a273d5..fc79010 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,16 @@
+2010-12-10  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Unreviewed fix after r73687.
+
+        [Qt] enable orientation flag when QtMobility available
+        https://bugs.webkit.org/show_bug.cgi?id=50781
+
+        * platform/qt/fast/dom/Orientation/create-event-orientationchange-expected.txt: Added.
+        * platform/qt/fast/dom/Window/window-properties-expected.txt:
+        * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/qt/fast/dom/prototype-inheritance-expected.txt:
+        * platform/qt/fast/js/global-constructors-expected.txt:
+
 2010-12-09  Ryosuke Niwa  <rniwa at webkit.org>
 
         Reviewed by Ojan Vafai.
diff --git a/LayoutTests/platform/qt/fast/dom/Orientation/create-event-orientationchange-expected.txt b/LayoutTests/platform/qt/fast/dom/Orientation/create-event-orientationchange-expected.txt
new file mode 100644
index 0000000..3b25f81
--- /dev/null
+++ b/LayoutTests/platform/qt/fast/dom/Orientation/create-event-orientationchange-expected.txt
@@ -0,0 +1,16 @@
+Tests that document.createEvent() works with orientationChange
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+
+PASS
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
+
+
+
diff --git a/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt b/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt
index eb63df2..49c043a 100644
--- a/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt
+++ b/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt
@@ -2294,6 +2294,7 @@ window.onmouseup [null]
 window.onmousewheel [null]
 window.onoffline [null]
 window.ononline [null]
+window.onorientationchange [null]
 window.onpagehide [null]
 window.onpageshow [null]
 window.onpause [null]
@@ -2327,6 +2328,7 @@ window.onwebkitanimationstart [null]
 window.onwebkittransitionend [null]
 window.open [function]
 window.openDatabase [function]
+window.orientation [number]
 window.outerHeight [number]
 window.outerWidth [number]
 window.pageXOffset [number]
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 2dd9452..03d0d15 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
@@ -40,6 +40,8 @@ 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, 'DeviceMotionEvent') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'DeviceOrientationEvent') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'Document') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'DocumentFragment') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'DocumentType') is 'object'
@@ -365,6 +367,7 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'onchange') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'onclick') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'oncontextmenu') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'ondblclick') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'ondevicemotion') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'ondrag') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'ondragend') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'ondragenter') is 'object'
@@ -396,6 +399,7 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'onmouseup') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'onmousewheel') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'onoffline') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'ononline') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'onorientationchange') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'onpagehide') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'onpageshow') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'onpause') is 'object'
@@ -427,6 +431,7 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'onwebkitanimationend') is '
 PASS typeof Object.getOwnPropertyDescriptor(window, 'onwebkitanimationiteration') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'onwebkitanimationstart') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'onwebkittransitionend') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'orientation') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'outerHeight') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'outerWidth') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'pageXOffset') is 'object'
diff --git a/LayoutTests/platform/qt/fast/dom/prototype-inheritance-expected.txt b/LayoutTests/platform/qt/fast/dom/prototype-inheritance-expected.txt
index 2ac32c8..3c01987 100644
--- a/LayoutTests/platform/qt/fast/dom/prototype-inheritance-expected.txt
+++ b/LayoutTests/platform/qt/fast/dom/prototype-inheritance-expected.txt
@@ -723,6 +723,8 @@ PASS inner.open.isInner is true
 PASS inner.open.constructor.isInner is true
 PASS inner.openDatabase.isInner is true
 PASS inner.openDatabase.constructor.isInner is true
+FAIL inner.orientation.isInner should be true. Was false.
+FAIL inner.orientation.constructor.isInner should be true. Was false.
 FAIL inner.outerHeight.isInner should be true. Was false.
 FAIL inner.outerHeight.constructor.isInner should be true. Was false.
 FAIL inner.outerWidth.isInner should be true. Was false.
diff --git a/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt b/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt
index 93379b1..aa95784 100644
--- a/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt
+++ b/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt
@@ -37,6 +37,8 @@ PASS DOMSettableTokenList.toString() is '[object DOMSettableTokenListConstructor
 PASS DOMStringList.toString() is '[object DOMStringListConstructor]'
 PASS DOMStringMap.toString() is '[object DOMStringMapConstructor]'
 PASS DOMTokenList.toString() is '[object DOMTokenListConstructor]'
+PASS DeviceMotionEvent.toString() is '[object DeviceMotionEventConstructor]'
+PASS DeviceOrientationEvent.toString() is '[object DeviceOrientationEventConstructor]'
 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