[Webkit-unassigned] [Bug 91716] New: [Refactoring] Use userAgentShadowRoot() for elements having user agent shadow root.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 18 23:33:57 PDT 2012


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

           Summary: [Refactoring] Use userAgentShadowRoot() for elements
                    having user agent shadow root.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shinyak at chromium.org
            Blocks: 72352


We have introduced Element::userAgentShadowRoot() for getting a user agent shadow root.
We often used shadow()->oldestShadowRoot() to take user agent shadow root, but we have to use userAgentShadowRoot() instead.
This will make our code intention clearer.

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