[Webkit-unassigned] [Bug 204550] New: [LFC][IFC] Defer run height/baseline adjustment computation until Line::close

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 23 12:36:10 PST 2019


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

            Bug ID: 204550
           Summary: [LFC][IFC] Defer run height/baseline adjustment
                    computation until Line::close
           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

Currently we measure and adjust the baseline/line height on each append ([foo][ ][bar] <- 3 times) We can actually do it in one go after we've merged the runs ([foo bar]).

-- 
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/20191123/7aaa4b9c/attachment.htm>


More information about the webkit-unassigned mailing list