Title: [242767] trunk/Source/WebKit
Revision
242767
Author
[email protected]
Date
2019-03-11 20:21:12 -0700 (Mon, 11 Mar 2019)

Log Message

[iOS] Add entitlement to enable use of graphics endpoint with limited capabilities
https://bugs.webkit.org/show_bug.cgi?id=195582
<rdar://problem/36082379>

Reviewed by Brent Fulgham.

This is a QuartzCore endpoint with a minimal set of capabilities.

* Configurations/WebContent-iOS.entitlements:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (242766 => 242767)


--- trunk/Source/WebKit/ChangeLog	2019-03-12 03:19:10 UTC (rev 242766)
+++ trunk/Source/WebKit/ChangeLog	2019-03-12 03:21:12 UTC (rev 242767)
@@ -1,3 +1,15 @@
+2019-03-11  Per Arne Vollan  <[email protected]>
+
+        [iOS] Add entitlement to enable use of graphics endpoint with limited capabilities
+        https://bugs.webkit.org/show_bug.cgi?id=195582
+        <rdar://problem/36082379>
+
+        Reviewed by Brent Fulgham.
+
+        This is a QuartzCore endpoint with a minimal set of capabilities.
+
+        * Configurations/WebContent-iOS.entitlements:
+
 2019-03-11  John Wilander  <[email protected]>
 
         Move NetworkProcess/Classifier/ResourceLoadStatisticsStoreCocoa.mm functionality into UIProcess/WebsiteData/Cocoa/WebsiteDataStoreCocoa.mm

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


--- trunk/Source/WebKit/Configurations/WebContent-iOS.entitlements	2019-03-12 03:19:10 UTC (rev 242766)
+++ trunk/Source/WebKit/Configurations/WebContent-iOS.entitlements	2019-03-12 03:21:12 UTC (rev 242767)
@@ -31,5 +31,7 @@
 	</array>
 	<key>com.apple.private.memorystatus</key>
 	<true/>
+	<key>com.apple.QuartzCore.webkit-end-points</key>
+	<true/>
 </dict>
 </plist>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to