Title: [255012] branches/safari-609-branch/Source/WebKit
Revision
255012
Author
[email protected]
Date
2020-01-23 13:43:40 -0800 (Thu, 23 Jan 2020)

Log Message

Cherry-pick r254550. rdar://problem/58812988

    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:

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

Modified Paths

Diff

Modified: branches/safari-609-branch/Source/WebKit/ChangeLog (255011 => 255012)


--- branches/safari-609-branch/Source/WebKit/ChangeLog	2020-01-23 21:43:37 UTC (rev 255011)
+++ branches/safari-609-branch/Source/WebKit/ChangeLog	2020-01-23 21:43:40 UTC (rev 255012)
@@ -1,5 +1,32 @@
 2020-01-23  Russell Epstein  <[email protected]>
 
+        Cherry-pick r254550. rdar://problem/58812988
+
+    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:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@254550 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-01-14  Per Arne Vollan  <[email protected]>
+
+            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:
+
+2020-01-23  Russell Epstein  <[email protected]>
+
         Cherry-pick r254487. rdar://problem/58606185
 
     Reformat WebProcessPool logging

Modified: branches/safari-609-branch/Source/WebKit/Scripts/process-entitlements.sh (255011 => 255012)


--- branches/safari-609-branch/Source/WebKit/Scripts/process-entitlements.sh	2020-01-23 21:43:37 UTC (rev 255011)
+++ branches/safari-609-branch/Source/WebKit/Scripts/process-entitlements.sh	2020-01-23 21:43:40 UTC (rev 255012)
@@ -103,6 +103,7 @@
     plistbuddy Add :com.apple.QuartzCore.webkit-end-points bool YES
     plistbuddy Add :com.apple.locationd.authorizeapplications bool YES
     plistbuddy Add :com.apple.locationd.effective_bundle bool YES
+    plistbuddy Add :com.apple.mediaremote.set-playback-state bool YES
     plistbuddy Add :com.apple.private.allow-explicit-graphics-priority bool YES
     plistbuddy Add :com.apple.private.coremedia.extensions.audiorecording.allow bool YES
     plistbuddy Add :com.apple.private.coremedia.pidinheritance.allow bool YES
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to