Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 96c212dd032e8f18b1c6fc657df4a1517e662f10
https://github.com/WebKit/WebKit/commit/96c212dd032e8f18b1c6fc657df4a1517e662f10
Author: Veda Periwal <[email protected]>
Date: 2026-04-03 (Fri, 03 Apr 2026)
Changed paths:
M Source/WebKit/NetworkProcess/NetworkProcess.cpp
Log Message:
-----------
Fix mismatched log arguments in
deleteAndRestrictWebsiteDataForRegistrableDomains
https://bugs.webkit.org/show_bug.cgi?id=311448
rdar://174043460
Reviewed by Richard Robinson.
The log lists "domainsToDeleteAllButHttpOnlyCookiesFor" before
"domainsToDeleteAllScriptWrittenStorageFor" but
hostnamesWithScriptWrittenCookiesToDelete
was passed before hostnamesWithCookiesToDeleteAllButHttpOnly. Swap the
arguments to
match the order.
* Source/WebKit/NetworkProcess/NetworkProcess.cpp:
(WebKit::NetworkProcess::deleteAndRestrictWebsiteDataForRegistrableDomains):
Canonical link: https://commits.webkit.org/310553@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications