Bug 108020

Summary: Disable -webkit-overflow-scrolling CSS attribute on Chromium
Product: WebKit Reporter: Sami Kyöstilä <skyostil>
Component: New BugsAssignee: Sami Kyöstilä <skyostil>
Status: RESOLVED FIXED    
Severity: Normal CC: allan.jensen, buildbot, cmarcelo, ddkilzer, dglazkov, eric, gyuyoung.kim, jamesr, macpherson, menard, ojan.autocc, rakuco, rniwa, simon.fraser, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch
none
Patch
none
Patch none

Description Sami Kyöstilä 2013-01-26 19:02:12 PST
Remove -webkit-overflow-scrolling CSS attribute
Comment 1 Sami Kyöstilä 2013-01-26 19:05:25 PST
Created attachment 184895 [details]
Patch

First pass to check test expectations.
Comment 2 Build Bot 2013-01-26 20:31:32 PST
Comment on attachment 184895 [details]
Patch

Attachment 184895 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/16163009

New failing tests:
compositing/overflow/scrolling-content-clip-to-viewport.html
compositing/overflow/scrolling-without-painting.html
compositing/overflow/updating-scrolling-content.html
Comment 3 WebKit Review Bot 2013-01-26 20:50:46 PST
Comment on attachment 184895 [details]
Patch

Attachment 184895 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/16160031

New failing tests:
platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-content-clip-to-viewport.html
platform/chromium/virtual/softwarecompositing/overflow/scrolling-content-clip-to-viewport.html
platform/chromium/virtual/softwarecompositing/overflow/scrolling-without-painting.html
compositing/overflow/scrolling-content-clip-to-viewport.html
platform/chromium/virtual/softwarecompositing/overflow/updating-scrolling-content.html
compositing/overflow/scrolling-without-painting.html
compositing/overflow/updating-scrolling-content.html
Comment 4 Build Bot 2013-01-27 21:07:25 PST
Comment on attachment 184895 [details]
Patch

Attachment 184895 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://queues.webkit.org/results/16150575

New failing tests:
compositing/overflow/scrolling-content-clip-to-viewport.html
compositing/overflow/scrolling-without-painting.html
compositing/overflow/updating-scrolling-content.html
Comment 5 Simon Fraser (smfr) 2013-01-28 09:30:37 PST
I'm tempted to suggest that you leave it in but #ifdef it PLATFORM(IOS), since I'm not sure that we'll want to do automatic composited scrolling on iOS yet.
Comment 6 Sami Kyöstilä 2013-01-30 10:21:01 PST
Created attachment 185515 [details]
Patch

- Removed tests specific to -webkit-overflow-scroll.
- Converted other composited scrolling tests to use
  setAcceleratedCompositingForOverflowScrollEnabled() instead. These should
  pass on all platforms that support accelerated compositing.
- Enabled composited overflow scrolling in ScrollingCoordinatorChromiumTest.
Comment 7 Sami Kyöstilä 2013-01-30 10:28:17 PST
Ah, I missed your comment Simon. I'll do another round to leave the flag in but disable it just for Chromium. I think the tests can also be made to work in both modes.
Comment 8 Sami Kyöstilä 2013-01-30 12:15:47 PST
Created attachment 185536 [details]
Patch

- Only disable this on Chromium.
Comment 9 WebKit Review Bot 2013-01-30 15:02:47 PST
Comment on attachment 185536 [details]
Patch

Attachment 185536 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/16218706

New failing tests:
platform/chromium/virtual/softwarecompositing/overflow/overflow-auto-with-touch.html
platform/chromium/virtual/softwarecompositing/overflow/overflow-auto-with-touch-toggle.html
platform/chromium/virtual/softwarecompositing/overflow/nested-scrolling.html
compositing/overflow/nested-scrolling.html
platform/chromium/virtual/softwarecompositing/overflow/overflow-overlay-with-touch.html
Comment 10 Sami Kyöstilä 2013-01-31 03:41:45 PST
Created attachment 185738 [details]
Patch

- Updated test expectations and baselines.
Comment 11 WebKit Review Bot 2013-01-31 09:16:17 PST
Comment on attachment 185738 [details]
Patch

Attachment 185738 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/16282267

New failing tests:
platform/chromium/virtual/softwarecompositing/overflow/overflow-auto-with-touch-toggle.html
Comment 12 Sami Kyöstilä 2013-01-31 09:22:37 PST
Created attachment 185796 [details]
Patch

- One more test that I missed.
Comment 13 Sami Kyöstilä 2013-01-31 11:08:01 PST
I think this is now good to go. Anyone wanna have a look?
Comment 14 WebKit Review Bot 2013-02-01 13:49:53 PST
Comment on attachment 185796 [details]
Patch

Rejecting attachment 185796 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=gce-cq-01', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 185796, '--port=chromium-xvfb']" exit_code: 2 cwd: /mnt/git/webkit-commit-queue

Last 500 characters of output:
Kit/chromium/third_party/yasm/source/patched-yasm --revision 167605 --non-interactive --force --accept theirs-conflict --ignore-externals' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
54>At revision 167605.

________ running '/usr/bin/python tools/clang/scripts/update.py --mac-only' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'

________ running '/usr/bin/python gyp_webkit' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
Updating webkit projects from gyp files...

Full output: http://queues.webkit.org/results/16333105
Comment 15 Sami Kyöstilä 2013-02-04 02:10:26 PST
Created attachment 186327 [details]
Patch

- Rebased.
Comment 16 WebKit Review Bot 2013-02-04 06:47:18 PST
Comment on attachment 186327 [details]
Patch

Clearing flags on attachment: 186327

Committed r141769: <http://trac.webkit.org/changeset/141769>
Comment 17 WebKit Review Bot 2013-02-04 06:47:25 PST
All reviewed patches have been landed.  Closing bug.