Title: [166371] trunk/Source/WebKit2
Revision
166371
Author
joep...@webkit.org
Date
2014-03-27 15:00:46 -0700 (Thu, 27 Mar 2014)

Log Message

Web Inspector: Give WebProcess a proxy application entitlement
https://bugs.webkit.org/show_bug.cgi?id=130806

Reviewed by Timothy Hatcher.

* Configurations/WebContent-iOS.entitlements:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (166370 => 166371)


--- trunk/Source/WebKit2/ChangeLog	2014-03-27 21:21:14 UTC (rev 166370)
+++ trunk/Source/WebKit2/ChangeLog	2014-03-27 22:00:46 UTC (rev 166371)
@@ -1,3 +1,12 @@
+2014-03-27  Joseph Pecoraro  <pecor...@apple.com>
+
+        Web Inspector: Give WebProcess a proxy application entitlement
+        https://bugs.webkit.org/show_bug.cgi?id=130806
+
+        Reviewed by Timothy Hatcher.
+
+        * Configurations/WebContent-iOS.entitlements:
+
 2014-03-27  Anders Carlsson  <ander...@apple.com>
 
         Add reload and reloadFromOrigin as API

Modified: trunk/Source/WebKit2/Configurations/WebContent-iOS.entitlements (166370 => 166371)


--- trunk/Source/WebKit2/Configurations/WebContent-iOS.entitlements	2014-03-27 21:21:14 UTC (rev 166370)
+++ trunk/Source/WebKit2/Configurations/WebContent-iOS.entitlements	2014-03-27 22:00:46 UTC (rev 166371)
@@ -8,6 +8,8 @@
 	<true/>
 	<key>com.apple.private.webinspector.allow-remote-inspection</key>
 	<true/>
+	<key>com.apple.private.webinspector.proxy-application</key>
+	<true/>
 	<key>dynamic-codesigning</key>
 	<true/>
 </dict>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to