Title: [246204] trunk/Source/WebKit
Revision
246204
Author
bfulg...@apple.com
Date
2019-06-07 10:10:35 -0700 (Fri, 07 Jun 2019)

Log Message

[iOS] Update sandboxes to address iokit-get-property errors
https://bugs.webkit.org/show_bug.cgi?id=198494
<rdar://problem/51322072> and <rdar://problem/50602737>

Reviewed by Per Arne Vollan.

* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (246203 => 246204)


--- trunk/Source/WebKit/ChangeLog	2019-06-07 16:31:26 UTC (rev 246203)
+++ trunk/Source/WebKit/ChangeLog	2019-06-07 17:10:35 UTC (rev 246204)
@@ -1,3 +1,13 @@
+2019-06-07  Brent Fulgham  <bfulg...@apple.com>
+
+        [iOS] Update sandboxes to address iokit-get-property errors
+        https://bugs.webkit.org/show_bug.cgi?id=198494
+        <rdar://problem/51322072> and <rdar://problem/50602737>
+
+        Reviewed by Per Arne Vollan.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2019-06-07  Andy Estes  <aes...@apple.com>
 
         process-swap-on-navigation error when loading blocked website on iOS 12.2 only.

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (246203 => 246204)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-06-07 16:31:26 UTC (rev 246203)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-06-07 17:10:35 UTC (rev 246204)
@@ -289,12 +289,16 @@
     (iokit-property "class-code")
     (iokit-property "color-accuracy-index")
     (iokit-property "compatible-device-fallback") ;; <rdar://problem/49497720>
+    (iokit-property "device-colors") ;; <rdar://problem/51322072>
     (iokit-property "device-id")
     (iokit-property "device-perf-memory-class")
+    (iokit-property "display-corner-radius") ;; <rdar://problem/50602737>
     (iokit-property "emu")
     (iokit-property "graphics-featureset-class") ;; <rdar://problem/49497720>
+    (iokit-property "graphics-featureset-fallbacks") ;; <rdar://problem/51322072>
     (iokit-property "hdcp-hoover-protocol")
     (iokit-property "iommu-present")
+    (iokit-property "oled-display") ;; <rdar://problem/51322072>
     (iokit-property "product-description") ;; <rdar://problem/49497788>
     (iokit-property "product-id")
     (iokit-property "software-behavior")
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to