RESOLVED FIXED 49211
Add DownloadProxy object
https://bugs.webkit.org/show_bug.cgi?id=49211
Summary Add DownloadProxy object
Anders Carlsson
Reported 2010-11-08 14:29:08 PST
Add DownloadProxy object
Attachments
Patch (20.69 KB, patch)
2010-11-08 14:31 PST, Anders Carlsson
aroben: review+
Anders Carlsson
Comment 1 2010-11-08 14:31:15 PST
Adam Roben (:aroben)
Comment 2 2010-11-08 14:35:46 PST
Comment on attachment 73287 [details] Patch 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.
Anders Carlsson
Comment 3 2010-11-08 14:40:06 PST
Note You need to log in before you can comment on or make changes to this bug.