Changeset 251451 in webkit
- Timestamp:
- Oct 22, 2019, 1:45:42 PM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r251448 r251451 1 2019-10-22 Alex Christensen <achristensen@webkit.org> 2 3 Revert r243010 on pre-Catalina macOS 4 https://bugs.webkit.org/show_bug.cgi?id=203265 5 <rdar://problem/55570995> 6 7 Reviewed by Per Arne Vollan. 8 9 * WebProcess/com.apple.WebProcess.sb.in: 10 1 11 2019-10-22 Tim Horton <timothy_horton@apple.com> 2 12 -
trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
r250959 r251451 687 687 ;; Network Extensions / VPN helper. 688 688 (allow mach-lookup 689 (global-name "com.apple.nehelper") 690 (global-name "com.apple.nesessionmanager.content-filter")) ;; <rdar://problem/48442387> 689 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500 || PLATFORM(MACCATALYST) 690 (global-name "com.apple.nesessionmanager.content-filter") ;; <rdar://problem/48442387> 691 #else 692 (global-name "com.apple.nesessionmanager") ;; <rdar://problem/55570995> 693 #endif 694 (global-name "com.apple.nehelper")) 691 695 692 696 #if PLATFORM(MAC)
Note:
See TracChangeset
for help on using the changeset viewer.