Closed
Bug 150165
Opened 23 years ago
Closed 23 years ago
nsIFile.idl typo: [noscrpit]
Categories
(Core :: XPCOM, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: tuukka.tolvanen, Assigned: dougt)
References
()
Details
Attachments
(1 file)
652 bytes,
patch
|
bbaetz
:
review+
shaver
:
superreview+
jud
:
approval+
|
Details | Diff | Splinter Review |
void copyTo(in nsIFile newParentDir, in AString newName);
[noscrpit] void CopyToNative(in nsIFile newParentDir, in ACString newName);
Reporter | ||
Comment 1•23 years ago
|
||
typo fix
Comment 2•23 years ago
|
||
Comment on attachment 86925 [details] [diff] [review]
patch
r=bbaetz. Why does this even compile?
Attachment #86925 -
Flags: review+
Comment 4•23 years ago
|
||
Comment on attachment 86925 [details] [diff] [review]
patch
sr=shaver.
(I really hope I didn't review the patch that created this bug.)
Attachment #86925 -
Flags: superreview+
Comment 5•23 years ago
|
||
just mailed drivers asking for 1.0 branch approval
Updated•23 years ago
|
Attachment #86925 -
Flags: approval+
Comment 6•23 years ago
|
||
please land on the 1.0.1 branch. once there, remove the "mozilla1.0.1+" keyword
and add the "fixed1.0.1" keyword.
Keywords: mozilla1.0.1+
Comment 7•23 years ago
|
||
checked in to branch
trunk still frozen, therefore not checked in there
Keywords: mozilla1.0.1+ → fixed1.0.1
Assignee | ||
Comment 8•23 years ago
|
||
Checking in nsIFile.idl;
/cvsroot/mozilla/xpcom/io/nsIFile.idl,v <-- nsIFile.idl
new revision: 1.58; previous revision: 1.57
done
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
http://lxr.mozilla.org/mozilla1.0/source/xpcom/io/nsIFile.idl#135
VERIFIED Fixed for the 1.0 branch. This is left as resolved fixed until someone
verifies it for the trunk.
Keywords: fixed1.0.1 → verified1.0.1
Comment 10•23 years ago
|
||
http://lxr.mozilla.org/mozilla/source/xpcom/io/nsIFile.idl#135
VERIFIED on trunk
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•