Closed
Bug 1899321
Opened 3 months ago
Closed 3 months ago
Create network events using the activity object instead of the channel
Categories
(DevTools :: Netmonitor, task)
DevTools
Netmonitor
Tracking
(firefox128 fixed)
RESOLVED
FIXED
128 Branch
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
Attachments
(1 file)
In Bug 1880803, we wanted to simplify the code of the NetworkObserver. The activity objects already contain a pointer to the channel, so in cases where we have an activity, we shouldn't need to pass the channel.
However at the moment, there are edge cases where the same channel id can be reused for several requests (see Bug 1899291). This leads to issues when we start to rely on the activity object more. Once Bug 1899291 is fixed, we should be able to finalize this.
Assignee | ||
Comment 1•3 months ago
|
||
Updated•3 months ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Pushed by jdescottes@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b488906b3041 [devtools] Create network events from the activity object r=ochameau,devtools-reviewers
Comment 3•3 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•