RESOLVED FIXED 231060
Implement missing functions in PrivateClickMeasurementDaemonClient
https://bugs.webkit.org/show_bug.cgi?id=231060
Summary Implement missing functions in PrivateClickMeasurementDaemonClient
Alex Christensen
Reported 2021-09-30 20:53:08 PDT
Implement missing functions in PrivateClickMeasurementDaemonClient
Attachments
Patch (27.48 KB, patch)
2021-09-30 20:54 PDT, Alex Christensen
no flags
Patch (26.31 KB, patch)
2021-10-01 09:28 PDT, Alex Christensen
no flags
Patch (60.32 KB, patch)
2021-10-04 17:23 PDT, Alex Christensen
no flags
Patch (60.32 KB, patch)
2021-10-04 17:25 PDT, Alex Christensen
no flags
Patch (65.41 KB, patch)
2021-10-04 17:41 PDT, Alex Christensen
no flags
Patch (65.47 KB, patch)
2021-10-04 22:54 PDT, Alex Christensen
cdumez: review+
Alex Christensen
Comment 1 2021-09-30 20:54:31 PDT
Alex Christensen
Comment 2 2021-10-01 09:28:37 PDT
Alex Christensen
Comment 3 2021-10-04 17:23:08 PDT
Alex Christensen
Comment 4 2021-10-04 17:25:01 PDT
Alex Christensen
Comment 5 2021-10-04 17:41:57 PDT
Alex Christensen
Comment 6 2021-10-04 22:54:41 PDT
Chris Dumez
Comment 7 2021-10-05 11:02:14 PDT
Comment on attachment 440159 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=440159&action=review > Source/WebKit/NetworkProcess/PrivateClickMeasurement/PrivateClickMeasurementConnection.h:63 > + explicit ConnectionToMachService(CString&& machServiceName, NetworkSession&); Probably don’t need the explicit. > Source/WebKit/Shared/EntryPointUtilities/Cocoa/Daemon/PCMDaemonConnectionSet.mm:47 > + m_connections.set(connection, DebugModeEnabled::No); add() is more efficient and should suffice given that you don’t expect the key to exist.
Alex Christensen
Comment 8 2021-10-05 11:12:42 PDT
Radar WebKit Bug Importer
Comment 9 2021-10-05 11:13:21 PDT
Note You need to log in before you can comment on or make changes to this bug.