Changeset 270614 in webkit
- Timestamp:
- Dec 9, 2020, 11:23:13 PM (6 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebProcess/com.apple.WebProcess.sb.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r270612 r270614 1 2020-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 1 15 2020-12-09 Peng Liu <peng.liu6@apple.com> 2 16 -
trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
r270575 r270614 984 984 (global-name "com.apple.SystemConfiguration.configd") 985 985 #if __MAC_OS_X_VERSION_MIN_REQUIRED <= 110000 986 (global-name "com.apple.PowerManagement.control") 986 987 (global-name "com.apple.assertiond.processassertionconnection") 987 988 #endif 988 989 (global-name "com.apple.fonts") 989 (global-name "com.apple.PowerManagement.control")990 990 ) 991 991
Note:
See TracChangeset
for help on using the changeset viewer.