Changeset 272741 in webkit


Ignore:
Timestamp:
Feb 11, 2021, 11:23:15 AM (4 years ago)
Author:
Brent Fulgham
Message:

[macOS] Add telemetry for a likely-unused call to ipc-posix-shm-read-data
https://bugs.webkit.org/show_bug.cgi?id=221733
<rdar://problem/74214692>

Reviewed by Per Arne Vollan.

Add telemetry to confirm this is unsed.

  • WebProcess/com.apple.WebProcess.sb.in:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r272735 r272741  
     12021-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
    1132021-02-11  Youenn Fablet  <youenn@apple.com>
    214
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r272723 r272741  
    10661066;; FIXME: Update for <rdar://problem/13642852>.
    10671067(allow ipc-posix-shm-read-data
     1068#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000
     1069    (with telemetry)
     1070#endif
    10681071    (ipc-posix-name "FNetwork.defaultStorageSession")
    10691072    (ipc-posix-name-regex #"\.PrivateBrowsing-")
Note: See TracChangeset for help on using the changeset viewer.