Closed
Bug 1296427
Opened 8 years ago
Closed 8 years ago
Services.prefs shim incorrect with prefix handling
Categories
(DevTools :: Framework, enhancement, P1)
DevTools
Framework
Tracking
(firefox51 fixed)
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: tromey, Assigned: tromey)
References
Details
(Whiteboard: [reserve-html])
Attachments
(1 file)
Right now Services.prefs will die if you feed it:
pref("devtools.hud.loglimit", 1000);
pref("devtools.hud.loglimit.network", 1000);
However this is done in a couple of spots in the devtools prefs.
Updated•8 years ago
|
Iteration: --- → 51.2 - Aug 29
Flags: qe-verify-
Priority: -- → P1
Whiteboard: [devtools-html] → [reserve-html]
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8782996 [details]
Bug 1296427 - allow a branch to also be a pref in content implementation;
https://reviewboard.mozilla.org/r/72992/#review71046
Works for me!
Attachment #8782996 -
Flags: review?(gtatum) → review+
Pushed by ttromey@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/76fb417af863
allow a branch to also be a pref in content implementation; r=gregtatum
Comment 4•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 51
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•