[Webkit-unassigned] [Bug 78455] New: Use ShadowRootList()::youngestShadowRoot() or oldestShadowRoot instead of Element::shadowRoot()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 12 20:54:29 PST 2012


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

           Summary: Use ShadowRootList()::youngestShadowRoot() or
                    oldestShadowRoot instead of Element::shadowRoot()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shinyak at chromium.org


Element::shadowRoot() now becomes ambiguous, because in some cases, we want to get the youngest shadow root, in the other cases, we want to get the oldest shadow root.
It's time to convert them so that the code becomes more clear.

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