[Webkit-unassigned] [Bug 215443] New: Move scroll / overflow handling out of RenderLayer
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 13 01:04:25 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=215443
Bug ID: 215443
Summary: Move scroll / overflow handling out of RenderLayer
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: zimmermann at kde.org
CC: bfulgham at webkit.org, simon.fraser at apple.com,
zalan at apple.com
Per recent discussions between Igalia / Apple, it would be nice to split up RenderLayer into a lean, base class and a derived class which contains all scroll / overflow handling ("RenderLayerScrollable").
I propose to first move all scroll / overflow handling from RenderLayer to RenderLayerScrollable, and as next step only create RenderLayerScrollable objects if needed -- this should be a performance progression for many scenarios.
I'll upload an initial draft patch to discuss the design.
--
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/20200813/59c60210/attachment-0001.htm>
More information about the webkit-unassigned
mailing list