Add value argument to URLSearchParams's has() and delete()#13500
Merged
webkit-commit-queue merged 1 commit intoWebKit:mainfrom May 5, 2023
Merged
Conversation
Collaborator
|
EWS run on previous version of this PR (hash 901aba4) Details
|
cdumez
reviewed
May 5, 2023
901aba4 to
8ad7f66
Compare
Collaborator
|
EWS run on current version of this PR (hash 8ad7f66) Details
|
Collaborator
|
EWS run on previous version of this PR (hash 8ad7f66) Details
|
8ad7f66 to
4eef375
Compare
Collaborator
Collaborator
|
EWS run on current version of this PR (hash 4eef375) Details
|
https://bugs.webkit.org/show_bug.cgi?id=256369 rdar://108949109 Reviewed by Chris Dumez. Aligns WebKit with a recent URLSearchParams change. Also syncs WPT url/ and new tests are upstreamed via web-platform-tests/wpt#39865. * LayoutTests/imported/w3c/web-platform-tests/url/a-element-origin-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/url/a-element-origin-xhtml-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/url/a-element-xhtml_exclude=(file_javascript_mailto)-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/url/a-element_exclude=(file_javascript_mailto)-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/url/resources/urltestdata.json: * LayoutTests/imported/w3c/web-platform-tests/url/url-constructor.any.worker_exclude=(file_javascript_mailto)-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/url/url-constructor.any_exclude=(file_javascript_mailto)-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/url/url-origin.any-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/url/url-origin.any.worker-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/url/urlsearchparams-delete.any-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/url/urlsearchparams-delete.any.js: (test): * LayoutTests/imported/w3c/web-platform-tests/url/urlsearchparams-delete.any.worker-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/url/urlsearchparams-has.any-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/url/urlsearchparams-has.any.js: (test): * LayoutTests/imported/w3c/web-platform-tests/url/urlsearchparams-has.any.worker-expected.txt: * Source/WebCore/html/URLSearchParams.cpp: (WebCore::URLSearchParams::has const): (WebCore::URLSearchParams::remove): * Source/WebCore/html/URLSearchParams.h: (WebCore::URLSearchParams::remove): (WebCore::URLSearchParams::has const): * Source/WebCore/html/URLSearchParams.idl: Canonical link: https://commits.webkit.org/263726@main
4eef375 to
93a5678
Compare
Collaborator
|
Committed 263726@main (93a5678): https://commits.webkit.org/263726@main Reviewed commits have been landed. Closing PR #13500 and removing active labels. |
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.
🛠 ios
93a5678
4eef375
🧪 wpe-wk2🧪 gtk-wk2🧪 api-gtk