[Webkit-unassigned] [Bug 65668] New: Optimize floating elements lookup
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 4 00:25:01 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65668
Summary: Optimize floating elements lookup
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: achicu at adobe.com
Currently the floating RenderObjects are stored in a list and searched by using a linear search. When the number of floats increases the layout becomes very slow. A better structure should be used.
--
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