Closed
Bug 455913
Opened 17 years ago
Closed 17 years ago
nsIHelperAppLauncher should provide info about content length
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: romaxa, Assigned: romaxa)
References
Details
Attachments
(2 files)
1.49 KB,
patch
|
Biesinger
:
review+
Biesinger
:
superreview+
|
Details | Diff | Splinter Review |
1.48 KB,
patch
|
Details | Diff | Splinter Review |
I think it would be nice to have information about download content size before download starting, especially for mobile using.
Attachment #339286 -
Flags: superreview?(cbiesinger)
Attachment #339286 -
Flags: review?(cbiesinger)
Updated•17 years ago
|
Summary: nsIExternalHelperAppService should provide info about content length → nsIHelperAppLauncher should provide info about content length
Comment 1•17 years ago
|
||
Comment on attachment 339286 [details] [diff] [review]
Proposed fix
+ * The download content length. It might not be available in some cases.
How about:
* The download content length, or -1 if the length is not available.
Attachment #339286 -
Flags: superreview?(cbiesinger)
Attachment #339286 -
Flags: superreview+
Attachment #339286 -
Flags: review?(cbiesinger)
Attachment #339286 -
Flags: review+
Assignee | ||
Comment 2•17 years ago
|
||
Assignee | ||
Comment 3•17 years ago
|
||
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
![]() |
||
Comment 4•17 years ago
|
||
This needed an iid rev, no?
Updated•17 years ago
|
Assignee: nobody → romaxa
Assignee | ||
Comment 5•17 years ago
|
||
You mean we should change uuid? like this:
-[scriptable, uuid(cc75c21a-0a79-4f68-90e1-563253d0c555)]
+[scriptable, uuid(d9a19faf-497b-408c-b995-777d956b72c0)]
?
Comment 6•17 years ago
|
||
Sorry for missing that :/
r+sr=biesi on the IID change
Assignee | ||
Comment 7•17 years ago
|
||
pushed iid fix:
http://hg.mozilla.org/mozilla-central/rev/6ec53662fbef
Hello,
nsIHelperAppLauncher contentLength doesn't work in Mozilla Thunderbird for mailbox url's.
I always get 11206112 bytes.
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•