Closed Bug 603720 Opened 14 years ago Closed 7 years ago

The UseOfDOM3LoadMethodWarning message fails to show in the Web Console

Categories

(DevTools :: Console, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: msucan, Unassigned)

References

Details

(Whiteboard: [console-1])

The ReportUseOfDeprecatedMethod() in nsXMLDocument.cpp is used to report the warning that tells web developers to stop using document.load(), which is a deprecated method from an old DOM 3 LS spec.

The sourceName URI used for the nsIScriptError message points to the previous URI of the document object, before loading the new URI. This prevents the Web Console code from associating the warning message with the originating web page (tab).

Until bug 603706 is fixed, we should perhaps find a work around. Not sure how important is this message.
Whiteboard: [console-1]
Component: Developer Tools → Developer Tools: Console
QA Contact: developer.tools → developer.tools.console
Filter on TARDIS.
Priority: -- → P3
5 years old. No user complaints. Closing.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.