Bug 161421

Summary: Add "get" to CustomElementsRegistry
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: DOMAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, cdumez, commit-queue, dbates, esprehn+autocc, kangil.han, kling, koivisto, kondapallykalyan, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 154907    
Attachments:
Description Flags
Adds the support
none
Adds the support none

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>