Closed
Bug 1307917
Opened 8 years ago
Closed 7 years ago
Add a small integration test for cached network messages
Categories
(DevTools :: Console, enhancement, P1)
DevTools
Console
Tracking
(firefox56 fixed)
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: linclark, Assigned: nchevobbe)
References
Details
(Whiteboard: [console-html])
Attachments
(1 file)
Originally posted by:linclark
see https://github.com/devtools-html/gecko-dev/issues/231
We need to make sure that if the net monitor was opened and then switch over to the console, that the network messages show up there, and vice versa. This will likely copy a lot of the logic from browser_webconsole_shows_reqs_in_netmonitor.js and browser_netmonitor_shows_reqs_in_webconsole.js
Reporter | ||
Updated•8 years ago
|
Priority: -- → P2
Whiteboard: new-console
Updated•8 years ago
|
Updated•8 years ago
|
Whiteboard: [new-console] → [console-html]
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Priority: P2 → P1
Updated•7 years ago
|
Iteration: --- → 56.1 - Jun 26
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8879226 [details]
Bug 1307917 - Copy existing network messages tests to the new console.
https://reviewboard.mozilla.org/r/150540/#review155212
Attachment #8879226 -
Flags: review?(bgrinstead) → review+
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a3aed52240bc
Copy existing network messages tests to the new console. r=bgrins
Comment 4•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 56
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•