Changeset 254550 in webkit


Ignore:
Timestamp:
Jan 14, 2020 5:47:40 PM (4 years ago)
Author:
pvollan@apple.com
Message:

REGRESSION(iOS 13): createMediaElementSource not working
https://bugs.webkit.org/show_bug.cgi?id=203435

Reviewed by David Kilzer.

The WebContent process is missing an entitlement according to logs.

  • Scripts/process-entitlements.sh:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r254548 r254550  
     12020-01-14  Per Arne Vollan  <pvollan@apple.com>
     2
     3        REGRESSION(iOS 13): createMediaElementSource not working
     4        https://bugs.webkit.org/show_bug.cgi?id=203435
     5
     6        Reviewed by David Kilzer.
     7
     8        The WebContent process is missing an entitlement according to logs.
     9
     10        * Scripts/process-entitlements.sh:
     11
    1122020-01-14  Brent Fulgham  <bfulgham@apple.com>
    213
  • trunk/Source/WebKit/Scripts/process-entitlements.sh

    r253984 r254550  
    104104    plistbuddy Add :com.apple.locationd.authorizeapplications bool YES
    105105    plistbuddy Add :com.apple.locationd.effective_bundle bool YES
     106    plistbuddy Add :com.apple.mediaremote.set-playback-state bool YES
    106107    plistbuddy Add :com.apple.private.allow-explicit-graphics-priority bool YES
    107108    plistbuddy Add :com.apple.private.coremedia.extensions.audiorecording.allow bool YES
Note: See TracChangeset for help on using the changeset viewer.