Log Message
Web Inspector: Give WebProcess private RWI entitlement https://bugs.webkit.org/show_bug.cgi?id=129710
Patch by Joseph Pecoraro <[email protected]> on 2014-03-04 Reviewed by Timothy Hatcher. * Configurations/WebContent-iOS.entitlements: Add entitlements to "WebProcess" when code signing. * Configurations/WebContentProcess.xcconfig: Add the private RWI entitlement.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (165081 => 165082)
--- trunk/Source/WebKit2/ChangeLog 2014-03-04 22:52:56 UTC (rev 165081)
+++ trunk/Source/WebKit2/ChangeLog 2014-03-05 00:07:38 UTC (rev 165082)
@@ -1,3 +1,16 @@
+2014-03-04 Joseph Pecoraro <[email protected]>
+
+ Web Inspector: Give WebProcess private RWI entitlement
+ https://bugs.webkit.org/show_bug.cgi?id=129710
+
+ Reviewed by Timothy Hatcher.
+
+ * Configurations/WebContent-iOS.entitlements:
+ Add entitlements to "WebProcess" when code signing.
+
+ * Configurations/WebContentProcess.xcconfig:
+ Add the private RWI entitlement.
+
2014-03-04 Enrica Casucci <[email protected]>
[iOS WebKit2]: Next/Prev button in the accessory bar do not work.
Modified: trunk/Source/WebKit2/Configurations/WebContent-iOS.entitlements (165081 => 165082)
--- trunk/Source/WebKit2/Configurations/WebContent-iOS.entitlements 2014-03-04 22:52:56 UTC (rev 165081)
+++ trunk/Source/WebKit2/Configurations/WebContent-iOS.entitlements 2014-03-05 00:07:38 UTC (rev 165082)
@@ -4,6 +4,8 @@
<dict>
<key>com.apple.private.allow-explicit-graphics-priority</key>
<true/>
+ <key>com.apple.private.webinspector.allow-remote-inspection</key>
+ <true/>
<key>dynamic-codesigning</key>
<true/>
</dict>
Modified: trunk/Source/WebKit2/Configurations/WebContentProcess.xcconfig (165081 => 165082)
--- trunk/Source/WebKit2/Configurations/WebContentProcess.xcconfig 2014-03-04 22:52:56 UTC (rev 165081)
+++ trunk/Source/WebKit2/Configurations/WebContentProcess.xcconfig 2014-03-05 00:07:38 UTC (rev 165082)
@@ -29,3 +29,5 @@
EXCLUDED_SHIM_FILE_NAME = $(EXCLUDED_SHIM_FILE_NAME_$(PLATFORM_NAME));
EXCLUDED_SHIM_FILE_NAME_iphoneos = WebProcessShim.dylib;
EXCLUDED_SHIM_FILE_NAME_iphonesimulator = $(EXCLUDED_SHIM_FILE_NAME_iphoneos);
+
+CODE_SIGN_ENTITLEMENTS[sdk=iphonesimulator*] = Configurations/WebContent-iOS.entitlements
_______________________________________________ webkit-changes mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-changes
