RESOLVED FIXED 220319
WebKit IPC message names should indicate if the message is synchronous
https://bugs.webkit.org/show_bug.cgi?id=220319
Summary WebKit IPC message names should indicate if the message is synchronous
Kimmo Kinnunen
Reported 2021-01-05 04:01:36 PST
WebKit IPC message names should indicate if the message is synchronous Currently IPC message can be either synchronous or asynchronous but not both. There should be an efficient way to check this based on the message name. Checking this is important, because the dispatch functions for sync vs async messages on the receive side have different signatures. This is needed because in WebGL GPUP "IPC stream" mode, the messages do not encode the message status byte for simplicity of operation.
Attachments
Patch (30.37 KB, patch)
2021-01-05 04:11 PST, Kimmo Kinnunen
no flags
Patch (32.56 KB, patch)
2021-01-07 07:56 PST, Kimmo Kinnunen
no flags
Kimmo Kinnunen
Comment 1 2021-01-05 04:11:48 PST
Kimmo Kinnunen
Comment 2 2021-01-07 07:56:47 PST
EWS
Comment 3 2021-01-07 10:48:02 PST
Committed r271243: <https://trac.webkit.org/changeset/271243> All reviewed patches have been landed. Closing bug and clearing flags on attachment 417178 [details].
Radar WebKit Bug Importer
Comment 4 2021-01-07 10:49:17 PST
Note You need to log in before you can comment on or make changes to this bug.