Bug 222592 - IPC stream feature should use client/server naming instead of sender/receiver
Summary: IPC stream feature should use client/server naming instead of sender/receiver
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kimmo Kinnunen
URL:
Keywords: InRadar
Depends on:
Blocks: 222546
  Show dependency treegraph
 
Reported: 2021-03-02 04:22 PST by Kimmo Kinnunen
Modified: 2021-03-04 01:10 PST (History)
2 users (show)

See Also:


Attachments
Patch (23.92 KB, patch)
2021-03-02 04:26 PST, Kimmo Kinnunen
no flags Details | Formatted Diff | Diff
Patch (24.70 KB, patch)
2021-03-02 06:18 PST, Kimmo Kinnunen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kimmo Kinnunen 2021-03-02 04:22:44 PST
IPC stream feature should use client/server naming instead of sender/receiver

Originally the feature was implemented with names using "sender" and "receiver".
However, at the landing time the naming was changed to use "client" and "server" to follow the existing IPC::Connection.
However, not all the names were changed consistently.

Change all the names to use "client" instead of "sender" and "server" instead of "receiver".
Comment 1 Kimmo Kinnunen 2021-03-02 04:26:07 PST
Created attachment 421920 [details]
Patch
Comment 2 Kimmo Kinnunen 2021-03-02 06:18:52 PST
Created attachment 421928 [details]
Patch
Comment 3 Antti Koivisto 2021-03-04 00:36:47 PST
rs=me
Comment 4 EWS 2021-03-04 01:09:45 PST
Committed r273878: <https://commits.webkit.org/r273878>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 421928 [details].
Comment 5 Radar WebKit Bug Importer 2021-03-04 01:10:21 PST
<rdar://problem/75025379>