Closed
Bug 1431105
Opened 7 years ago
Closed 7 years ago
Console API should propagate the prefix when set by a JSM
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: baku, Assigned: baku)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
5.69 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/056265a8a2ff
Prefix in Console when used by JSM, r=smaug
Comment 3•7 years ago
|
||
Backed out for devtools failures on browser_webconsole_check_stubs_console_api.js
Log: https://treeherder.mozilla.org/logviewer.html#?job_id=156897275&repo=mozilla-inbound&lineNumber=8943
Rev: https://hg.mozilla.org/integration/mozilla-inbound/rev/d2e350ad4b9133b4ccf52c883ce62e63060d5350
Flags: needinfo?(amarchesini)
Assignee | ||
Comment 4•7 years ago
|
||
I need help with updating the stub files for the Console. Can you take a look?
Flags: needinfo?(amarchesini) → needinfo?(bgrinstead)
Comment hidden (mozreview-request) |
Comment 6•7 years ago
|
||
(In reply to Andrea Marchesini [:baku] from comment #4)
> I need help with updating the stub files for the Console. Can you take a
> look?
So this adds an empty prefix string to all messages, even those that come from content. This is fine with me, but the packets generated for our unit tests need to change - this can be done via: `./mach test devtools/client/webconsole/new-console-output/test/fixtures/stub-generators/browser_webconsole_update_stubs_console_api.js`. I did it locally and pushed this up to reviewboard here. Try push: https://treeherder.mozilla.org/#/jobs?repo=try&revision=0fec2ebcd2b023a6c2932ebfdfa6d99cd89d626a
Flags: needinfo?(bgrinstead)
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6405716d757d
Prefix in Console when used by JSM, r=bgrins, r=smaug
Comment 8•7 years ago
|
||
mozreview-review |
Comment on attachment 8943323 [details]
Bug 1431105 - Prefix in Console when used by JSM,
https://reviewboard.mozilla.org/r/213644/#review219450
Attachment #8943323 -
Flags: review?(bgrinstead)
Updated•7 years ago
|
Attachment #8943323 -
Attachment is obsolete: true
Comment 9•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•