Title: [241052] branches/safari-607-branch/Source/WebKit
Revision
241052
Author
[email protected]
Date
2019-02-06 14:16:06 -0800 (Wed, 06 Feb 2019)

Log Message

Cherry-pick r239895. rdar://problem/47776475

    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:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@239895 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-607-branch/Source/WebKit/ChangeLog (241051 => 241052)


--- branches/safari-607-branch/Source/WebKit/ChangeLog	2019-02-06 22:16:04 UTC (rev 241051)
+++ branches/safari-607-branch/Source/WebKit/ChangeLog	2019-02-06 22:16:06 UTC (rev 241052)
@@ -1,5 +1,34 @@
 2019-02-05  Alan Coon  <[email protected]>
 
+        Cherry-pick r239895. rdar://problem/47776475
+
+    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:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@239895 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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-02-05  Alan Coon  <[email protected]>
+
         Cherry-pick r239881. rdar://problem/47776480
 
     [iOS] Precision drop state thrashes when dragging near the top edge of an editable element

Modified: branches/safari-607-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (241051 => 241052)


--- branches/safari-607-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-02-06 22:16:04 UTC (rev 241051)
+++ branches/safari-607-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-02-06 22:16:06 UTC (rev 241052)
@@ -341,11 +341,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

Reply via email to