Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: dd1c6124ccd3d8f2fccde63b9e0bd15c051ca9b9 https://github.com/WebKit/WebKit/commit/dd1c6124ccd3d8f2fccde63b9e0bd15c051ca9b9 Author: Per Arne Vollan <pvol...@apple.com> Date: 2025-08-07 (Thu, 07 Aug 2025)
Changed paths: M Source/WebKit/DerivedSources-input.xcfilelist M Source/WebKit/DerivedSources-output.xcfilelist M Source/WebKit/DerivedSources.make A Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.Development.sb.in A Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.Development.sb.in A Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.Development.sb.in M Source/WebKit/Scripts/compile-sandbox.sh M Source/WebKit/WebKit.xcodeproj/project.pbxproj Log Message: ----------- [iOS] Add development sandboxes https://bugs.webkit.org/show_bug.cgi?id=296999 rdar://157664574 Reviewed by Sihui Liu. Add development version of sandboxes for iOS. These sandboxes are intended to not block access, but instead emit reports when a resource that would have been blocked by the non development version is being accessed. This patch only adds the sandboxes. I will follow up with a patch to make the sandbox changes required to allow the operations with a sandbox report. This was first landed in <https://commits.webkit.org/298302@main>. This patch has an additional build fix. * Source/WebKit/DerivedSources-input.xcfilelist: * Source/WebKit/DerivedSources-output.xcfilelist: * Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.Development.sb.in: Added. * Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.Development.sb.in: Added. * Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.Development.sb.in: Added. * Source/WebKit/Scripts/compile-sandbox.sh: * Source/WebKit/WebKit.xcodeproj/project.pbxproj: Canonical link: https://commits.webkit.org/298333@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes