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)

enhancement

Tracking

(Fission Milestone:M7, firefox83 fixed)

RESOLVED FIXED
83 Branch
Fission Milestone M7
Tracking Status
firefox83 --- fixed

People

(Reporter: ochameau, Assigned: ochameau)

References

Details

(Whiteboard: dt-fission-m2-mvp)

Attachments

(1 file)

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: nobody → poirot.alex
Status: NEW → ASSIGNED
Whiteboard: dt-fission-m2-reserve

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
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
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
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.

Attachment

General

Created:
Updated:
Size: