[Webkit-unassigned] [Bug 193665] [iOS] Tiles not created in large scrollable iframes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 30 10:47:57 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=193665

Antti Koivisto <koivisto at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #359730|0                           |1
        is obsolete|                            |

--- Comment #10 from Antti Koivisto <koivisto at iki.fi> ---
Created attachment 360596

  --> https://bugs.webkit.org/attachment.cgi?id=360596&action=review

wip

This adds a concept of "scroll container layer" to the scrolling tree and uses it for frames. This layer then maps to UIScrollView when async scrolling is enabled. In this setup "scroll layer" is always the layer that moves during scrolling. This matches the existing pure layer based scrolling code and so requires way fewer hacks.

Scroll container layer replaces the existing clip layer as it serves that function as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190130/61a6ac49/attachment.html>


More information about the webkit-unassigned mailing list