Closed
Bug 793725
Opened 11 years ago
Closed 11 years ago
[markup panel] Add a preview of the DOM tree (à la Sublime Text)
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 18
People
(Reporter: paul, Assigned: paul)
References
Details
Attachments
(3 files, 1 obsolete file)
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Comment 2•11 years ago
|
||
Assignee | ||
Comment 3•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Attachment #664486 -
Attachment is obsolete: true
Assignee | ||
Updated•11 years ago
|
Attachment #664546 -
Flags: review?(mratcliffe)
Comment 4•11 years ago
|
||
Comment on attachment 664546 [details] [diff] [review] v1 Review of attachment 664546 [details] [diff] [review]: ----------------------------------------------------------------- r+ on condition that: - Default for devtools.inspector.markupPreview should be true (robcee agrees). - Please log another bug to make the preview clickable and scrollable (via mousedown). ::: browser/app/profile/firefox.js @@ +1014,5 @@ > pref("devtools.inspector.htmlHeight", 112); > pref("devtools.inspector.htmlPanelOpen", false); > pref("devtools.inspector.sidebarOpen", false); > pref("devtools.inspector.activeSidebar", "ruleview"); > +pref("devtools.inspector.markupPreview", false); Default should be true ... robcee agrees.
Attachment #664546 -
Flags: review?(mratcliffe) → review+
Assignee | ||
Comment 5•11 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/b0ecba78eb7f
Whiteboard: [fixed-in-fx-team]
Comment 6•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/b0ecba78eb7f
Assignee: nobody → paul
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 18
Updated•5 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•