Closed
Bug 305659
Opened 19 years ago
Closed 19 years ago
Typo in nsBrowserContentHandler.js
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox1.5
People
(Reporter: Waldo, Assigned: Waldo)
References
()
Details
(Keywords: fixed1.8)
Attachments
(1 file)
|
1021 bytes,
patch
|
benjamin
:
review+
asa
:
approval1.8b4+
|
Details | Diff | Splinter Review |
The QueryInterface method of the module in nsBrowserContentHandler.js should check if the passed IID is nsISupports or nsIModule, but instead it checks if the passed IID is *both* nsISupports and nsIModule, which clearly will never happen.
Updated•19 years ago
|
Version: 1.5 Branch → unspecified
Comment 2•19 years ago
|
||
Comment on attachment 193600 [details] [diff] [review] Patch That's pretty impressive... how does this actually work?
Attachment #193600 -
Flags: review?(benjamin) → review+
Comment 3•19 years ago
|
||
(In reply to comment #2) > (From update of attachment 193600 [details] [diff] [review] [edit]) > That's pretty impressive... how does this actually work? Presumably no one's ever attempting to QI the module to anything, and they're just assuming it implements the nsIModule interface. Anyway, patch checked in, marking FIXED...
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox1.6-
| Assignee | ||
Comment 4•19 years ago
|
||
Comment on attachment 193600 [details] [diff] [review] Patch It's been suggested that I ask for branch approval for this patch. It's low-risk and fixes behavior that's clearly broken, so it's definitely branch-quality material.
Attachment #193600 -
Flags: approval1.8b4?
Updated•19 years ago
|
Flags: blocking1.8b4+
Updated•19 years ago
|
Attachment #193600 -
Flags: approval1.8b4? → approval1.8b4+
Updated•19 years ago
|
Target Milestone: Firefox 2 → Firefox 2 alpha1
Updated•19 years ago
|
Target Milestone: Firefox 2 alpha1 → Firefox 2
Updated•19 years ago
|
Target Milestone: Firefox 2 → Firefox1.5
You need to log in
before you can comment on or make changes to this bug.
Description
•