[webkit-reviews] review granted: [Bug 132229] Coalesce responses on network process side : [Attachment 230258] patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Apr 27 02:20:27 PDT 2014
Andreas Kling <akling at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 132229: Coalesce responses on network process side
https://bugs.webkit.org/show_bug.cgi?id=132229
Attachment 230258: patch
https://bugs.webkit.org/attachment.cgi?id=230258&action=review
------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=230258&action=review
r=me, this looks really sweet.
> Source/WebKit2/ChangeLog:30
> + Add a new message type that covers didReceiveResonse,
didReceiveBuffer and didFinishLoading in a single message.
Typo, didReceiveResponse.
> Source/WebKit2/NetworkProcess/AsynchronousNetworkLoaderClient.h:31
> +#include <Webcore/ResourceResponse.h>
Webcore :|
> Source/WebKit2/NetworkProcess/AsynchronousNetworkLoaderClient.h:58
> + NetworkResourceLoader* m_coalesingLoader;
Typo, m_coalescingLoader.
More information about the webkit-reviews
mailing list