⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 245860 in webkit


Ignore:
Timestamp:
May 29, 2019, 12:15:26 PM (7 years ago)
Author:
Chris Dumez
Message:

[iOS] The WebContent process needs proper entitlement to do secure drawing
https://bugs.webkit.org/show_bug.cgi?id=198343
<rdar://problem/50671257>

Reviewed by Tim Horton.

The WebContent process needs proper entitlement to do secure drawing on iOS.

  • Configurations/WebContent-iOS.entitlements:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r245859 r245860  
     12019-05-29  Chris Dumez  <cdumez@apple.com>
     2
     3        [iOS] The WebContent process needs proper entitlement to do secure drawing
     4        https://bugs.webkit.org/show_bug.cgi?id=198343
     5        <rdar://problem/50671257>
     6
     7        Reviewed by Tim Horton.
     8
     9        The WebContent process needs proper entitlement to do secure drawing on iOS.
     10
     11        * Configurations/WebContent-iOS.entitlements:
     12
    1132019-05-29  Youenn Fablet  <youenn@apple.com>
    214
  • trunk/Source/WebKit/Configurations/WebContent-iOS.entitlements

    r242767 r245860  
    3434        <key>com.apple.QuartzCore.webkit-end-points</key>
    3535        <true/>
     36        <key>com.apple.QuartzCore.secure-mode</key>
     37        <true/>
    3638</dict>
    3739</plist>
Note: See TracChangeset for help on using the changeset viewer.