Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9682d18068ac9fe96d17f82577f5c3afb803355e
https://github.com/WebKit/WebKit/commit/9682d18068ac9fe96d17f82577f5c3afb803355e
Author: Per Arne Vollan <[email protected]>
Date: 2026-06-01 (Mon, 01 Jun 2026)
Changed paths:
M
Source/WebKit/Shared/EntryPointUtilities/Cocoa/XPCService/XPCServiceMain.mm
Log Message:
-----------
[iOS] WebKit process extensions should have separate temp directories per App
https://bugs.webkit.org/show_bug.cgi?id=315107
rdar://177441499
Reviewed by Sihui Liu.
Each app should have a unique temp directory in the extension's container. It's
important to
not share temp data between apps.
This was initially landed in https://commits.webkit.org/313609@main, but was
reverted due to a
layout test failure. See https://bugs.webkit.org/show_bug.cgi?id=315675.
It can be relanded after https://commits.webkit.org/314233@main.
* Source/WebKit/Shared/EntryPointUtilities/Cocoa/XPCService/XPCServiceMain.mm:
(WebKit::setUserDirSuffix):
(WebKit::XPCServiceEventHandler):
Canonical link: https://commits.webkit.org/314314@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications