Closed
Bug 1307922
Opened 8 years ago
Closed 8 years ago
Add support for console.dir()
Categories
(DevTools :: Console, enhancement, P1)
DevTools
Console
Tracking
(firefox56 verified)
Tracking | Status | |
---|---|---|
firefox56 | --- | verified |
People
(Reporter: linclark, Assigned: nchevobbe)
References
Details
(Whiteboard: [console-html])
Attachments
(1 file)
Originally posted by:linclark
see https://github.com/devtools-html/gecko-dev/issues/221
Tests:
- [ ] browser_bug_862916_console_dir_and_filter_off.js
- [ ] browser_webconsole_bug_659907_console_dir.js
Reporter | ||
Updated•8 years ago
|
Priority: -- → P2
Whiteboard: new-console
Reporter | ||
Updated•8 years ago
|
Blocks: enable-new-console
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → chevobbe.nicolas
Assignee | ||
Comment 1•8 years ago
|
||
This shows an inline variable view with all the properties of the object passed as a parameter.
Since we're gonna switch to object inspection, I wonder if we can wait till we have them (we would then "only" have to open the first level).
Reporter | ||
Comment 2•8 years ago
|
||
I think postponing this until we have object inspection makes sense.
Reporter | ||
Updated•8 years ago
|
No longer blocks: enable-new-console
Depends on: 1308566
Updated•8 years ago
|
Blocks: enable-new-console
Flags: qe-verify+
QA Contact: iulia.cristescu
Whiteboard: new-console → [new-console]
Updated•8 years ago
|
Whiteboard: [new-console] → [console-html]
Assignee | ||
Updated•8 years ago
|
Priority: P2 → P1
Updated•8 years ago
|
Status: NEW → ASSIGNED
Iteration: --- → 56.2 - Jul 10
Updated•8 years ago
|
Iteration: 56.2 - Jul 10 → 56.3 - Jul 24
Comment hidden (mozreview-request) |
Assignee | ||
Comment 4•8 years ago
|
||
My patch won't work until Bug 1308566 lands, but I think it is ready for review.
Comment 5•8 years ago
|
||
mozreview-review |
Comment on attachment 8885151 [details]
Bug 1307922 - Add support for console.dir();
https://reviewboard.mozilla.org/r/156010/#review161240
The impl looks super simple!
The only problem is the test, it fails for me (Win10)
26 INFO TEST-UNEXPECTED-FAIL | devtools/client/webconsole/new-console-output/test/mochitest/browser_webconsole_console_dir.js | Uncaught exception - waitFor - threw exception: TypeError: node is undefined
Honza
Attachment #8885151 -
Flags: review?(odvarko)
Assignee | ||
Comment 6•8 years ago
|
||
(In reply to Jan Honza Odvarko [:Honza] from comment #5)
> Comment on attachment 8885151 [details]
> Bug 1307922 - Add support for console.dir();
>
> The only problem is the test, it fails for me (Win10)
It might be because this is built on top of the in-review Bug 1308566 patch, which isn't included here when you pull the patch.
I'll rebase this patch when the OI patch lands and will ask for review again so you can check the test.
Comment 7•8 years ago
|
||
mozreview-review |
Comment on attachment 8885151 [details]
Bug 1307922 - Add support for console.dir();
https://reviewboard.mozilla.org/r/156010/#review161578
I tried again on the latest m-c (UI landed) and the test works for me.
Thanks for working on this!
Honza
Attachment #8885151 -
Flags: review+
Comment hidden (mozreview-request) |
Assignee | ||
Comment 9•8 years ago
|
||
Thanks Honza. I rebased and pushed to TRY, let's see if everything is okay.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 12•8 years ago
|
||
I fixed the ESLint issues. Let's push this
Comment 13•8 years ago
|
||
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ae87679e5f8d
Add support for console.dir(); r=Honza
Comment 14•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 56
Comment 15•8 years ago
|
||
I can confirm the bug is verified fixed on latest Nightly 56.0a1 (2017-07-17), using Windows 10 x64, Ubuntu 16.04 x64 and Mac OS X 10.11.6.
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•