[webkit-changes] [WebKit/WebKit] 09061a: Add missing service worker content filter check
Per Arne Vollan
noreply at github.com
Fri Apr 14 09:27:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 09061adb503c45ce2605787b9f412333d8a43efd
https://github.com/WebKit/WebKit/commit/09061adb503c45ce2605787b9f412333d8a43efd
Author: Per Arne Vollan <pvollan at apple.com>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M LayoutTests/TestExpectations
A LayoutTests/http/wpt/service-workers/basic-fetch-with-contentfilter-allow-after-adding-data-expected.txt
A LayoutTests/http/wpt/service-workers/basic-fetch-with-contentfilter-allow-after-adding-data.html
M LayoutTests/http/wpt/service-workers/basic-fetch-with-contentfilter.js
M LayoutTests/platform/ios/TestExpectations
M LayoutTests/platform/mac/TestExpectations
M Source/WebKit/NetworkProcess/NetworkResourceLoader.cpp
Log Message:
-----------
Add missing service worker content filter check
https://bugs.webkit.org/show_bug.cgi?id=255418
rdar://107453214
Reviewed by Brent Fulgham.
This patch was authored by Ben Nham and Per Arne Vollan.
Add missing service worker content filter check after finished adding data. This fixes an issue where
service workers are incorrectly blocked.
* LayoutTests/TestExpectations:
* LayoutTests/http/wpt/service-workers/basic-fetch-with-contentfilter-allow-after-adding-data-expected.txt: Added.
* LayoutTests/http/wpt/service-workers/basic-fetch-with-contentfilter-allow-after-adding-data.html: Added.
* LayoutTests/http/wpt/service-workers/basic-fetch-with-contentfilter.js:
(doTest):
* LayoutTests/platform/ios/TestExpectations:
* LayoutTests/platform/mac/TestExpectations:
* Source/WebKit/NetworkProcess/NetworkResourceLoader.cpp:
(WebKit::NetworkResourceLoader::serviceWorkerDidFinish):
Canonical link: https://commits.webkit.org/262972@main
More information about the webkit-changes
mailing list