Stop listening and emitting `networkEventUpdate` events
Categories
(DevTools :: Netmonitor, task, P3)
Tracking
(Fission Milestone:Future)
Fission Milestone | Future |
People
(Reporter: ochameau, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission-future)
Once bug 1665383 is fixed, the production codepath will be using the resources codepath, with resource-available/resource-updated.
And we will no longer use the networkEventUpdate
/ network-event-update
events:
https://searchfox.org/mozilla-central/search?q=networkEventUpdate&path=&case=true®exp=false
https://searchfox.org/mozilla-central/search?q=network-event-update&path=&case=true®exp=false
Tests which are still using these events should be refactored to listen to NETWORK_EVENT.
These tests should be probably be removed in favor of ResourceWatcher tests:
https://searchfox.org/mozilla-central/source/devtools/shared/resources/tests
Note that some may be redundant with the existing tests.
Only legacy listeners should be using these events. And we will have to keep them in specs until we remove the legacy listeners.
Comment 1•4 years ago
|
||
Adding into the M3 reserve list, so it isn't forgotten when we are planning a follow up Clean-up sprint.
Updated•4 years ago
|
Comment 2•4 years ago
|
||
Tracking dt-fission-m3-reserve bugs for Fission M8 (blocking Release channel experiment, but not Beta experiment).
Comment 3•4 years ago
|
||
Moving "dt-fission-m3-reserve" bugs to "dt-fission-future" because they don't block Fission MVP.
Description
•