Closed
Bug 464260
Opened 17 years ago
Closed 17 years ago
FUEL: Change nsIDOMHTMLDocument check to nsIDOMDocument check
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mfinkle, Assigned: mfinkle)
References
Details
Attachments
(1 file)
|
771 bytes,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
When handling the "load" event in BrowserTab, the code explicitly checks for nsIDOMHTMLDocument thereby limiting the check to HTML documents only. The check should be changed to nsIDOMDocument to allow for other document types:
http://mxr.mozilla.org/mozilla-central/source/browser/fuel/src/fuelApplication.js#236
Attachment #347544 -
Flags: review?(gavin.sharp)
Updated•17 years ago
|
Attachment #347544 -
Flags: review?(gavin.sharp) → review+
| Assignee | ||
Comment 1•17 years ago
|
||
| Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•