Closed
Bug 479543
Opened 16 years ago
Closed 16 years ago
mozStorageConnection::Close should use NS_ERROR instead of NS_WARNING to complain about unfinalized statements
Categories
(Core :: SQLite and Embedded Database Bindings, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: sdwilsh, Assigned: RyanVM)
Details
Attachments
(1 file, 1 obsolete file)
823 bytes,
patch
|
sdwilsh
:
review+
|
Details | Diff | Splinter Review |
mozStorageConnection::Close should use NS_ERROR instead of NS_WARNING to complain about unfinalized statements
Reporter | ||
Updated•16 years ago
|
Whiteboard: [good first bug]
Assignee | ||
Comment 1•16 years ago
|
||
Here you go
Assignee: nobody → ryanvm
Attachment #363443 -
Flags: review?
Assignee | ||
Updated•16 years ago
|
Attachment #363443 -
Flags: review? → review?(sdwilsh)
Reporter | ||
Updated•16 years ago
|
Attachment #363443 -
Flags: review?(sdwilsh) → review+
Reporter | ||
Comment 2•16 years ago
|
||
Comment on attachment 363443 [details] [diff] [review]
That was easy
r=sdwilsh
Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Reporter | ||
Comment 3•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.2a1
Reporter | ||
Comment 4•16 years ago
|
||
Had to back this out since it completely breaks unit tests on debug builds (FTS makes us assert).
We only want the second NS_ERROR, not the first one (that's what triggers the assert).
http://hg.mozilla.org/mozilla-central/rev/0e56b82242f2
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Comment 5•16 years ago
|
||
Of course, I probably should have just fixed this myself...
Assignee | ||
Comment 6•16 years ago
|
||
*sigh*
Attachment #363443 -
Attachment is obsolete: true
Attachment #364632 -
Flags: review?(sdwilsh)
Reporter | ||
Updated•16 years ago
|
Attachment #364632 -
Flags: review?(sdwilsh) → review+
Reporter | ||
Comment 7•16 years ago
|
||
Comment on attachment 364632 [details] [diff] [review]
Now with less breakage
[Checkin: Comment 8]
r=sdwilsh
Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Comment 8•16 years ago
|
||
Comment on attachment 364632 [details] [diff] [review]
Now with less breakage
[Checkin: Comment 8]
http://hg.mozilla.org/mozilla-central/rev/fba5db545afa
Attachment #364632 -
Attachment description: Now with less breakage → Now with less breakage
[Checkin: Comment 8]
Updated•16 years ago
|
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Whiteboard: [good first bug]
Updated•15 years ago
|
Keywords: dev-doc-needed
Updated•3 months ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•