Closed
Bug 261973
Opened 21 years ago
Closed 18 years ago
use nsRefPtrHashtable, and store nsDownload in it
Categories
(Toolkit :: Downloads API, defect)
Toolkit
Downloads API
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha4
People
(Reporter: Biesinger, Assigned: Biesinger)
References
Details
Attachments
(1 obsolete file)
to avoid having to cast, and to remove the need for nsStringKey.
this is part of unifying seamonkey/toolkit dl manager backends.
the PRUnichar* -> AString changes are due to nsStringHashKey's requirements
the if (mInner) changes are just a merge from a seamonkey patch
the move of the pause functions are done so that they are at the same place of
the file as in seamonkey.
| Assignee | ||
Comment 1•21 years ago
|
||
| Assignee | ||
Updated•21 years ago
|
Attachment #160383 -
Flags: review?(bugs)
| Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → After Firefox 1.0
| Assignee | ||
Updated•21 years ago
|
Target Milestone: Future → Firefox1.1
Comment 2•20 years ago
|
||
does this patch need any updating to be brought to the trunk?
Comment 3•20 years ago
|
||
(by that I mean up to date)
| Assignee | ||
Comment 4•20 years ago
|
||
ah... probably. I do believe there were some changes to this code since I made that patch.
Updated•19 years ago
|
Target Milestone: Firefox1.5 → ---
Updated•19 years ago
|
QA Contact: ali → download.manager
Comment 5•18 years ago
|
||
Comment on attachment 160383 [details] [diff] [review]
patch
This has bitrotted even more in the meantime.
And Ben doesn't do reviews anymore, so removing obsolete review request.
Attachment #160383 -
Attachment is obsolete: true
Attachment #160383 -
Flags: review?(bugs)
Comment 6•18 years ago
|
||
now using an nsCOMArray with sqlite back-end.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Depends on: 380250
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3 alpha4
Version: unspecified → Trunk
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•