Closed
Bug 128119
Opened 23 years ago
Closed 21 years ago
nsIProgressDialog - target should be a nsIURI
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dougt, Assigned: darin.moz)
References
Details
So that we can sucessfully reused the nsIProgressDialog interface for both
downloading as well as uploading, the |target| attribute should be type nsIURI.
It currently is |nsILocalFile| which is bias towards downloading to disk.
http://lxr.mozilla.org/seamonkey/source/embedding/components/ui/progressDlg/nsIP
rogressDialog.idl
Sounds reasonable.
Are there related changes that would need to be made to influence the wording on
the dialog? I'm thinking about the "Saving from:" and "o:" labels on the
source/target fields, the presence/wording of the "Keep this dialog open after
download completes" checkbox, etc.
Reporter | ||
Comment 2•23 years ago
|
||
I want to use this interface so that I can upload stuff. Only Minor changes are
required.
Assignee | ||
Comment 5•21 years ago
|
||
this bug has been fixed on the trunk by my patch for bug 24867.
Assignee: varga → darin
Assignee | ||
Comment 6•21 years ago
|
||
marking FIXED
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•