Changeset 164758 in webkit


Ignore:
Timestamp:
Feb 26, 2014 4:52:48 PM (10 years ago)
Author:
psolanki@apple.com
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:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r164756 r164758  
     12014-02-26  Pratik Solanki  <psolanki@apple.com>
     2
     3        [iOS][Webkit2] Enable codesigning entitlement for web process
     4        https://bugs.webkit.org/show_bug.cgi?id=129401
     5        <rdar://problem/16173873>
     6
     7        Reviewed by Geoffrey Garen.
     8
     9        * Configurations/WebContent-iOS.entitlements:
     10
    1112014-02-26  Anders Carlsson  <andersca@apple.com>
    212
  • trunk/Source/WebKit2/Configurations/WebContent-iOS.entitlements

    r163588 r164758  
    55        <key>com.apple.private.allow-explicit-graphics-priority</key>
    66        <true/>
     7        <key>dynamic-codesigning</key>
     8        <true/>
    79</dict>
    810</plist>
Note: See TracChangeset for help on using the changeset viewer.