Bug 161421 - Add "get" to CustomElementsRegistry
Summary: Add "get" to CustomElementsRegistry
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks: 154907
  Show dependency treegraph
 
Reported: 2016-08-30 20:35 PDT by Ryosuke Niwa
Modified: 2016-09-01 16:17 PDT (History)
10 users (show)

See Also:


Attachments
Adds the support (6.74 KB, patch)
2016-08-30 20:38 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Adds the support (6.83 KB, patch)
2016-08-30 20:38 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2016-08-30 20:35:54 PDT
Add https://html.spec.whatwg.org/multipage/scripting.html#dom-customelementregistry-get
which returns the constructor of a custom element.
Comment 1 Ryosuke Niwa 2016-08-30 20:38:08 PDT
Created attachment 287476 [details]
Adds the support
Comment 2 Ryosuke Niwa 2016-08-30 20:38:57 PDT
Created attachment 287477 [details]
Adds the support
Comment 3 Yusuke Suzuki 2016-08-30 21:49:08 PDT
Comment on attachment 287477 [details]
Adds the support

r=me
Comment 4 WebKit Commit Bot 2016-08-30 22:20:45 PDT
Comment on attachment 287477 [details]
Adds the support

Clearing flags on attachment: 287477

Committed r205220: <http://trac.webkit.org/changeset/205220>
Comment 5 WebKit Commit Bot 2016-08-30 22:20:50 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Ryosuke Niwa 2016-09-01 16:17:42 PDT
<rdar://problem/28090963>