Closed
Bug 1663617
Opened 4 years ago
Closed 4 years ago
Pass `updateType` via update object instead of resource object
Categories
(DevTools :: Netmonitor, enhancement)
DevTools
Netmonitor
Tracking
(firefox82 fixed)
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
(Whiteboard: dt-fission-m2-mvp)
Attachments
(1 file)
In bug 1663614, resources are going to be throttled.
This will break the current usages of updateType
attribute being set on the NETWORK_EVENT resource. Because resource.updateType
will now be set to the current value when the events are finally emited after being throttled. You will no longer see all the intermediate value of it.
In order to address this, we should simply move this attribute from Resource object to the Update object.
Assignee | ||
Updated•4 years ago
|
Whiteboard: dt-fission-m2-mvp
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b2aed148a737
Pass `updateType` via the update packet instead of storing it on the resource object. r=bomsy
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•