NEW 109236
Refine requirements for opting into composited scrolling
https://bugs.webkit.org/show_bug.cgi?id=109236
Summary Refine requirements for opting into composited scrolling
vollick
Reported 2013-02-07 15:20:06 PST
Previously, we had required that a layer's z-ordered descendants form a contiguous block in stacking order (and that that block appeared just before or after the normal flow list). This turned out to be inaccurate. If the layer has a positioned ancestor with z-index 0, then the layer will paint after it's positioned ancestor rather than with the other normal flow elements. Really, we need to ensure that all of the following are in a contiguous block: 1. The z-ordered descendants. 2. The old position of the layer in the stack order (taking into account positioned ancestors). 3. The new (if promoted) position of the layer in stack order.
Attachments
Patch (28.51 KB, patch)
2013-02-07 17:48 PST, vollick
no flags
Attempt to fix mac builds. (28.51 KB, patch)
2013-02-07 19:04 PST, vollick
no flags
Patch (48.57 KB, patch)
2013-02-27 10:24 PST, vollick
darin: review-
webkit-ews: commit-queue-
Archive of layout-test-results from webkit-ews-12 for mac-mountainlion-wk2 (562.48 KB, application/zip)
2013-04-12 02:06 PDT, Build Bot
no flags
vollick
Comment 1 2013-02-07 17:48:11 PST
Build Bot
Comment 2 2013-02-07 17:55:11 PST
Comment on attachment 187210 [details] Patch Attachment 187210 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://queues.webkit.org/results/16430394
Build Bot
Comment 3 2013-02-07 18:09:30 PST
vollick
Comment 4 2013-02-07 19:04:35 PST
Created attachment 187218 [details] Attempt to fix mac builds.
vollick
Comment 5 2013-02-27 10:24:56 PST
Early Warning System Bot
Comment 6 2013-02-27 10:48:43 PST
WebKit Review Bot
Comment 7 2013-02-27 11:18:43 PST
Comment on attachment 190552 [details] Patch Attachment 190552 [details] did not pass chromium-ews (chromium-xvfb): Output: http://webkit-commit-queue.appspot.com/results/16675190 New failing tests: platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-initial-position.html platform/chromium/virtual/softwarecompositing/overflow/textarea-scroll-touch.html platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollevent-iframe-no-scrolling.html compositing/overflow/textarea-scroll-touch.html platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-compositing-descendant.html platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollable-iframe-remove-crash.html platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollevent-iframe-no-scrolling-wheel.html platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch.html platform/chromium/virtual/gpu/compositedscrolling/scrollbars/overflow-scrollbar-combinations.html
Build Bot
Comment 8 2013-04-12 02:06:47 PDT
Comment on attachment 190552 [details] Patch Attachment 190552 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/100063 New failing tests: compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents.html
Build Bot
Comment 9 2013-04-12 02:06:50 PDT
Created attachment 197733 [details] Archive of layout-test-results from webkit-ews-12 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-12 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.2
Darin Adler
Comment 10 2014-07-12 17:03:35 PDT
Comment on attachment 190552 [details] Patch review- on this really old patch; might still be an improvement, but not sure it’s relevant to WebKit not
Note You need to log in before you can comment on or make changes to this bug.