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

Changeset 270614 in webkit


Ignore:
Timestamp:
Dec 9, 2020, 11:23:13 PM (6 years ago)
Author:
pvollan@apple.com
Message:

[macOS] Remove com.apple.PowerManagement.control from WebContent sandbox
https://bugs.webkit.org/show_bug.cgi?id=219685
<rdar://problem/70497033>

Reviewed by Darin Adler.

Remove com.apple.PowerManagement.control from WebContent sandbox on macOS, since there are no reports of this being in use.

No new tests, since the result will depend on macOS version.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r270612 r270614  
     12020-12-09  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [macOS] Remove com.apple.PowerManagement.control from WebContent sandbox
     4        https://bugs.webkit.org/show_bug.cgi?id=219685
     5        <rdar://problem/70497033>
     6
     7        Reviewed by Darin Adler.
     8
     9        Remove com.apple.PowerManagement.control from WebContent sandbox on macOS, since there are no reports of this being in use.
     10
     11        No new tests, since the result will depend on macOS version.
     12
     13        * WebProcess/com.apple.WebProcess.sb.in:
     14
    1152020-12-09  Peng Liu  <peng.liu6@apple.com>
    216
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r270575 r270614  
    984984    (global-name "com.apple.SystemConfiguration.configd")
    985985#if __MAC_OS_X_VERSION_MIN_REQUIRED <= 110000
     986    (global-name "com.apple.PowerManagement.control")
    986987    (global-name "com.apple.assertiond.processassertionconnection")
    987988#endif
    988989    (global-name "com.apple.fonts")
    989     (global-name "com.apple.PowerManagement.control")
    990990)
    991991
Note: See TracChangeset for help on using the changeset viewer.