Title: [239895] trunk/Source/WebKit
- Revision
- 239895
- Author
- [email protected]
- Date
- 2019-01-11 19:40:11 -0800 (Fri, 11 Jan 2019)
Log Message
Allow WebContent process access to some drawing-related IOKit properties
https://bugs.webkit.org/show_bug.cgi?id=193086
<rdar://problem/46568088>
Reviewed by Eric Carlson.
Add one missing IOKit property, and revise the regexp used for another.
* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (239894 => 239895)
--- trunk/Source/WebKit/ChangeLog 2019-01-12 03:07:47 UTC (rev 239894)
+++ trunk/Source/WebKit/ChangeLog 2019-01-12 03:40:11 UTC (rev 239895)
@@ -1,3 +1,15 @@
+2019-01-11 Brent Fulgham <[email protected]>
+
+ Allow WebContent process access to some drawing-related IOKit properties
+ https://bugs.webkit.org/show_bug.cgi?id=193086
+ <rdar://problem/46568088>
+
+ Reviewed by Eric Carlson.
+
+ Add one missing IOKit property, and revise the regexp used for another.
+
+ * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
2019-01-11 John Wilander <[email protected]>
Compile out Web API Statistics Collection
Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (239894 => 239895)
--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb 2019-01-12 03:07:47 UTC (rev 239894)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb 2019-01-12 03:40:11 UTC (rev 239895)
@@ -339,11 +339,12 @@
(iokit-property "IOGLESDefaultUseMetal")
(iokit-property-regex #"IOGVA(BGRAEnc|Codec|EncoderRestricted|Scaler)")
(iokit-property "IOClassNameOverride")
+ (iokit-property "IOPlatformUUID")
(iokit-property "IOSurfaceAcceleratorCapabilitiesDict")
(iokit-property-regex #"^MetalPlugin(Name|ClassName)")
(iokit-property "Protocol Characteristics")
(iokit-property "artwork-device-subtype")
- (iokit-property-regex #"^canvas-(height|width)")
+ (iokit-property-regex #"(canvas-height|canvas-width)")
(iokit-property "class-code")
(iokit-property "color-accuracy-index")
(iokit-property "device-id")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes