Closed
Bug 1437856
Opened 8 years ago
Closed 8 years ago
Enable new frontend in browser console in new console test folder
Categories
(DevTools :: Console, enhancement, P1)
DevTools
Console
Tracking
(firefox60 fixed)
RESOLVED
FIXED
Firefox 60
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
(Whiteboard: [newconsole-mvp])
Attachments
(1 file)
No description provided.
| Assignee | ||
Updated•8 years ago
|
Has Regression Range: --- → irrelevant
Has STR: --- → irrelevant
Priority: -- → P2
Whiteboard: [newconsole-mvp]
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Priority: P2 → P1
| Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8950563 [details]
Bug 1437856 - Enable new frontend in browser console in new console test folder; .
https://reviewboard.mozilla.org/r/219836/#review225612
::: devtools/client/webconsole/new-console-output/test/mochitest/head.js:36
(Diff revision 1)
> "utm_campaign": "default"
> })}`;
>
> -Services.prefs.setBoolPref("devtools.webconsole.new-frontend-enabled", true);
> -registerCleanupFunction(function* () {
> - Services.prefs.clearUserPref("devtools.webconsole.new-frontend-enabled");
> +Services.prefs.setBoolPref("devtools.browserconsole.new-frontend-enabled", true);
> +registerCleanupFunction(async function () {
> + Services.prefs.clearUserPref("ddevtools.browserconsole.new-frontend-enabled");
s/ddevtools/devtools/
Attachment #8950563 -
Flags: review?(mratcliffe) → review+
| Comment hidden (mozreview-request) |
Updated•8 years ago
|
Severity: normal → enhancement
| Comment hidden (mozreview-request) |
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/04ddbc05db87
Enable new frontend in browser console in new console test folder; r=miker.
Comment 6•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 60
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•