Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e87c97504475406d905b1c9783ac8834873587a4
https://github.com/WebKit/WebKit/commit/e87c97504475406d905b1c9783ac8834873587a4
Author: Matthew Finkel <[email protected]>
Date: 2025-11-05 (Wed, 05 Nov 2025)
Changed paths:
M Tools/WebKitTestRunner/TestController.cpp
Log Message:
-----------
REGRESSION(300109@main): Cookie partitioning with 3p cookie blocking not
supported by WebKitTestRunner
https://bugs.webkit.org/show_bug.cgi?id=301528
rdar://163509455
Reviewed by Alex Christensen.
300109@main made a substantial change to how the TestRunner API is exposed to
LayoutTest web content, unfortunately there was a small mistake when
translating the C++ into JavaScript where `OnSitesWithoutUserInteraction` is
used when either of the two parameters `onlyOnSitesWithoutUserInteraction` or
`onlyUnpartitionedCookies` are true. The C++ implementation only set
`OnSitesWithoutUserInteraction` when the `onlyOnSitesWithoutUserInteraction`
parameter was true. This patch re-aligns
testRunner.setStatisticsShouldBlockThirdPartyCookies with the previous
behavior.
* Tools/WebKitTestRunner/TestController.cpp:
Canonical link: https://commits.webkit.org/302605@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications