Changeset 241332 in webkit


Ignore:
Timestamp:
Feb 12, 2019 5:32:56 PM (5 years ago)
Author:
pvollan@apple.com
Message:

[iOS] Youtube fails to play.
https://bugs.webkit.org/show_bug.cgi?id=194565
<rdar://problem/47974770>

Reviewed by Geoffrey Garen.

This is caused by sandbox violations and was introduced in r240500.

  • Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r241330 r241332  
     12019-02-12  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [iOS] Youtube fails to play.
     4        https://bugs.webkit.org/show_bug.cgi?id=194565
     5        <rdar://problem/47974770>
     6
     7        Reviewed by Geoffrey Garen.
     8
     9        This is caused by sandbox violations and was introduced in r240500.
     10
     11        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     12
    1132019-02-12  Alex Christensen  <achristensen@webkit.org>
    214
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r240606 r241332  
    500500    (global-name "com.apple.coremedia.audioprocessingtap.xpc")
    501501    (global-name "com.apple.coremedia.capturesession")
    502     (global-name "com.apple.coremedia.capturesource")
    503502    (global-name "com.apple.coremedia.compressionsession")
    504503    (global-name "com.apple.coremedia.endpointplaybacksession.xpc")
     
    506505    (global-name "com.apple.coremedia.figcontentkeysession.xpc")
    507506    (global-name "com.apple.coremedia.remotequeue")
    508     (global-name "com.apple.coremedia.samplebufferaudiorenderer.xpc")
    509     (global-name "com.apple.coremedia.samplebufferrendersynchronizer.xpc")
    510507    (global-name "com.apple.coremedia.sandboxserver")
    511508    (global-name "com.apple.coremedia.videocompositor")
Note: See TracChangeset for help on using the changeset viewer.