[Webkit-unassigned] [Bug 155221] Add WebAutomationSessionProxy for WebProcess side automation tasks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 8 23:40:02 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=155221

--- Comment #3 from Timothy Hatcher <timothy at apple.com> ---
Comment on attachment 273402
  --> https://bugs.webkit.org/attachment.cgi?id=273402
WIP Sketch

View in context: https://bugs.webkit.org/attachment.cgi?id=273402&action=review

> Source/WebKit2/UIProcess/Automation/WebAutomationSession.h:53
> +class WebAutomationSession final : public API::ObjectImpl<API::Object::Type::AutomationSession>, public IPC::MessageReceiver

This needs to register as a message receiver with the process pool when WebAutomationSession::setProcessPool is called.

processPool->addMessageReceiver(Messages::WebAutomationSession::messageReceiverName(), *this);

And unregister is the destructor.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160309/ff185948/attachment.html>


More information about the webkit-unassigned mailing list