Title: [243223] trunk/Source/WebKit
Revision
243223
Author
[email protected]
Date
2019-03-20 12:06:44 -0700 (Wed, 20 Mar 2019)

Log Message

[iOS] Unable to PiP web videos in Safari due to sandbox violation
https://bugs.webkit.org/show_bug.cgi?id=196015
<rdar://problem/48867037>

Reviewed by Brent Fulgham.

The sandbox should allow getting the iokit property 'ui-pip'.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (243222 => 243223)


--- trunk/Source/WebKit/ChangeLog	2019-03-20 19:01:32 UTC (rev 243222)
+++ trunk/Source/WebKit/ChangeLog	2019-03-20 19:06:44 UTC (rev 243223)
@@ -1,3 +1,15 @@
+2019-03-20  Per Arne Vollan  <[email protected]>
+
+        [iOS] Unable to PiP web videos in Safari due to sandbox violation
+        https://bugs.webkit.org/show_bug.cgi?id=196015
+        <rdar://problem/48867037>
+
+        Reviewed by Brent Fulgham.
+
+        The sandbox should allow getting the iokit property 'ui-pip'.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2019-03-20  John Wilander  <[email protected]>
 
         (Test fix) Override minimumTimeBetweenDataRecordsRemoval in ResourceLoadStatisticsStore::shouldRemoveDataRecord() during layout tests

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-03-20 19:01:32 UTC (rev 243222)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-03-20 19:06:44 UTC (rev 243223)
@@ -290,6 +290,7 @@
     (iokit-property "product-id")
     (iokit-property "software-behavior")
     (iokit-property "vendor-id")
+    (iokit-property "ui-pip") ;; <rdar://problem/48867037>
 )
 
 ;; Read-only preferences and data
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to