Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 6a6a2c865253b5057658dd69eb23aac38a179eec https://github.com/WebKit/WebKit/commit/6a6a2c865253b5057658dd69eb23aac38a179eec Author: Youenn Fablet <you...@apple.com> Date: 2025-01-13 (Mon, 13 Jan 2025)
Changed paths: M LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern.any-expected.txt M LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern.any.serviceworker-expected.txt M LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern.any.sharedworker-expected.txt M LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern.any.worker-expected.txt M LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern.https.any-expected.txt M LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern.https.any.serviceworker-expected.txt M LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern.https.any.sharedworker-expected.txt M LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern.https.any.worker-expected.txt M Source/WebCore/Modules/url-pattern/URLPattern.cpp Log Message: ----------- Support URLPattern optional parameters https://bugs.webkit.org/show_bug.cgi?id=285683 rdar://142616185 Reviewed by Anne van Kesteren. As per WebIDL, URLPattern constructor, test and match take an option URLPatternInput. We emulate this within the WebCore C++ layer since binding generator is not skillful enough to understand which variant of URLPatternInput to use (URLPatternInit). Covered by rebased tests. * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern.any-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern.any.serviceworker-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern.any.sharedworker-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern.any.worker-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern.https.any-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern.https.any.serviceworker-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern.https.any.sharedworker-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern.https.any.worker-expected.txt: * Source/WebCore/Modules/url-pattern/URLPattern.cpp: (WebCore::URLPattern::create): (WebCore::URLPattern::test const): (WebCore::URLPattern::exec const): Canonical link: https://commits.webkit.org/288787@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes