Title: [118261] trunk
Revision
118261
Author
[email protected]
Date
2012-05-23 16:06:30 -0700 (Wed, 23 May 2012)

Log Message

[chromium] Turn ENABLE(OVERFLOW_SCROLLING) off for Chromium port
https://bugs.webkit.org/show_bug.cgi?id=87177

Reviewed by Eric Seidel.

Source/WebKit/chromium:

Removes ENABLE(OVERFLOW_SCROLLING) from the set of enables set by Chromium. This guards a new non-standard
CSS property, -webkit-overflow-scrolling, that was introduced by iOS5 intended for mobile browsers. This
property is very partially implemented in Chromium but the way it's implemented does cause new stacking contexts
to be created that otherwise would not be, breaking "desktop" pages.

This turns the feature off until we can figure out how to deal with the compatibility issues.

* features.gypi:

LayoutTests:

Mark test depending on ENABLE(OVERFLOW_SCROLLING) as an expected failure since the define is off.

* platform/chromium/test_expectations.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (118260 => 118261)


--- trunk/LayoutTests/ChangeLog	2012-05-23 23:06:17 UTC (rev 118260)
+++ trunk/LayoutTests/ChangeLog	2012-05-23 23:06:30 UTC (rev 118261)
@@ -1,3 +1,14 @@
+2012-05-23  James Robinson  <[email protected]>
+
+        [chromium] Turn ENABLE(OVERFLOW_SCROLLING) off for Chromium port
+        https://bugs.webkit.org/show_bug.cgi?id=87177
+
+        Reviewed by Eric Seidel.
+
+        Mark test depending on ENABLE(OVERFLOW_SCROLLING) as an expected failure since the define is off.
+
+        * platform/chromium/test_expectations.txt:
+
 2012-05-23  Hugo Parente Lima  <[email protected]>
 
         [Qt] fast/url/path.html with Qt5 differ results on both WK1 and WK2

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (118260 => 118261)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2012-05-23 23:06:17 UTC (rev 118260)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2012-05-23 23:06:30 UTC (rev 118261)
@@ -3631,6 +3631,8 @@
 BUGWK84972 MAC WIN DEBUG : webaudio/audioparam-exponentialRampToValueAtTime.html = PASS CRASH
 BUGWK85003 WIN : media/video-currentTime-set.html = PASS TEXT
 
+BUGWK78664 : platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context.html = FAIL
+
 BUGWK85038 : http/tests/inspector/network/network-initiator.html = TEXT TIMEOUT
 BUGWK85082 XP DEBUG : platform/chromium/media/video-capture-preview.html = CRASH PASS
 

Modified: trunk/LayoutTests/platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt (118260 => 118261)


--- trunk/LayoutTests/platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt	2012-05-23 23:06:17 UTC (rev 118260)
+++ trunk/LayoutTests/platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt	2012-05-23 23:06:30 UTC (rev 118261)
@@ -382,8 +382,6 @@
 rect: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-nbsp-mode) : normal
 rect: style.getPropertyCSSValue(-webkit-nbsp-mode) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-overflow-scrolling) : auto
-rect: style.getPropertyCSSValue(-webkit-overflow-scrolling) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-perspective) : none
 rect: style.getPropertyCSSValue(-webkit-perspective) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px
@@ -916,8 +914,6 @@
 g: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-nbsp-mode) : normal
 g: style.getPropertyCSSValue(-webkit-nbsp-mode) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-overflow-scrolling) : auto
-g: style.getPropertyCSSValue(-webkit-overflow-scrolling) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-perspective) : none
 g: style.getPropertyCSSValue(-webkit-perspective) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px

Modified: trunk/LayoutTests/platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt (118260 => 118261)


--- trunk/LayoutTests/platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt	2012-05-23 23:06:17 UTC (rev 118260)
+++ trunk/LayoutTests/platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt	2012-05-23 23:06:30 UTC (rev 118261)
@@ -382,8 +382,6 @@
 rect: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-nbsp-mode) : normal
 rect: style.getPropertyCSSValue(-webkit-nbsp-mode) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-overflow-scrolling) : auto
-rect: style.getPropertyCSSValue(-webkit-overflow-scrolling) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-perspective) : none
 rect: style.getPropertyCSSValue(-webkit-perspective) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px
@@ -916,8 +914,6 @@
 g: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-nbsp-mode) : normal
 g: style.getPropertyCSSValue(-webkit-nbsp-mode) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-overflow-scrolling) : auto
-g: style.getPropertyCSSValue(-webkit-overflow-scrolling) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-perspective) : none
 g: style.getPropertyCSSValue(-webkit-perspective) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px

Modified: trunk/LayoutTests/platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt (118260 => 118261)


--- trunk/LayoutTests/platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt	2012-05-23 23:06:17 UTC (rev 118260)
+++ trunk/LayoutTests/platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt	2012-05-23 23:06:30 UTC (rev 118261)
@@ -192,7 +192,6 @@
 -webkit-mask-repeat: repeat;
 -webkit-mask-size: auto;
 -webkit-nbsp-mode: normal;
--webkit-overflow-scrolling: auto;
 -webkit-perspective: none;
 -webkit-perspective-origin: 392px 288px;
 -webkit-print-color-adjust: economy;

Modified: trunk/LayoutTests/platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt (118260 => 118261)


--- trunk/LayoutTests/platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2012-05-23 23:06:17 UTC (rev 118260)
+++ trunk/LayoutTests/platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2012-05-23 23:06:30 UTC (rev 118261)
@@ -191,7 +191,6 @@
     -webkit-mask-repeat: repeat
     -webkit-mask-size: auto
     -webkit-nbsp-mode: normal
-    -webkit-overflow-scrolling: auto
     -webkit-perspective: none
     -webkit-perspective-origin: 50% 50%
     -webkit-print-color-adjust: economy

Modified: trunk/LayoutTests/platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt (118260 => 118261)


--- trunk/LayoutTests/platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt	2012-05-23 23:06:17 UTC (rev 118260)
+++ trunk/LayoutTests/platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt	2012-05-23 23:06:30 UTC (rev 118261)
@@ -382,8 +382,6 @@
 rect: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-nbsp-mode) : normal
 rect: style.getPropertyCSSValue(-webkit-nbsp-mode) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-overflow-scrolling) : auto
-rect: style.getPropertyCSSValue(-webkit-overflow-scrolling) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-perspective) : none
 rect: style.getPropertyCSSValue(-webkit-perspective) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px
@@ -916,8 +914,6 @@
 g: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-nbsp-mode) : normal
 g: style.getPropertyCSSValue(-webkit-nbsp-mode) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-overflow-scrolling) : auto
-g: style.getPropertyCSSValue(-webkit-overflow-scrolling) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-perspective) : none
 g: style.getPropertyCSSValue(-webkit-perspective) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px

Modified: trunk/LayoutTests/platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt (118260 => 118261)


--- trunk/LayoutTests/platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt	2012-05-23 23:06:17 UTC (rev 118260)
+++ trunk/LayoutTests/platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt	2012-05-23 23:06:30 UTC (rev 118261)
@@ -192,7 +192,6 @@
 -webkit-mask-repeat: repeat;
 -webkit-mask-size: auto;
 -webkit-nbsp-mode: normal;
--webkit-overflow-scrolling: auto;
 -webkit-perspective: none;
 -webkit-perspective-origin: 392px 288px;
 -webkit-print-color-adjust: economy;

Modified: trunk/LayoutTests/platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt (118260 => 118261)


--- trunk/LayoutTests/platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt	2012-05-23 23:06:17 UTC (rev 118260)
+++ trunk/LayoutTests/platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt	2012-05-23 23:06:30 UTC (rev 118261)
@@ -382,8 +382,6 @@
 rect: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-nbsp-mode) : normal
 rect: style.getPropertyCSSValue(-webkit-nbsp-mode) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-overflow-scrolling) : auto
-rect: style.getPropertyCSSValue(-webkit-overflow-scrolling) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-perspective) : none
 rect: style.getPropertyCSSValue(-webkit-perspective) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px
@@ -916,8 +914,6 @@
 g: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-nbsp-mode) : normal
 g: style.getPropertyCSSValue(-webkit-nbsp-mode) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-overflow-scrolling) : auto
-g: style.getPropertyCSSValue(-webkit-overflow-scrolling) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-perspective) : none
 g: style.getPropertyCSSValue(-webkit-perspective) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px

Modified: trunk/LayoutTests/platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt (118260 => 118261)


--- trunk/LayoutTests/platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt	2012-05-23 23:06:17 UTC (rev 118260)
+++ trunk/LayoutTests/platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt	2012-05-23 23:06:30 UTC (rev 118261)
@@ -382,8 +382,6 @@
 rect: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-nbsp-mode) : normal
 rect: style.getPropertyCSSValue(-webkit-nbsp-mode) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-overflow-scrolling) : auto
-rect: style.getPropertyCSSValue(-webkit-overflow-scrolling) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-perspective) : none
 rect: style.getPropertyCSSValue(-webkit-perspective) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px
@@ -916,8 +914,6 @@
 g: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-nbsp-mode) : normal
 g: style.getPropertyCSSValue(-webkit-nbsp-mode) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-overflow-scrolling) : auto
-g: style.getPropertyCSSValue(-webkit-overflow-scrolling) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-perspective) : none
 g: style.getPropertyCSSValue(-webkit-perspective) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px

Modified: trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt (118260 => 118261)


--- trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt	2012-05-23 23:06:17 UTC (rev 118260)
+++ trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt	2012-05-23 23:06:30 UTC (rev 118261)
@@ -192,7 +192,6 @@
 -webkit-mask-repeat: repeat;
 -webkit-mask-size: auto;
 -webkit-nbsp-mode: normal;
--webkit-overflow-scrolling: auto;
 -webkit-perspective: none;
 -webkit-perspective-origin: 392px 288px;
 -webkit-print-color-adjust: economy;

Modified: trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt (118260 => 118261)


--- trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2012-05-23 23:06:17 UTC (rev 118260)
+++ trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2012-05-23 23:06:30 UTC (rev 118261)
@@ -191,7 +191,6 @@
     -webkit-mask-repeat: repeat
     -webkit-mask-size: auto
     -webkit-nbsp-mode: normal
-    -webkit-overflow-scrolling: auto
     -webkit-perspective: none
     -webkit-perspective-origin: 50% 50%
     -webkit-print-color-adjust: economy

Modified: trunk/LayoutTests/platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt (118260 => 118261)


--- trunk/LayoutTests/platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt	2012-05-23 23:06:17 UTC (rev 118260)
+++ trunk/LayoutTests/platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt	2012-05-23 23:06:30 UTC (rev 118261)
@@ -382,8 +382,6 @@
 rect: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-nbsp-mode) : normal
 rect: style.getPropertyCSSValue(-webkit-nbsp-mode) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-overflow-scrolling) : auto
-rect: style.getPropertyCSSValue(-webkit-overflow-scrolling) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-perspective) : none
 rect: style.getPropertyCSSValue(-webkit-perspective) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px
@@ -916,8 +914,6 @@
 g: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-nbsp-mode) : normal
 g: style.getPropertyCSSValue(-webkit-nbsp-mode) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-overflow-scrolling) : auto
-g: style.getPropertyCSSValue(-webkit-overflow-scrolling) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-perspective) : none
 g: style.getPropertyCSSValue(-webkit-perspective) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px

Modified: trunk/LayoutTests/platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt (118260 => 118261)


--- trunk/LayoutTests/platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt	2012-05-23 23:06:17 UTC (rev 118260)
+++ trunk/LayoutTests/platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt	2012-05-23 23:06:30 UTC (rev 118261)
@@ -382,8 +382,6 @@
 rect: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-nbsp-mode) : normal
 rect: style.getPropertyCSSValue(-webkit-nbsp-mode) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-overflow-scrolling) : auto
-rect: style.getPropertyCSSValue(-webkit-overflow-scrolling) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-perspective) : none
 rect: style.getPropertyCSSValue(-webkit-perspective) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px
@@ -916,8 +914,6 @@
 g: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-nbsp-mode) : normal
 g: style.getPropertyCSSValue(-webkit-nbsp-mode) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-overflow-scrolling) : auto
-g: style.getPropertyCSSValue(-webkit-overflow-scrolling) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-perspective) : none
 g: style.getPropertyCSSValue(-webkit-perspective) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px

Modified: trunk/LayoutTests/platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt (118260 => 118261)


--- trunk/LayoutTests/platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt	2012-05-23 23:06:17 UTC (rev 118260)
+++ trunk/LayoutTests/platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt	2012-05-23 23:06:30 UTC (rev 118261)
@@ -382,8 +382,6 @@
 rect: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-nbsp-mode) : normal
 rect: style.getPropertyCSSValue(-webkit-nbsp-mode) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-overflow-scrolling) : auto
-rect: style.getPropertyCSSValue(-webkit-overflow-scrolling) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-perspective) : none
 rect: style.getPropertyCSSValue(-webkit-perspective) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px
@@ -916,8 +914,6 @@
 g: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-nbsp-mode) : normal
 g: style.getPropertyCSSValue(-webkit-nbsp-mode) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-overflow-scrolling) : auto
-g: style.getPropertyCSSValue(-webkit-overflow-scrolling) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-perspective) : none
 g: style.getPropertyCSSValue(-webkit-perspective) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px

Modified: trunk/Source/WebKit/chromium/ChangeLog (118260 => 118261)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-05-23 23:06:17 UTC (rev 118260)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-05-23 23:06:30 UTC (rev 118261)
@@ -1,3 +1,19 @@
+2012-05-23  James Robinson  <[email protected]>
+
+        [chromium] Turn ENABLE(OVERFLOW_SCROLLING) off for Chromium port
+        https://bugs.webkit.org/show_bug.cgi?id=87177
+
+        Reviewed by Eric Seidel.
+
+        Removes ENABLE(OVERFLOW_SCROLLING) from the set of enables set by Chromium. This guards a new non-standard
+        CSS property, -webkit-overflow-scrolling, that was introduced by iOS5 intended for mobile browsers. This
+        property is very partially implemented in Chromium but the way it's implemented does cause new stacking contexts
+        to be created that otherwise would not be, breaking "desktop" pages.
+
+        This turns the feature off until we can figure out how to deal with the compatibility issues.
+
+        * features.gypi:
+
 2012-05-23  Jay Civelli  <[email protected]>
 
         [chromium] Provides a way to cancel an external popup menu before it is shown.

Modified: trunk/Source/WebKit/chromium/features.gypi (118260 => 118261)


--- trunk/Source/WebKit/chromium/features.gypi	2012-05-23 23:06:17 UTC (rev 118260)
+++ trunk/Source/WebKit/chromium/features.gypi	2012-05-23 23:06:30 UTC (rev 118261)
@@ -81,7 +81,6 @@
       'ENABLE_MUTATION_OBSERVERS=<(enable_mutation_observers)',
       'ENABLE_NOTIFICATIONS=1',
       'ENABLE_ORIENTATION_EVENTS=0',
-      'ENABLE_OVERFLOW_SCROLLING=1',
       'ENABLE_PAGE_VISIBILITY_API=1',
       'ENABLE_POINTER_LOCK=1',
       'ENABLE_PROGRESS_TAG=1',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to