⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243223 in webkit


Ignore:
Timestamp:
Mar 20, 2019, 12:06:44 PM (7 years ago)
Author:
pvollan@apple.com
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:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r243222 r243223  
     12019-03-20  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [iOS] Unable to PiP web videos in Safari due to sandbox violation
     4        https://bugs.webkit.org/show_bug.cgi?id=196015
     5        <rdar://problem/48867037>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        The sandbox should allow getting the iokit property 'ui-pip'.
     10
     11        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     12
    1132019-03-20  John Wilander  <wilander@apple.com>
    214
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r243149 r243223  
    291291    (iokit-property "software-behavior")
    292292    (iokit-property "vendor-id")
     293    (iokit-property "ui-pip") ;; <rdar://problem/48867037>
    293294)
    294295
Note: See TracChangeset for help on using the changeset viewer.