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

Changeset 270601 in webkit


Ignore:
Timestamp:
Dec 9, 2020, 2:15:35 PM (6 years ago)
Author:
pvollan@apple.com
Message:

[macOS] Allow mach-lookup of com.apple.relatived.tempest in WebKit GPU process
https://bugs.webkit.org/show_bug.cgi?id=219701
<rdar://problem/71980348>

Reviewed by Darin Adler.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r270599 r270601  
     12020-12-09  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [macOS] Allow mach-lookup of com.apple.relatived.tempest in WebKit GPU process
     4        https://bugs.webkit.org/show_bug.cgi?id=219701
     5        <rdar://problem/71980348>
     6
     7        Reviewed by Darin Adler.
     8
     9        * GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:
     10
    1112020-12-09  Wenson Hsieh  <wenson_hsieh@apple.com>
    212
  • trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in

    r270061 r270601  
    829829    (allow device-camera))
    830830#endif // PLATFORM(MAC)
     831
     832(allow mach-lookup
     833    (global-name "com.apple.relatived.tempest")
     834)
Note: See TracChangeset for help on using the changeset viewer.