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

Changeset 283289 in webkit


Ignore:
Timestamp:
Sep 29, 2021, 5:55:27 PM (5 years ago)
Author:
pvollan@apple.com
Message:

[macOS] Allow audio service in the WebContent process on older versions
https://bugs.webkit.org/show_bug.cgi?id=230974
<rdar://82445437>

Reviewed by Brent Fulgham.

Older versions of macOS still need access to "com.apple.audio.AudioComponentRegistrar" in the WebContent process.

  • WebProcess/com.apple.WebProcess.sb.in:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r283284 r283289  
     12021-09-29  Per Arne Vollan <pvollan@apple.com>
     2
     3        [macOS] Allow audio service in the WebContent process on older versions
     4        https://bugs.webkit.org/show_bug.cgi?id=230974
     5        <rdar://82445437>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Older versions of macOS still need access to "com.apple.audio.AudioComponentRegistrar" in the WebContent process.
     10
     11        * WebProcess/com.apple.WebProcess.sb.in:
     12
    1132021-09-29  Fujii Hironori  <Hironori.Fujii@sony.com>
    214
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r283187 r283289  
    17371737)
    17381738
     1739#if __MAC_OS_X_VERSION_MIN_REQUIRED < 110000
     1740(allow mach-lookup
     1741    (require-all
     1742        (require-not (extension "com.apple.webkit.extension.mach"))
     1743        (global-name "com.apple.audio.AudioComponentRegistrar")))
     1744#endif
     1745
    17391746(allow mach-lookup
    17401747    (require-all
Note: See TracChangeset for help on using the changeset viewer.