Title: [164758] trunk/Source/WebKit2
- Revision
- 164758
- Author
- [email protected]
- Date
- 2014-02-26 16:52:48 -0800 (Wed, 26 Feb 2014)
Log Message
[iOS][Webkit2] Enable codesigning entitlement for web process
https://bugs.webkit.org/show_bug.cgi?id=129401
<rdar://problem/16173873>
Reviewed by Geoffrey Garen.
* Configurations/WebContent-iOS.entitlements:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (164757 => 164758)
--- trunk/Source/WebKit2/ChangeLog 2014-02-27 00:19:19 UTC (rev 164757)
+++ trunk/Source/WebKit2/ChangeLog 2014-02-27 00:52:48 UTC (rev 164758)
@@ -1,3 +1,13 @@
+2014-02-26 Pratik Solanki <[email protected]>
+
+ [iOS][Webkit2] Enable codesigning entitlement for web process
+ https://bugs.webkit.org/show_bug.cgi?id=129401
+ <rdar://problem/16173873>
+
+ Reviewed by Geoffrey Garen.
+
+ * Configurations/WebContent-iOS.entitlements:
+
2014-02-26 Anders Carlsson <[email protected]>
Give VisitedLinkProviders an identifier and send them to the web process
Modified: trunk/Source/WebKit2/Configurations/WebContent-iOS.entitlements (164757 => 164758)
--- trunk/Source/WebKit2/Configurations/WebContent-iOS.entitlements 2014-02-27 00:19:19 UTC (rev 164757)
+++ trunk/Source/WebKit2/Configurations/WebContent-iOS.entitlements 2014-02-27 00:52:48 UTC (rev 164758)
@@ -4,5 +4,7 @@
<dict>
<key>com.apple.private.allow-explicit-graphics-priority</key>
<true/>
+ <key>dynamic-codesigning</key>
+ <true/>
</dict>
</plist>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes