Changeset 283396 in webkit
- Timestamp:
- Oct 1, 2021, 1:35:17 PM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 5 edited
-
ChangeLog (modified) (1 diff)
-
GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in (modified) (1 diff)
-
NetworkProcess/mac/com.apple.WebKit.NetworkProcess.sb.in (modified) (1 diff)
-
WebAuthnProcess/mac/com.apple.WebKit.WebAuthnProcess.sb.in (modified) (1 diff)
-
WebProcess/com.apple.WebProcess.sb.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r283394 r283396 1 2021-10-01 Brent Fulgham <bfulgham@apple.com> 2 3 Remove special treatment for /private/var/db/dyld on older macOS 4 https://bugs.webkit.org/show_bug.cgi?id=231092 5 <rdar://problem/66580290> 6 7 Reviewed by Per Arne Vollan. 8 9 The dyld shared cache moved to /System/Library/dyld in Big Sur. We should remove access to the 10 old location from Big Sur (and beyond) since it isn't needed anymore. 11 12 * GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in: 13 * NetworkProcess/mac/com.apple.WebKit.NetworkProcess.sb.in: 14 * WebAuthnProcess/mac/com.apple.WebKit.WebAuthnProcess.sb.in: 15 * WebProcess/com.apple.WebProcess.sb.in: 16 1 17 2021-10-01 Kate Cheney <katherine_cheney@apple.com> 2 18 -
trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in
r283378 r283396 52 52 (subpath "/Library/Apple/System") 53 53 (subpath "/Library/Preferences/Logging") ; Logging Rethink 54 #if __MAC_OS_X_VERSION_MIN_REQUIRED < 110000 54 55 (subpath "/private/var/db/dyld") 56 #endif 55 57 (subpath "/private/var/db/timezone") 56 58 (subpath "/usr/lib") -
trunk/Source/WebKit/NetworkProcess/mac/com.apple.WebKit.NetworkProcess.sb.in
r283327 r283396 81 81 (subpath "/Library/Filesystems/NetFSPlugins") 82 82 (subpath "/Library/Preferences/Logging") ; Logging Rethink 83 #if __MAC_OS_X_VERSION_MIN_REQUIRED < 110000 83 84 (subpath "/private/var/db/dyld") 85 #endif 84 86 (subpath "/private/var/db/timezone") 85 87 (subpath "/usr/lib") -
trunk/Source/WebKit/WebAuthnProcess/mac/com.apple.WebKit.WebAuthnProcess.sb.in
r283378 r283396 47 47 (subpath "/Library/Preferences/Logging") ; Logging Rethink 48 48 (subpath "/System") 49 #if __MAC_OS_X_VERSION_MIN_REQUIRED < 110000 49 50 (subpath "/private/var/db/dyld") 51 #endif 50 52 (subpath "/private/var/db/timezone") 51 53 (subpath "/usr/lib") -
trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
r283378 r283396 55 55 (subpath "/Library/Preferences/Logging") ; Logging Rethink 56 56 (subpath "/System") 57 #if __MAC_OS_X_VERSION_MIN_REQUIRED < 110000 57 58 (subpath "/private/var/db/dyld") 59 #endif 58 60 (subpath "/private/var/db/timezone") 59 61 (subpath "/usr/lib")
Note:
See TracChangeset
for help on using the changeset viewer.