Closed
Bug 220111
Opened 21 years ago
Closed 21 years ago
nsIDownload should indicate that Init must be called
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Biesinger, Assigned: Biesinger)
Details
Attachments
(1 file)
1022 bytes,
patch
|
bzbarsky
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
related: bug 220103
In my opinion, nsIDownload should make it clear that its Init function must be
called prior to doing anything else with this interface, to reflect the
behaviour of nsDownloadProxy.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 132007 [details] [diff] [review]
patch
ok opinions on this change?
Attachment #132007 -
Flags: review?(bz-vacation)
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
![]() |
||
Comment 3•21 years ago
|
||
Comment on attachment 132007 [details] [diff] [review]
patch
Looks good to me.
Attachment #132007 -
Flags: review?(bz-vacation) → review+
Assignee | ||
Updated•21 years ago
|
Attachment #132007 -
Flags: superreview?(darin)
Comment 4•21 years ago
|
||
Comment on attachment 132007 [details] [diff] [review]
patch
>Index: base/nsIDownload.idl
> * Initializes the download with certain properties.
>+ * This function must be called prior to accessing any properties on this
>+ * interface.
* Initializes the download with certain properties. This function must
* be called prior to accessing any properties on this interface.
nit pick... seems better to write the comment as a complete paragraph. but,
sr=darin either way.
Attachment #132007 -
Flags: superreview?(darin) → superreview+
Assignee | ||
Comment 5•21 years ago
|
||
checked in, with that change made
Checking in base/nsIDownload.idl;
/cvsroot/mozilla/uriloader/base/nsIDownload.idl,v <-- nsIDownload.idl
new revision: 1.6; previous revision: 1.5
done
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
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
•