Closed
Bug 1362023
Opened 8 years ago
Closed 7 years ago
Enable new frontend in browser console
Categories
(DevTools :: Console, enhancement, P1)
DevTools
Console
Tracking
(firefox61 fixed)
RESOLVED
FIXED
Firefox 61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: bgrins, Assigned: bgrins)
References
Details
(Keywords: dev-doc-complete, Whiteboard: [newconsole-mvp])
Attachments
(1 file, 1 obsolete file)
Once the new frontend is loaded in an HTML document, we should have the browser console use it.
Note that the browser console, via hudservice, relies on a xul window to persist the width/height of the window. So we will probably need to add a file like browser-console.xul that has a full width/height iframe pointing to webconsole.html, and then have hudservice load the xul file.
Assignee | ||
Updated•8 years ago
|
Whiteboard: [console-html]
Updated•8 years ago
|
Flags: qe-verify?
Priority: -- → P2
Updated•8 years ago
|
Flags: qe-verify? → qe-verify+
QA Contact: iulia.cristescu
Updated•7 years ago
|
Priority: P2 → P3
Whiteboard: [console-html] → [reserve-console-html]
Updated•7 years ago
|
Priority: P3 → P4
Updated•7 years ago
|
Flags: qe-verify+
Priority: P4 → P2
QA Contact: iulia.cristescu
Whiteboard: [reserve-console-html] → [newconsole-mvp]
Assignee | ||
Comment 3•7 years ago
|
||
I'm going to start looking into this since it seems like it's also going to require some changes to better support top-level HTML windows. For example here are some of the things I've noticed so far:
* persisting the width/height of the window after the user resizes it and then closes/reopens
* injecting top level menu items
* supporting context menu
* possibly commandDispatcher support (or removing the need for it in places like https://searchfox.org/mozilla-central/source/toolkit/content/macWindowMenu.js#24)
A workaround option would be to keep webconsole.xul but have it load a 100% width/height iframe pointing to webconsole.html. That seems like a pretty reasonable first step if we fix the other blockers of this bug but haven't worked out solutions to the above list.
Assignee: nobody → bgrinstead
Status: NEW → ASSIGNED
Updated•7 years ago
|
Priority: P2 → P1
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Attachment #8947648 -
Attachment is obsolete: true
Assignee | ||
Updated•7 years ago
|
Attachment #8947649 -
Attachment is obsolete: true
Updated•7 years ago
|
Summary: Enable new console in browser console → Enable new frontend in browser console
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 9•7 years ago
|
||
mozreview-review |
Comment on attachment 8947648 [details]
Bug 1362023 - Enable new frontend in the Browser Console unconditionally;
https://reviewboard.mozilla.org/r/217366/#review241838
yay :)
Attachment #8947648 -
Flags: review?(nchevobbe) → review+
Comment 10•7 years ago
|
||
Pushed by bgrinstead@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9866b049f5d8
Enable new frontend in the Browser Console unconditionally;r=nchevobbe
Assignee | ||
Updated•7 years ago
|
Blocks: top-level-html
Comment 11•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 61
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 12•6 years ago
|
||
Keywords: dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•