[Webkit-unassigned] [Bug 118889] New: HTMLKeygenElement should use didAddUserAgentShadowRoot and not create subclasses of HTMLSelectElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 18 22:03:33 PDT 2013


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

           Summary: HTMLKeygenElement should use didAddUserAgentShadowRoot
                    and not create subclasses of HTMLSelectElement
           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, akling at apple.com, jonlee at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/edf5d89706a067cce8891ffe2e24005a6e076031

HTMLKeygenElement was manually managing the UserAgent ShadowRoot instead of using
the "framework" with didAddUserAgentShadowRoot. It also created a subclass of
HTMLSelectElement just to set the pseudoId on it to "-webkit-keygen-select". We
can remove that and then make HTMLSelectElement FINAL.

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