gecko-dev/devtools/client/netmonitor
Alexandre Poirot a326ee8f09 Bug 1663614 - Throttle resources on the client side from ResourceWatcher. r=jdescottes,bomsy
Because of this, in netmonitor stubs tests, the resource objects ends up loosing
"intermediate" state and now contains all information that we gathered by the time
we emit throttled resources.
The only way to address that would be to do an archived copy of each resource state,
but I don't think we want to do that...

Differential Revision: https://phabricator.services.mozilla.com/D89628
2020-09-24 11:04:57 +00:00
..
doc Bug 1613895 - renamed and moved NetworkDetailsPanel to NetworkDetailsBar r=Honza 2020-03-10 14:20:12 +00:00
src Bug 1665306 - Process "network updates" in console with only one `networkUpdateRequest` action call. r=jdescottes,nchevobbe 2020-09-23 11:29:38 +00:00
test Bug 1663614 - Throttle resources on the client side from ResourceWatcher. r=jdescottes,bomsy 2020-09-24 11:04:57 +00:00
.eslintrc.js Bug 1652690 - Remove outdated eslint rule for devtools/shared/platform r=nchevobbe,perftest-reviewers,sparky 2020-07-15 14:59:19 +00:00
index.html
initializer.js Bug 1625909 - Use the ResourceWatcher API to fetch Network Events r=ochameau,Honza,nchevobbe 2020-07-13 13:33:09 +00:00
moz.build Bug 1613313 - Network monitor is not included in the index.md file r=jdescottes 2020-02-19 23:35:59 +00:00
panel.js