Bug 49211

Summary: Add DownloadProxy object
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch aroben: review+

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.