[webkit-reviews] review granted: [Bug 49211] Add DownloadProxy object : [Attachment 73287] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 8 14:35:46 PST 2010


Adam Roben (aroben) <aroben at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 49211: Add DownloadProxy object
https://bugs.webkit.org/show_bug.cgi?id=49211

Attachment 73287: Patch
https://bugs.webkit.org/attachment.cgi?id=73287&action=review

------- Additional Comments from Adam Roben (aroben) <aroben at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=73287&action=review

What about WebKit2.pro?

> WebKit2/UIProcess/WebContext.cpp:209
> +    for (HashMap<uint64_t, RefPtr<DownloadProxy> >::const_iterator it =
m_downloads.begin(), end = m_downloads.end(); it != end; ++it)
> +	   it->second->invalidate();

You could use .begin().values() and .end().values() to iterate over just the
DownloadProxies.


More information about the webkit-reviews mailing list