Closed
Bug 1506903
Opened 7 years ago
Closed 7 years ago
Changes panel visible even when pref is off
Categories
(DevTools :: Inspector, defect, P1)
DevTools
Inspector
Tracking
(firefox65 fixed)
RESOLVED
FIXED
Firefox 65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: rcaliman, Assigned: rcaliman)
References
Details
(Whiteboard: [good first verify])
Attachments
(1 file)
STR:
- Go to about:config
- Flip this pref to FALSE:
devtools.inspector.changes.enabled
- Open a DevTools > Inspector
Expected:
Changes panel is not available
Actual:
Changes panel is visible.
Assignee | ||
Comment 1•7 years ago
|
||
The patch for Bug 1502857 accidentally removed the pref guard for the Changes panel. This patch reintroduces it.
This patch also addresses Bug 1503925 - Reposition Changes tab in Inspector sidebar to be right after Computed tab.
Assignee | ||
Comment 2•7 years ago
|
||
Pushed by rcaliman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/22c78747446d
Show Changes tab only when pref is on; r=pbro
Comment 4•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 65
Updated•6 years ago
|
Whiteboard: [good first verify]
Comment 6•6 years ago
|
||
I have reproduced this bug with Nightly 65.0a1 (2018-11-13) (64-bit) on Windows 10. This bug's fix is verified with latest Beta 65.0b10
Build ID - 20190110221328
User Agent - Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0
[testday20190111]
You need to log in
before you can comment on or make changes to this bug.
Description
•