[Webkit-unassigned] [Bug 197002] Defer rendering in pinch to zoom

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 27 01:16:15 PDT 2019


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

--- Comment #2 from Alexander Mikhaylenko <exalm7659 at gmail.com> ---
I've been looking at this, and it's more complex than I assumed.

At any given time, only the directly visible part of the page is rendered. Which is fine if you're zoom in, but makes it impossible to just reuse it if you're zooming out, and you actually need to render the newly shown parts of the page.

Now, this may or may not be problematic wrt performance. While I'm pretty sure it won't be slower than status quo, it may still be somewhat laggy. :/

-- 
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/20190427/d0753384/attachment-0001.html>


More information about the webkit-unassigned mailing list