Closed
Bug 665216
Opened 14 years ago
Closed 12 years ago
Helper App Service should accept a filename hint on a channel
Categories
(Core Graveyard :: File Handling, defect)
Core Graveyard
File Handling
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: khuey, Assigned: khuey)
References
Details
Attachments
(1 file, 1 obsolete file)
2.55 KB,
patch
|
jduell.mcbugs
:
feedback-
|
Details | Diff | Splinter Review |
No description provided.
Attachment #540171 -
Flags: review?(sdwilsh)
Comment 1•14 years ago
|
||
Comment on attachment 540171 [details] [diff] [review]
Patch
Review of attachment 540171 [details] [diff] [review]:
-----------------------------------------------------------------
r=sdwilsh
Updated•14 years ago
|
Attachment #540171 -
Flags: review?(sdwilsh) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Updated and unbitrotted.
Attachment #540171 -
Attachment is obsolete: true
Comment on attachment 606637 [details] [diff] [review]
Patch
Review of attachment 606637 [details] [diff] [review]:
-----------------------------------------------------------------
::: uriloader/exthandler/nsExternalHelperAppService.cpp
@@ +273,5 @@
> nsresult rv = aChannel->GetContentDisposition(&disp);
> if (NS_SUCCEEDED(rv))
> {
> + if (aFileName.IsEmpty()) {
> + aChannel->GetContentDispositionFilename(aFileName);
The bug title is misleading, the filename is not really a hint.
Comment 4•12 years ago
|
||
Comment on attachment 606637 [details] [diff] [review]
Patch
Use solution in bug 795442 instead of PropertyBag?
Attachment #606637 -
Flags: feedback-
This is not needed anymore.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
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
•