Title: [171519] trunk/Source/WebKit2
Revision
171519
Author
oli...@apple.com
Date
2014-07-24 13:18:06 -0700 (Thu, 24 Jul 2014)

Log Message

Need to explicitly support location services in webcontent profile
https://bugs.webkit.org/show_bug.cgi?id=135251
<rdar://17798346>

Reviewed by Dan Bernstein.

Switching to uikit-app means that we remove the implicit support
for location services. This makes us explicitly opt-in.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (171518 => 171519)


--- trunk/Source/WebKit2/ChangeLog	2014-07-24 20:13:34 UTC (rev 171518)
+++ trunk/Source/WebKit2/ChangeLog	2014-07-24 20:18:06 UTC (rev 171519)
@@ -1,3 +1,16 @@
+2014-07-24  Oliver Hunt  <oli...@apple.com>
+
+        Need to explicitly support location services in webcontent profile
+        https://bugs.webkit.org/show_bug.cgi?id=135251
+        <rdar://17798346>
+
+        Reviewed by Dan Bernstein.
+
+        Switching to uikit-app means that we remove the implicit support
+        for location services. This makes us explicitly opt-in.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2014-07-24  Tim Horton  <timothy_hor...@apple.com>
 
         Crash at [WKContentView _applicationWillEnterForeground:] + 28

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


--- trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2014-07-24 20:13:34 UTC (rev 171518)
+++ trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2014-07-24 20:18:06 UTC (rev 171519)
@@ -28,7 +28,7 @@
 (import "UIKit-apps.sb")
 (import "removed-dev-nodes.sb")
 
-(uikit-app 'with-opengl)
+(uikit-app 'with-opengl 'with-location-services)
 
 ;; 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