[webkit-reviews] review granted: [Bug 105684] [WK2] Network process should respect cookie accept policy : [Attachment 180616] more build fixes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 23 14:49:05 PST 2012


Sam Weinig <sam at webkit.org> has granted Alexey Proskuryakov <ap at webkit.org>'s
request for review:
Bug 105684: [WK2] Network process should respect cookie accept policy
https://bugs.webkit.org/show_bug.cgi?id=105684

Attachment 180616: more build fixes
https://bugs.webkit.org/attachment.cgi?id=180616&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=180616&action=review


> Source/WebKit2/UIProcess/Network/NetworkProcessProxy.cpp:117
> +    if (m_webContext->dispatchMessage(connection, messageID, decoder))
> +	   return;

Instead of doing this, the WebContext should be registered as a message
receiver in the messageReceiverMap.


More information about the webkit-reviews mailing list