Changeset 270691 in webkit
- Timestamp:
- Dec 11, 2020, 11:26:42 AM (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
r270690 r270691 1 2020-12-11 Per Arne Vollan <pvollan@apple.com> 2 3 [macOS] Remove Mobile Asset access from the WebContent process 4 https://bugs.webkit.org/show_bug.cgi?id=219738 5 <rdar://problem/60650074> 6 7 Reviewed by Brent Fulgham. 8 9 Remove Mobile Asset access from the WebContent process on macOS, since there are no reports of this being used. 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-11 Don Olmstead <don.olmstead@sony.com> 2 16 -
trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
r270682 r270691 965 965 ) 966 966 967 #if __MAC_OS_X_VERSION_MIN_REQUIRED <= 110000 967 968 (allow mach-lookup 968 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000 969 (with report) (with telemetry-backtrace) 970 #endif 969 (with report) 971 970 (global-name "com.apple.mobileassetd") 972 971 ) 972 #endif 973 973 974 974 ;; Various services required by AppKit and other frameworks
Note:
See TracChangeset
for help on using the changeset viewer.