Add customElements.getName method#13053
Merged
webkit-commit-queue merged 1 commit intoWebKit:mainfrom Apr 22, 2023
Merged
Conversation
Collaborator
|
EWS run on previous version of this PR (hash cf869e1) Details |
shvaikalesh
reviewed
Apr 21, 2023
shvaikalesh
approved these changes
Apr 21, 2023
shvaikalesh
reviewed
Apr 21, 2023
Member
There was a problem hiding this comment.
Suggested change
| [Custom] DOMString? getName(any constructor); | |
| [Custom] DOMString? getName(Function constructor); |
Member
Author
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"!
Collaborator
|
EWS run on previous version of this PR (hash e16454a) Details |
Collaborator
|
EWS run on previous version of this PR (hash 253cb16) Details |
Collaborator
|
EWS run on previous version of this PR (hash a7e0b6b) Details
|
rniwa
commented
Apr 22, 2023
Member
Author
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...
Collaborator
|
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
Collaborator
|
Committed 263281@main (e2748d7): https://commits.webkit.org/263281@main Reviewed commits have been landed. Closing PR #13053 and removing active labels. |
This was referenced Apr 23, 2023
This was referenced Jun 21, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
e2748d7
f21fc1a
🛠 watch