[Webkit-unassigned] [Bug 119302] New: Remove Node::parentNodeForRenderingAndStyle and switch to parentRenderStyle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 30 19:25:12 PDT 2013


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

           Summary: Remove Node::parentNodeForRenderingAndStyle and switch
                    to parentRenderStyle
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: koivisto at iki.fi, simon.fraser at apple.com,
                    benjamin at webkit.org, akling at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/6e06fff5245bba0bd6a0ed2be3fe86df6dc724da

parentNodeForRenderingAndStyle() was a complicated way of doing NodeRenderingTraversal::parent.
This switches to that, but more importantly it makes us stop calling into the
ComposedShadowTreeWalker::traverseParent twice during recalcStyle which was crazy since that's
tons of code to do twice just for a ternary.


These traversal classes :(

-- 
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