WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2010-11-08 14:31:15 PST
Created
attachment 73287
[details]
Patch
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
Committed
r71574
: <
http://trac.webkit.org/changeset/71574
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug