Closed
Bug 230429
Opened 21 years ago
Closed 21 years ago
Progress broken in progress window when saving / opening attachments
Categories
(MailNews Core :: Networking, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.7alpha
People
(Reporter: mscott, Assigned: mscott)
References
Details
Attachments
(1 file)
2.05 KB,
patch
|
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
Open or save a large attachment that brings up the external helper app's
progress dialog.
Note that the progress bar is defunct and never increases.
This is because of the following code used to update the progress dialog:
http://lxr.mozilla.org/mozilla/source/uriloader/exthandler/nsExternalHelperAppService.cpp#1635
We never set the ContentLength field for any of the mail protocols.
I don't understand the code in question anymore since we are correctly
broadcasting progress totals through the web progress interface via the
docloader just fine. I don't understand why that does not work for the progress
dialog.
In any case, small patch coming up for imap. Need another one for nsMsgProtocol.
Assignee | ||
Comment 1•21 years ago
|
||
I think this is relatively safe because we use a new mock channel for each new
imap request. We aren't effecting anything on the persistent imap channel.
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 138643 [details] [diff] [review]
fix for imap
Looks like this already works today for mailbox urls. I see that
nsMailboxProtocol::GetContentLength has a valid definition.
Attachment #138643 -
Flags: superreview?(bienvenu)
Comment 3•21 years ago
|
||
Comment on attachment 138643 [details] [diff] [review]
fix for imap
I'm happy to try running with this - sorry for the delay - I just got the
bugmail this morning.
Attachment #138643 -
Flags: superreview?(bienvenu) → superreview+
Assignee | ||
Comment 4•21 years ago
|
||
fixed.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.7alpha
Assignee | ||
Comment 5•21 years ago
|
||
checked into the M4 branch.
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•