Emit list of resources within ResourceWatcher and add a `resourceType` attribute on all resources
Categories
(DevTools :: Framework, enhancement, P1)
Tracking
(Fission Milestone:M6c, firefox78 fixed)
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission-m2-mvp)
Attachments
(2 files)
Bug 1620243 is about to emit RDP events with a list of resources.
But the current implementation of ResourceWatcher is notifying about resources one by one. ResourceWatcher._onResourceAvailable is receiving resources one by one.
The goal here would only be about receiving a list of resources in _onResourceAvailable
.
The frontend may still keep receiving resources one by one. But at least ResourceWatcher should process them by chunk. We can always followup in order to make the Frontend also process resources by chunks.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
The patch I'm about to attach will also start adding a resourceType
attribute to all resource objects.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Comment 4•5 years ago
|
||
Tracking dt-fission-m2-mvp bugs for Fission Nightly milestone (M6c).
Assignee | ||
Comment 5•5 years ago
•
|
||
Assignee | ||
Comment 6•5 years ago
•
|
||
Comment 8•5 years ago
|
||
Backed out as per request.
backout: https://hg.mozilla.org/integration/autoland/rev/f5ffa7836b6c2a42f0dc06b19187e642654d8229
Comment 10•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/673c9f238315
https://hg.mozilla.org/mozilla-central/rev/2ea544687871
Description
•