[webkit-changes] [WebKit/WebKit] 1f6946: [iOS] Remove sandbox extension of Frontboard XPC s...
Per Arne Vollan
noreply at github.com
Mon Nov 20 11:21:29 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1f694659d812e607393b546c4f2edea1c54dc490
https://github.com/WebKit/WebKit/commit/1f694659d812e607393b546c4f2edea1c54dc490
Author: Per Arne Vollan <pvollan at apple.com>
Date: 2023-11-20 (Mon, 20 Nov 2023)
Changed paths:
M Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in
M Source/WebKit/UIProcess/WebPageProxy.cpp
M Source/WebKit/WebProcess/WebPage/WebPage.cpp
M Source/WebKit/WebProcess/WebPage/WebPage.h
M Source/WebKit/WebProcess/WebPage/WebPage.messages.in
Log Message:
-----------
[iOS] Remove sandbox extension of Frontboard XPC service
https://bugs.webkit.org/show_bug.cgi?id=264969
rdar://118521486
Reviewed by Brent Fulgham.
We currently create a sandbox extension for this service when uploading files and enabling
Accessibility. Local testing has found no regressions when blocking this service.
* Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::didChooseFilesForOpenPanelWithDisplayStringAndIcon):
* Source/WebKit/WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::didChooseFilesForOpenPanelWithDisplayStringAndIcon):
* Source/WebKit/WebProcess/WebPage/WebPage.h:
* Source/WebKit/WebProcess/WebPage/WebPage.messages.in:
Canonical link: https://commits.webkit.org/270982@main
More information about the webkit-changes
mailing list