Title: [245860] trunk/Source/WebKit
Revision
245860
Author
[email protected]
Date
2019-05-29 12:15:26 -0700 (Wed, 29 May 2019)

Log 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:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (245859 => 245860)


--- trunk/Source/WebKit/ChangeLog	2019-05-29 18:51:25 UTC (rev 245859)
+++ trunk/Source/WebKit/ChangeLog	2019-05-29 19:15:26 UTC (rev 245860)
@@ -1,3 +1,15 @@
+2019-05-29  Chris Dumez  <[email protected]>
+
+        [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:
+
 2019-05-29  Youenn Fablet  <[email protected]>
 
         UserMediaCaptureManager should remove a source from its map once the source is ended

Modified: trunk/Source/WebKit/Configurations/WebContent-iOS.entitlements (245859 => 245860)


--- trunk/Source/WebKit/Configurations/WebContent-iOS.entitlements	2019-05-29 18:51:25 UTC (rev 245859)
+++ trunk/Source/WebKit/Configurations/WebContent-iOS.entitlements	2019-05-29 19:15:26 UTC (rev 245860)
@@ -33,5 +33,7 @@
 	<true/>
 	<key>com.apple.QuartzCore.webkit-end-points</key>
 	<true/>
+	<key>com.apple.QuartzCore.secure-mode</key>
+	<true/>
 </dict>
 </plist>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to