Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3a8fc06e2e25f38b2051ca2dd6c4a78bec5756c6
https://github.com/WebKit/WebKit/commit/3a8fc06e2e25f38b2051ca2dd6c4a78bec5756c6
Author: Youenn Fablet <[email protected]>
Date: 2026-01-19 (Mon, 19 Jan 2026)
Changed paths:
M LayoutTests/TestExpectations
M
LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/static-router-main-resource.https-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/static-router-subresource.https-expected.txt
M LayoutTests/platform/glib/TestExpectations
M Source/WebCore/Modules/url-pattern/URLPattern.cpp
M Source/WebCore/Modules/url-pattern/URLPattern.h
M Source/WebCore/PAL/pal/PALSwift/RegexpHelper.swift
M Source/WebCore/workers/service/InstallEvent.cpp
M Source/WebCore/workers/service/ServiceWorkerRoute.cpp
M Source/WebCore/workers/service/ServiceWorkerRoute.h
M Source/WebCore/workers/service/ServiceWorkerRoute.mm
M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
Log Message:
-----------
Add support for ignoreCase URLPattern parameter in service worker matching
rules
rdar://167986524
https://bugs.webkit.org/show_bug.cgi?id=305329
Reviewed by Chris Dumez.
We store in URLPattern whether it should ignore case and add a getter.
We use that getter in InstallEvent to store whether ignoring case or not in
ServiceWorkerRoutePattern.
We update isRegexpMatching to match w/o ingoring case.
Covered by rebased tests.
Canonical link: https://commits.webkit.org/305815@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications