Add customElements.getName method#13053
Conversation
|
EWS run on previous version of this PR (hash cf869e1) Details |
There was a problem hiding this comment.
| [Custom] DOMString? getName(any constructor); | |
| [Custom] DOMString? getName(Function constructor); |
There was a problem hiding this comment.
Hm... this results in an error like this:
Could NOT find IDL file for interface "Function"!
Could NOT find IDL file for interface "Function"!
|
EWS run on previous version of this PR (hash e16454a) Details |
|
EWS run on previous version of this PR (hash 253cb16) Details |
|
EWS run on previous version of this PR (hash a7e0b6b) Details
|
There was a problem hiding this comment.
Can't use the name "interface" on Windows. It's why WinCairo is failing to build.
This comes up every time I touch this file. It's annoying as hell...
|
EWS run on current version of this PR (hash f21fc1a) Details |
https://bugs.webkit.org/show_bug.cgi?id=255778 Reviewed by Alexey Shvayka and Chris Dumez. Implement whatwg/html#9195 with test cases added in web-platform-tests/wpt#39640. * LayoutTests/imported/w3c/web-platform-tests/custom-elements/CustomElementRegistry-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/custom-elements/CustomElementRegistry.html: * Source/WebCore/dom/CustomElementRegistry.cpp: (WebCore::CustomElementRegistry::getName): Added. * Source/WebCore/dom/CustomElementRegistry.h: * Source/WebCore/dom/CustomElementRegistry.idl: Canonical link: https://commits.webkit.org/263281@main
f21fc1a to
e2748d7
Compare
|
Committed 263281@main (e2748d7): https://commits.webkit.org/263281@main Reviewed commits have been landed. Closing PR #13053 and removing active labels. |
e2748d7
f21fc1a
🛠 watch