[Webkit-unassigned] [Bug 185411] New: [Simple line layout] Cache run and line resolvers.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 7 20:32:56 PDT 2018


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

            Bug ID: 185411
           Summary: [Simple line layout] Cache run and line resolvers.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zalan at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Whenever a (run/line)resolver is constructed (for painting/hit testing) we iterate through and collect all the flow's content in FlowContents's c'tor.
In case of long text content with large amount of elements (foobar1<br>foobar2<br>.....foobar9999<br>) this repeated work could hang the WebProcess.

-- 
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/20180508/309fb6f4/attachment-0001.html>


More information about the webkit-unassigned mailing list