Closed
Bug 295070
Opened 20 years ago
Closed 19 years ago
nsConverterInputStream::Init returns nsnull in an nsresult method
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
People
(Reporter: Biesinger, Assigned: pythonesque+bugzilla)
References
()
Details
(Whiteboard: [good first bug])
Attachments
(1 file)
|
997 bytes,
patch
|
smontagu
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
49 NS_IMETHODIMP 50 nsConverterInputStream::Init(nsIInputStream* aStream, [...] 62 if (NS_FAILED(rv)) return nsnull;
| Reporter | ||
Comment 1•20 years ago
|
||
(it should return rv, just to be clear)
Whiteboard: [good first bug]
Comment 3•20 years ago
|
||
Comment on attachment 184867 [details] [diff] [review] Proposed Patch r=smontagu
Attachment #184867 -
Flags: review?(smontagu) → review+
| Assignee | ||
Updated•20 years ago
|
Attachment #184867 -
Flags: approval1.8b2?
| Reporter | ||
Comment 4•20 years ago
|
||
you also need super-review... see http://www.mozilla.org/hacking/reviewers.html
| Assignee | ||
Comment 5•20 years ago
|
||
Comment on attachment 184867 [details] [diff] [review] Proposed Patch Done. Is there anything else I should do?
Attachment #184867 -
Flags: approval1.8b2? → superreview?(blizzard)
| Reporter | ||
Comment 6•20 years ago
|
||
well, once you have sr you need to ask for approval again (unless you want to wait until we branch for 1.8), and then the patch can be checked in.
Comment 7•19 years ago
|
||
Comment on attachment 184867 [details] [diff] [review] Proposed Patch I'm not doing reviews at the moment. Please ask someone else on the sr list. Sorry!
Attachment #184867 -
Flags: superreview?(blizzard)
Updated•19 years ago
|
Attachment #184867 -
Flags: superreview?(bzbarsky)
Updated•19 years ago
|
Attachment #184867 -
Flags: superreview?(bzbarsky) → superreview+
| Reporter | ||
Updated•19 years ago
|
Assignee: smontagu → pythonesque+bugzilla
| Reporter | ||
Comment 8•19 years ago
|
||
fixed on trunk Checking in intl/uconv/src/nsConverterInputStream.cpp; /cvsroot/mozilla/intl/uconv/src/nsConverterInputStream.cpp,v <-- nsConverterInputStream.cpp new revision: 1.16; previous revision: 1.15 done
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•