[webkit-changes] [WebKit/WebKit] a6ab20: WebXR: Content is not loading in Private Browsing
Dean Jackson
noreply at github.com
Wed Jul 26 18:16:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a6ab20ed7b64f6163f87f90d10397ef5bd6c553a
https://github.com/WebKit/WebKit/commit/a6ab20ed7b64f6163f87f90d10397ef5bd6c553a
Author: Dean Jackson <dino at apple.com>
Date: 2023-07-26 (Wed, 26 Jul 2023)
Changed paths:
M Source/WebKit/Shared/WebProcessCreationParameters.h
M Source/WebKit/Shared/WebProcessCreationParameters.serialization.in
M Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm
M Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm
Log Message:
-----------
WebXR: Content is not loading in Private Browsing
https://bugs.webkit.org/show_bug.cgi?id=259462
rdar://108818635
Reviewed by Tim Horton and Mike Wyrzykowski.
The sandbox on iOS Private Browsing blocks WebXR from accessing its
cache directory on visionOS. Specifically add those directories
to the sandbox extension.
* Source/WebKit/Shared/WebProcessCreationParameters.h:
* Source/WebKit/Shared/WebProcessCreationParameters.serialization.in:
* Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm:
* Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:
Canonical link: https://commits.webkit.org/266346@main
More information about the webkit-changes
mailing list