[Webkit-unassigned] [Bug 83728] New: Reduce the use of RenderLayer outside of the rendering code
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 11 16:06:21 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=83728
Summary: Reduce the use of RenderLayer outside of the rendering
code
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jchaffraix at webkit.org
CC: simon.fraser at apple.com, jamesr at chromium.org
A lot of the code outside rendering/ is talking directly to a RenderLayer where they shouldn't have such a deep knowledge of the rendering objects. This unfortunately propagates some rendering knowledge and assumptions outside the scope of rendering. It also ties our code to relying on RenderLayer for certain operations that reduces the abstraction.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list