Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3ca309c6472c4afb63f82033a69f218460ec5835
https://github.com/WebKit/WebKit/commit/3ca309c6472c4afb63f82033a69f218460ec5835
Author: Charlie Wolfe <[email protected]>
Date: 2026-02-23 (Mon, 23 Feb 2026)
Changed paths:
M Source/WebKit/WebProcess/WebProcess.cpp
M Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm
Log Message:
-----------
REGRESSION(307595@main): [macOS iOS]
TestWebKitAPI.WebpagePreferences.ContentRuleListEnablement is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=308064
rdar://170566192
Reviewed by Matthew Finkel.
I fixed this test for internal builds in 307786@main, but it's still failing in
open-source builds
because m_scriptTrackingPrivacyFilter is always null in those builds. When it's
null, we should
always allow script access.
Test: Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm
* Source/WebKit/WebProcess/WebProcess.cpp:
(WebKit::WebProcess::shouldAllowScriptAccess const):
* Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm:
((WebpagePreferences, ContentRuleListEnablement)):
((WebpagePreferences, DISABLED_ContentRuleListEnablement)): Deleted.
Canonical link: https://commits.webkit.org/308081@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications