Closed
Bug 1665306
Opened 5 years ago
Closed 5 years ago
Process "network updates" in console with only one `networkUpdateRequest` action call
Categories
(DevTools :: Console, enhancement)
DevTools
Console
Tracking
(Fission Milestone:M7, firefox83 fixed)
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
(Whiteboard: dt-fission-m2-mvp)
Attachments
(1 file)
Bug 1665306 - Process "network updates" in console with only one `networkUpdateRequest` action call.
47 bytes,
text/x-phabricator-request
|
Details | Review |
Exact same task as bug 1665305, but for networkUpdateRequest
action, done over here:
https://searchfox.org/mozilla-central/source/devtools/client/webconsole/webconsole-wrapper.js#351-355
if (this.queuedRequestUpdates.length > 0) {
for (const { id, data } of this.queuedRequestUpdates) {
await store.dispatch(actions.networkUpdateRequest(id, data));
}
this.queuedRequestUpdates = [];
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Updated•5 years ago
|
Whiteboard: dt-fission-m2-reserve
Comment 2•5 years ago
|
||
Tracking dt-fission-m2-reserve bugs for Fission Beta milestone (M7).
Fission Milestone: --- → M7
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5d5f176f7231
Process "network updates" in console with only one `networkUpdateRequest` action call. r=jdescottes
Comment 4•5 years ago
|
||
Backed out 3 changesets (Bug 1665306, Bug 1665305, Bug 1665293) for dt failures at browser_webconsole_network_attach.js.
https://hg.mozilla.org/integration/autoland/rev/cbedf38923ba0a5425ae5f36b82a797435b8a8e2
Failure log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=316052586&repo=autoland&lineNumber=4101
Assignee | ||
Comment 5•5 years ago
|
||
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/efc5aeff23bd
Process "network updates" in console with only one `networkUpdateRequest` action call. r=jdescottes,nchevobbe
Comment 7•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
Updated•5 years ago
|
Whiteboard: dt-fission-m2-reserve → dt-fission-m2-mvp
You need to log in
before you can comment on or make changes to this bug.
Description
•