Closed
Bug 225651
Opened 21 years ago
Closed 21 years ago
Progressmeter broken for IMAP
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mscott, Assigned: mscott)
Details
Attachments
(1 file)
657 bytes,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
The change on this line:
http://lxr.mozilla.org/seamonkey/source/mailnews/imap/src/nsImapProtocol.cpp#8047
broke reporting progress for imap messages in the progress meter.
It is causing a max progress value of -1 (or unknown) to get inserted into the
doc loader progress reporting chain. If any loading part reports a max progress
of unknown then the overall progress for the document is marked as unknown so we
complete ignore our accurate imap progress reports on the download.
Besides, we never want to report progress information from the raw socket in our
mail UI anyway.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #135460 -
Flags: superreview+
Assignee | ||
Comment 2•21 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•