REOPENED99125
Stop using deprecatedSend and deprecatedSendSync for sending messages to the UI process
https://bugs.webkit.org/show_bug.cgi?id=99125
Summary Stop using deprecatedSend and deprecatedSendSync for sending messages to the ...
Anders Carlsson
Reported 2012-10-11 18:49:00 PDT
Stop using deprecatedSend and deprecatedSendSync for sending messages to the UI process
Attachments
Patch (7.88 KB, patch)
2012-10-11 18:51 PDT, Anders Carlsson
no flags
Anders Carlsson
Comment 1 2012-10-11 18:51:47 PDT
Andreas Kling
Comment 2 2012-10-11 18:54:53 PDT
Comment on attachment 168333 [details] Patch luks gud andrs.
Anders Carlsson
Comment 3 2012-10-11 18:55:51 PDT
WebKit Review Bot
Comment 4 2012-10-12 00:18:40 PDT
Re-opened since this is blocked by bug 99144
Csaba Osztrogonác
Comment 5 2012-10-12 00:23:11 PDT
Alexey Proskuryakov
Comment 6 2012-10-13 12:37:44 PDT
Comment on attachment 168333 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=168333&action=review > Source/WebKit2/UIProcess/WebProcessProxy.cpp:632 > +void WebProcessProxy::postMessage(const CoreIPC::DataReference& messageData) This looks confusing. Bug title is about sending messages to UI process, but this code sends messages in the other direction.
Anders Carlsson
Comment 7 2012-10-14 17:32:51 PDT
(In reply to comment #6) > (From update of attachment 168333 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=168333&action=review > > > Source/WebKit2/UIProcess/WebProcessProxy.cpp:632 > > +void WebProcessProxy::postMessage(const CoreIPC::DataReference& messageData) > > This looks confusing. Bug title is about sending messages to UI process, but this code sends messages in the other direction. Nope. It's receiving a posted message but I agree that the message name is misleading.
Note You need to log in before you can comment on or make changes to this bug.