Closed
Bug 1437806
Opened 7 years ago
Closed 7 years ago
Enable browser_console.js in new frontend
Categories
(DevTools :: Console, enhancement, P1)
DevTools
Console
Tracking
(firefox60 fixed)
RESOLVED
FIXED
Firefox 60
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: miker)
References
Details
(Whiteboard: [newconsole-mvp])
Attachments
(1 file)
No description provided.
| Reporter | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Updated•7 years ago
|
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
| Reporter | ||
Updated•7 years ago
|
Has Regression Range: --- → irrelevant
Has STR: --- → irrelevant
Priority: -- → P2
Whiteboard: [newconsole-mvp]
Updated•7 years ago
|
Severity: normal → enhancement
Updated•7 years ago
|
Status: REOPENED → NEW
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mratcliffe
OS: Unspecified → All
Priority: P2 → P1
Hardware: Unspecified → All
Updated•7 years ago
|
Status: NEW → ASSIGNED
| Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8955522 [details]
Bug 1437806 - Enable browser_console.js in new frontend
https://reviewboard.mozilla.org/r/224676/#review230710
::: devtools/client/webconsole/new-console-output/test/mochitest/browser_console.js:99
(Diff revision 1)
> };
> xhrErr.open("get", TEST_XHR_ERROR_URI, true);
> xhrErr.send();
>
> // Check that Fetch requests are categorized as "XHR".
> - fetch(TEST_IMAGE).then(() => { console.log("fetch loaded"); });
> + fetch(TEST_IMAGE).then(() => {
Can you use await instead of .then()?
Attachment #8955522 -
Flags: review?(bgrinstead) → review+
| Comment hidden (mozreview-request) |
Pushed by mratcliffe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/766cdcc88653
Enable browser_console.js in new frontend r=bgrins
Comment 6•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago → 7 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
•