[Webkit-unassigned] [Bug 177693] New: Create InlineFormattingContext class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 29 17:59:40 PDT 2017


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

            Bug ID: 177693
           Summary: Create InlineFormattingContext class
           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

short term (inheritance -> aggregation)
1. Move line layout code from RenderBlockFlow (mostly RenderBlockLineLayout.cpp) to a dedicated class
2. Make it the member of RenderBlockFlow (m_inlineFormattingContext)
3. Create the object only when flow has inline children only.

-- 
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/20170930/dc551c29/attachment.html>


More information about the webkit-unassigned mailing list