Title: [171384] trunk/Source/WebKit2
Revision
171384
Author
oli...@apple.com
Date
2014-07-22 19:37:51 -0700 (Tue, 22 Jul 2014)

Log Message

Reduce the size of the root WebContent sandbox profile
https://bugs.webkit.org/show_bug.cgi?id=135182
<rdar://problem/17739108>

Reviewed by Alexey Proskuryakov.

Switch from apple-ui-app to uikit-app as the root of the webcontent
profile.

* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (171383 => 171384)


--- trunk/Source/WebKit2/ChangeLog	2014-07-23 02:19:55 UTC (rev 171383)
+++ trunk/Source/WebKit2/ChangeLog	2014-07-23 02:37:51 UTC (rev 171384)
@@ -1,3 +1,16 @@
+2014-07-22  Oliver Hunt  <oli...@apple.com>
+
+        Reduce the size of the root WebContent sandbox profile
+        https://bugs.webkit.org/show_bug.cgi?id=135182
+        <rdar://problem/17739108>
+
+        Reviewed by Alexey Proskuryakov.
+
+        Switch from apple-ui-app to uikit-app as the root of the webcontent
+        profile.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2014-07-22  Jinwoo Song  <jinwoo7.s...@samsung.com>
 
         Unreviewed build fix on EFL port after r171356.

Modified: trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (171383 => 171384)


--- trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2014-07-23 02:19:55 UTC (rev 171383)
+++ trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2014-07-23 02:37:51 UTC (rev 171384)
@@ -27,10 +27,8 @@
 
 (import "common.sb")
 (import "removed-dev-nodes.sb")
-(import "apple-UI-apps.sb")
 
-(apple-ui-app "com.apple.WebKit.WebContent" 'with-opengl)
-(opengl)
+(uikit-app 'with-opengl)
 
 ;; Access to media controls
 (play-media)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to