Closed
Bug 298842
Opened 20 years ago
Closed 19 years ago
make the temp file part of nsITransfer
Categories
(Core Graveyard :: File Handling, defect, P1)
Core Graveyard
File Handling
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.8beta2
People
(Reporter: mconnor, Assigned: Biesinger)
References
Details
Attachments
(1 file, 1 obsolete file)
|
25.45 KB,
patch
|
Details | Diff | Splinter Review |
per discussion with biesi, lets make the temp file a part of nsITransfer instead of making all consumers implement observers, since they'll need this file
| Assignee | ||
Updated•20 years ago
|
Component: Networking → File Handling
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #187362 -
Flags: superreview?(darin)
Attachment #187362 -
Flags: review?(mconnor)
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → mozilla1.8beta2
| Reporter | ||
Comment 2•20 years ago
|
||
Comment on attachment 187362 [details] [diff] [review] patch thanks!
Attachment #187362 -
Flags: review?(mconnor) → review+
Comment 3•19 years ago
|
||
Comment on attachment 187362 [details] [diff] [review] patch >Index: uriloader/base/nsITransfer.idl >-[scriptable, uuid(0721AAF2-28AC-46cd-BCFA-5F8CA2A8B99B)] >+[scriptable, uuid(23c51569-e9a1-4a92-adeb-3723db82ef7c)] > interface nsITransfer : nsIWebProgressListener2 { does it make sense to rev the IID of nsIDownload? so can the temp file be null when uploading? iirc, nsITransfer was created to support uploading as well as downloading. in the case where we are uploading, the target URI is not a file:// URI. sr=darin
Attachment #187362 -
Flags: superreview?(darin) → superreview+
| Assignee | ||
Comment 4•19 years ago
|
||
yeah, it can be null in other cases too (webbrowserpersist downloads). I did document that it can be null. I'll change the IID of nsIDownload.
| Assignee | ||
Comment 5•19 years ago
|
||
Comment on attachment 187362 [details] [diff] [review] patch trivial patch, adds an argument to a function, very low risk.
Attachment #187362 -
Flags: approval1.8b3?
Comment 6•19 years ago
|
||
Comment on attachment 187362 [details] [diff] [review] patch a=shaver with IID rev.
Attachment #187362 -
Flags: approval1.8b3? → approval1.8b3+
| Assignee | ||
Comment 7•19 years ago
|
||
merged to trunk + nsIDownload IID change
Attachment #187362 -
Attachment is obsolete: true
| Assignee | ||
Comment 8•19 years ago
|
||
checked in.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•