Closed
Bug 1432232
Opened 7 years ago
Closed 7 years ago
Implement 'prefix' support on the new console
Categories
(DevTools :: Console, enhancement, P1)
DevTools
Console
Tracking
(firefox59 wontfix, firefox60 fixed)
RESOLVED
FIXED
Firefox 60
People
(Reporter: bgrins, Assigned: nchevobbe)
References
Details
(Whiteboard: [newconsole-mvp])
Attachments
(1 file)
In the browser console, messages be prefixed with custom strings. For example, run: `./mach run --setpref browser.uiCustomization.debug=true --jsconsole` and see the messages prefixed with "CustomizableUI:".
In this bug we'll need to add some stubs with a prefix, implement the frontend changes to render it, support filtering on the string, and write some tests (ideally in mocha tests with the stubs).
Updated•7 years ago
|
Priority: -- → P2
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Priority: P2 → P1
Comment hidden (mozreview-request) |
Reporter | ||
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8953123 [details]
Bug 1432232 - Implement prefix support in new console frontend; .
https://reviewboard.mozilla.org/r/222378/#review228316
Really nice!
Attachment #8953123 -
Flags: review?(bgrinstead) → review+
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d8ffc9e58ff1
Implement prefix support in new console frontend; r=bgrins.
Comment 4•7 years ago
|
||
Backed out for failing mochitest devtools failures at devtools/client/webconsole/new-console-output/test/fixtures/stub-generators/browser_webconsole_check_stubs_console_api.js
Push that contains the failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=2e44a7285ccddce48e794db74ce59cd98fd1ae9f
Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=163742100&repo=autoland&lineNumber=17303
Backout: https://hg.mozilla.org/integration/autoland/rev/fca4d1626c28bafb2764b7288522511f63aac98f
Flags: needinfo?(nchevobbe)
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 60
Reporter | ||
Comment 6•7 years ago
|
||
How did this hit m-c? It was backed out on autoland in https://hg.mozilla.org/integration/autoland/rev/fca4d1626c28bafb2764b7288522511f63aac98f.
The changeset in autoland is marked as backed out https://hg.mozilla.org/integration/autoland/rev/d8ffc9e58ff1 but the backout doesn't appear in m-c: https://hg.mozilla.org/mozilla-central/rev/fca4d1626c28bafb2764b7288522511f63aac98f.
Flags: needinfo?(aciure)
Comment 7•7 years ago
|
||
We are aware of this issue and we will add the backout in the next merge.
Flags: needinfo?(aciure)
Assignee | ||
Comment 8•7 years ago
|
||
Sorry, hit the wrong button in mozreview
Flags: needinfo?(nchevobbe)
Comment hidden (mozreview-request) |
Updated•7 years ago
|
Comment 10•7 years ago
|
||
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/58c8931ca290
Implement prefix support in new console frontend; r=bgrins.
Comment 11•7 years ago
|
||
bugherder |
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•