Closed Bug 1035198 Opened 10 years ago Closed 10 years ago

webconsole "aSourceURL is undefined" error when calling 'console.log(XMLDocument)'

Categories

(DevTools :: Console, defect)

defect
Not set
normal

Tracking

(firefox34 verified, firefox35 verified)

VERIFIED FIXED
Firefox 34
Tracking Status
firefox34 --- verified
firefox35 --- verified

People

(Reporter: pbro, Assigned: sjakthol)

References

Details

Attachments

(2 files)

Attached file test.html
The webconsole throws the following error in the browser console with the attached HTML test case: "aSourceURL is undefined utils.js:198"

STR:
- Open the attached HTML test case (tested in Aurora)
- Open the webconsole
- Open the browser console
- Click on the XMLDocument link in the console

=> The XMLDocument object isn't expanded in the object inspector and the error is thrown in the browser console
OS: Mac OS X → All
Hardware: x86 → All
See Also: → 1036218
Here's a patch that only adds location to DOCUMENT_NODE if it has one when a DOMNode is inspected in the VariablesView. The patch contains a test case for this bug.

Try run: https://tbpl.mozilla.org/?tree=Try&rev=1846e5aa8d4c
Attachment #8459126 - Flags: review?(rcampbell)
Comment on attachment 8459126 [details] [diff] [review]
console-locationless-document-nodes.patch

Review of attachment 8459126 [details] [diff] [review]:
-----------------------------------------------------------------

ok! thanks for this.

::: browser/devtools/webconsole/test/head.js
@@ +48,5 @@
> + * Define an async test based on a generator function
> + */
> +function asyncTest(generator) {
> +  return () => Task.spawn(generator).then(null, ok.bind(null, false)).then(finishTest);
> +}

surprised we didn't have one of these in here already.
Attachment #8459126 - Flags: review?(rcampbell) → review+
Assignee: nobody → sjakthol
Status: NEW → ASSIGNED
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/1006faf77958
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 34
QA Whiteboard: [qa-]
QA Whiteboard: [qa-] → [good first verify]
I was able to reproduce this bug on Nightly 33.0a1 (2014-07-07), using Windows 7 x64.

Verified fixed on Windows 7 x64, Mac OSX 10.9.5 and Ubuntu 14.04 x86 using Nightly 35.0a1 (2014-10-07) and Aurora 34.0a2 (2014-10-07).

This fix can be marked as verified.

[bugday-20141008]
(In reply to vasilicamihasca from comment #6)
> I was able to reproduce this bug on Nightly 33.0a1 (2014-07-07), using
> Windows 7 x64.
> 
> Verified fixed on Windows 7 x64, Mac OSX 10.9.5 and Ubuntu 14.04 x86 using
> Nightly 35.0a1 (2014-10-07) and Aurora 34.0a2 (2014-10-07).
> 
> This fix can be marked as verified.
> 
> [bugday-20141008]

Thank you for your work! Marking this as Verified.
Status: RESOLVED → VERIFIED
QA Whiteboard: [good first verify] → [good first verify][bugday-20141008]
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: