Closed
Bug 308573
Opened 19 years ago
Closed 19 years ago
use if (NS_FAILED(...)) instead of if NS_FAILED(...)
Categories
(Core :: Networking: Cookies, defect)
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: timeless, Assigned: darin.moz)
References
()
Details
Attachments
(3 files)
|
705 bytes,
patch
|
darin.moz
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
|
8.77 KB,
patch
|
darin.moz
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
|
4.57 KB,
patch
|
darin.moz
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
just because it happens to compile doesn't mean we should do it (it scares/confuses people). shaver, biesi and myself agree.
| Assignee | ||
Comment 1•19 years ago
|
||
looks like this entered rev 1.82 when nsCookieService.cpp lived in extensions/cookie. patches welcome.
Target Milestone: --- → Future
Comment 2•19 years ago
|
||
does anything else need to be done to patch this, other than changing this one line?
Attachment #196112 -
Flags: review?(darin)
| Assignee | ||
Comment 3•19 years ago
|
||
Comment on attachment 196112 [details] [diff] [review] one-liner patch r+sr=darin
Attachment #196112 -
Flags: superreview+
Attachment #196112 -
Flags: review?(darin)
Attachment #196112 -
Flags: review+
Comment 4•19 years ago
|
||
This patch fixes other instances of this bug throughout the codebase.
Attachment #196212 -
Flags: superreview?(darin)
Attachment #196212 -
Flags: review?(darin)
| Assignee | ||
Updated•19 years ago
|
Attachment #196212 -
Flags: superreview?(darin)
Attachment #196212 -
Flags: superreview+
Attachment #196212 -
Flags: review?(darin)
Attachment #196212 -
Flags: review+
Comment 5•19 years ago
|
||
Attachment #196215 -
Flags: superreview?(darin)
Attachment #196215 -
Flags: review?(darin)
| Assignee | ||
Updated•19 years ago
|
Attachment #196215 -
Flags: superreview?(darin)
Attachment #196215 -
Flags: superreview+
Attachment #196215 -
Flags: review?(darin)
Attachment #196215 -
Flags: review+
Comment 6•19 years ago
|
||
Timeless checked in all three attachments. Marking fixed (but if you find more instances of this, please reopen).
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
•