Closed
Bug 1627979
Opened 5 years ago
Closed 5 years ago
Add a way to retrieve only cached LogMessage in the console actor
Categories
(DevTools :: Console, task, P1)
DevTools
Console
Tracking
(Fission Milestone:M6, firefox77 fixed)
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
(Whiteboard: dt-fission-m2-mvp)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
At the moment we don't have a dedicated way to retrieve cached logMessages. They're simply grabbed at the same time than pageError, which is a bit misleading (devtools/server/actors/webconsole.js#947-968).
Updated•5 years ago
|
Whiteboard: dt-fission-m2-mvp
Assignee | ||
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
Tracking Fission DevTools bugs for Fission Nightly (M6) milestone
Fission Milestone: --- → M6
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7041739be1e0
Allow to retrieve only logMessage cached messages. r=ochameau.
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 77
You need to log in
before you can comment on or make changes to this bug.
Description
•