Bug 198343 - [iOS] The WebContent process needs proper entitlement to do secure drawing
Summary: [iOS] The WebContent process needs proper entitlement to do secure drawing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-05-29 12:04 PDT by Chris Dumez
Modified: 2019-05-29 12:15 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.31 KB, patch)
2019-05-29 12:05 PDT, Chris Dumez
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2019-05-29 12:04:46 PDT
The WebContent process needs proper entitlement to do secure drawing on iOS.
Comment 1 Chris Dumez 2019-05-29 12:05:01 PDT
<rdar://problem/50671257>
Comment 2 Chris Dumez 2019-05-29 12:05:48 PDT
Created attachment 370871 [details]
Patch
Comment 3 Tim Horton 2019-05-29 12:13:16 PDT
Comment on attachment 370871 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=370871&action=review

> Source/WebKit/Configurations/WebContent-iOS.entitlements:36
> +        <key>com.apple.QuartzCore.secure-mode</key>

Something has gone wrong with the indentation
Comment 4 Chris Dumez 2019-05-29 12:15:34 PDT
Committed r245860: <https://trac.webkit.org/changeset/245860>