Closed
Bug 354522
Opened 19 years ago
Closed 19 years ago
misplaced return rv; in nsWindowWatcher
Categories
(Core Graveyard :: Embedding: APIs, defect)
Core Graveyard
Embedding: APIs
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Biesinger, Assigned: Biesinger)
References
()
Details
Attachments
(2 files)
|
1021 bytes,
patch
|
Biesinger
:
review+
dmosedale
:
superreview+
|
Details | Diff | Splinter Review |
|
1.95 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
I put the return rv; in the wrong place (see URL), it should be outside the scope it's in so that all nsIAuthPrompt2 cases hit it.
Comment 1•19 years ago
|
||
Attachment #240339 -
Flags: review?(cbiesinger)
| Assignee | ||
Updated•19 years ago
|
Attachment #240339 -
Flags: superreview?(darin)
Attachment #240339 -
Flags: review?(cbiesinger)
Attachment #240339 -
Flags: review+
Comment 2•19 years ago
|
||
Comment on attachment 240339 [details] [diff] [review]
moves nsresult rv outside the if
sr=dmose, after discussion with biesi so that we can get this in the tree quickly in order to branch for Sunbird 0.3.
Attachment #240339 -
Flags: superreview?(darin) → superreview+
Comment 3•19 years ago
|
||
Comment on attachment 240339 [details] [diff] [review]
moves nsresult rv outside the if
sr=dmose, after discussion with biesi so that we can get this in the tree quickly in order to branch for Sunbird 0.3.
Comment 4•19 years ago
|
||
Patch checked in on trunk.
-> FIXED
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•19 years ago
|
||
Attachment #240354 -
Flags: review?(benjamin)
Comment 6•19 years ago
|
||
Comment on attachment 240354 [details] [diff] [review]
unit test for this
Kinda sucks that embedding/tests is already taken...
Attachment #240354 -
Flags: review?(benjamin) → review+
| Assignee | ||
Comment 7•19 years ago
|
||
well, putting these tests into a unit/ directory seems pretty standard.
unit test checked in
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•