Changeset 272741 in webkit
- Timestamp:
- Feb 11, 2021, 11:23:15 AM (4 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r272735 r272741 1 2021-02-11 Brent Fulgham <bfulgham@apple.com> 2 3 [macOS] Add telemetry for a likely-unused call to ipc-posix-shm-read-data 4 https://bugs.webkit.org/show_bug.cgi?id=221733 5 <rdar://problem/74214692> 6 7 Reviewed by Per Arne Vollan. 8 9 Add telemetry to confirm this is unsed. 10 11 * WebProcess/com.apple.WebProcess.sb.in: 12 1 13 2021-02-11 Youenn Fablet <youenn@apple.com> 2 14 -
trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
r272723 r272741 1066 1066 ;; FIXME: Update for <rdar://problem/13642852>. 1067 1067 (allow ipc-posix-shm-read-data 1068 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000 1069 (with telemetry) 1070 #endif 1068 1071 (ipc-posix-name "FNetwork.defaultStorageSession") 1069 1072 (ipc-posix-name-regex #"\.PrivateBrowsing-")
Note:
See TracChangeset
for help on using the changeset viewer.