Closed
Bug 285465
Opened 20 years ago
Closed 14 years ago
Warnings in Core.cpp on startup
Categories
(Core Graveyard :: Profile: Roaming, defect)
Core Graveyard
Profile: Roaming
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mkaply, Assigned: mkaply)
References
Details
Attachments
(1 file)
|
825 bytes,
patch
|
BenB
:
review+
|
Details | Diff | Splinter Review |
We currently give an invalid warning in Core.cpp on startup. Patch coming.
| Assignee | ||
Comment 1•20 years ago
|
||
Fix in two places. 1. in BeginSession, don't use NS_ENSURE_SUCCESS - ReadRoamingPrefs can fail legitimately. 2. the last GetKey can fail in the normal case, so don't NS_ENSURE_SUCCESS it - just set the value if we succeeded and return the rv.
Comment 2•20 years ago
|
||
Comment on attachment 176911 [details] [diff] [review] Fix for problem r=BenB
Attachment #176911 -
Flags: review+
Updated•20 years ago
|
Assignee: nobody → mkaply
Comment 3•19 years ago
|
||
*** Bug 326694 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 4•14 years ago
|
||
File doesn't exist anymore
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•