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

Changeset 259591 in webkit


Ignore:
Timestamp:
Apr 6, 2020, 1:36:58 PM (6 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, reverting r259469.
https://bugs.webkit.org/show_bug.cgi?id=210066

Introduced media playback regression (Requested by perarne on
#webkit).

Reverted changeset:

"[iOS] Deny mach lookup access to the runningboard service in
the WebContent process"
https://bugs.webkit.org/show_bug.cgi?id=209933
https://trac.webkit.org/changeset/259469

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r259586 r259591  
     12020-04-06  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, reverting r259469.
     4        https://bugs.webkit.org/show_bug.cgi?id=210066
     5
     6        Introduced media playback regression (Requested by perarne on
     7        #webkit).
     8
     9        Reverted changeset:
     10
     11        "[iOS] Deny mach lookup access to the runningboard service in
     12        the WebContent process"
     13        https://bugs.webkit.org/show_bug.cgi?id=209933
     14        https://trac.webkit.org/changeset/259469
     15
    1162020-04-06  Jacob Uphoff  <jacob_uphoff@apple.com>
    217
  • trunk/LayoutTests/fast/sandbox/ios/sandbox-mach-lookup-expected.txt

    r259469 r259591  
    2828PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.lsd.mapdb") is false
    2929PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.frontboard.systemappservices") is false
    30 PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.runningboard") is false
  • trunk/LayoutTests/fast/sandbox/ios/sandbox-mach-lookup.html

    r259469 r259591  
    3131    shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.lsd.mapdb\")");
    3232    shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.frontboard.systemappservices\")");
    33     shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.runningboard\")");
    3433}
    3534</script>
  • trunk/Source/WebKit/ChangeLog

    r259590 r259591  
     12020-04-06  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, reverting r259469.
     4        https://bugs.webkit.org/show_bug.cgi?id=210066
     5
     6        Introduced media playback regression (Requested by perarne on
     7        #webkit).
     8
     9        Reverted changeset:
     10
     11        "[iOS] Deny mach lookup access to the runningboard service in
     12        the WebContent process"
     13        https://bugs.webkit.org/show_bug.cgi?id=209933
     14        https://trac.webkit.org/changeset/259469
     15
    1162020-04-06  Per Arne Vollan  <pvollan@apple.com>
    217
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r259590 r259591  
    555555    (allow ipc-posix-sem-open))
    556556
    557 (deny mach-lookup (with telemetry-backtrace)
    558     (global-name "com.apple.runningboard")
     557(allow mach-lookup (with telemetry)
     558    (global-name "com.apple.runningboard") ;; Needed by process assertion code (ProcessTaskStateObserver).
    559559)
    560560
Note: See TracChangeset for help on using the changeset viewer.