[webkit-reviews] review granted: [Bug 183306] Notify the NetworkProcess when a session is servicing an automation client : [Attachment 334962] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 3 13:31:47 PST 2018


Brian Burg <bburg at apple.com> has granted Brent Fulgham <bfulgham at webkit.org>'s
request for review:
Bug 183306: Notify the NetworkProcess when a session is servicing an automation
client
https://bugs.webkit.org/show_bug.cgi?id=183306

Attachment 334962: Patch

https://bugs.webkit.org/attachment.cgi?id=334962&action=review




--- Comment #9 from Brian Burg <bburg at apple.com> ---
Comment on attachment 334962
  --> https://bugs.webkit.org/attachment.cgi?id=334962
Patch

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

r=me

> Source/WebKit/UIProcess/WebPageProxy.cpp:1288
> +   
m_process->processPool().sendToNetworkingProcess(Messages::NetworkProcess::SetS
essionIsControlledByAutomation(m_websiteDataStore->sessionID(),
m_controlledByAutomation));

This looks good!


More information about the webkit-reviews mailing list