Closed
Bug 398218
Opened 18 years ago
Closed 18 years ago
Download DB tracks -1 as the max size when resuming
Categories
(Toolkit :: Downloads API, defect)
Toolkit
Downloads API
Tracking
()
VERIFIED
FIXED
mozilla1.9beta1
People
(Reporter: Mardak, Assigned: Mardak)
References
Details
Attachments
(1 file)
|
1.18 KB,
patch
|
mconnor
:
approval1.9+
|
Details | Diff | Splinter Review |
From bug 394548 comment #27:
1) warning about undefined behavior of multiple "i++" on the same line
3) main issue: DB tracks -1 as the max size when resuming, but the UI is fine
| Assignee | ||
Comment 1•18 years ago
|
||
This patch is r+ sdwilsh
Updated•18 years ago
|
Attachment #283110 -
Flags: approval1.9? → approval1.9+
| Assignee | ||
Comment 2•18 years ago
|
||
Checking in toolkit/components/downloads/src/nsDownloadManager.cpp;
/cvsroot/mozilla/toolkit/components/downloads/src/nsDownloadManager.cpp,v <-- nsDownloadManager.cpp
new revision: 1.133; previous revision: 1.132
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3 M9
Comment 3•18 years ago
|
||
Edward: is there a Litmus-based testcase for this? In comment 0, you say that "the UI is fine"; would this show up as corrupt downloads for larger files?
| Assignee | ||
Comment 4•18 years ago
|
||
Well, you could query the DB with something like the mozstorage explorer extension. I can't think of something from a vanilla install of trunk.
Comment 5•18 years ago
|
||
hey - you are supposed to set the flags when you checkin :p
Status: RESOLVED → VERIFIED
Flags: in-testsuite-
Flags: in-litmus-
Comment 6•18 years ago
|
||
(In reply to comment #5)
> hey - you are supposed to set the flags when you checkin :p
Yes, he is, except not "verified," :-)
Updated•18 years ago
|
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Updated•18 years ago
|
Status: REOPENED → RESOLVED
Closed: 18 years ago → 18 years ago
Resolution: --- → FIXED
Comment 7•18 years ago
|
||
Except that I actually meant to verify that it was fixed!
Updated•18 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•