Closed Bug 1499052 Opened 6 years ago Closed 6 years ago

Enable both M1 and M2 milestones for the Flexbox inspector in DevEdition 64 (and keep it there)

Categories

(DevTools :: Inspector, enhancement)

enhancement
Not set
normal

Tracking

(firefox64 fixed)

RESOLVED FIXED
Firefox 64
Tracking Status
firefox64 --- fixed

People

(Reporter: pbro, Assigned: mtigley)

References

(Blocks 1 open bug)

Details

Attachments

(1 file, 1 obsolete file)

M1 (Bug 1470379) and M2 (Bug 1478396) have been mostly implemented during the 64 nightly cycle. They're not quite ready for prime time yet, so we will make them ride the trains with 65 only to release. However, we think they're useful enough that we would like to get more user feedback now. So this bug is to enable them in DevEdition 64. Practically, this probably means doing this // Flexbox preferences // Enable the Flexbox highlighter and inspector panel in Nightly and DevEdition #if defined(NIGHTLY_BUILD) || defined(MOZ_DEV_EDITION) pref("devtools.inspector.flexboxHighlighter.enabled", true); pref("devtools.flexboxinspector.enabled", true); #else pref("devtools.inspector.flexboxHighlighter.enabled", false); pref("devtools.flexboxinspector.enabled", false); #endif in /devtools/client/preferences/devtools-client.js
Assignee: nobody → mtigley
Status: NEW → ASSIGNED
Attachment #9017288 - Attachment is obsolete: true
Pushed by pbrosset@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/ba7c1249b79b Enable both M1 and M2 milestones for the Flexbox inspector in DevEdidtion 64 (and keep it there). r=gl
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: