Properly clear data collected by the Network panel
Categories
(DevTools :: Framework, defect)
Tracking
(firefox104 fixed)
Tracking | Status | |
---|---|---|
firefox104 | --- | fixed |
People
(Reporter: Honza, Assigned: bomsy)
References
(Blocks 3 open bugs)
Details
Attachments
(1 file, 2 obsolete files)
(deleted),
text/x-phabricator-request
|
Details |
In order to improve memory footprint and (perhaps) also fix memory leaks we should make sure that the Network panel properly clears all collected data. Keep in mind Browser Toolbox scenario as well we Web Toolbox scenario.
Honza
Assignee | ||
Comment 1•2 years ago
|
||
To add more highlights to what needs to be done here:-
- A configurable limit to the no of network resources kept, that should be enforced by the front end and server, needs to be added.
- Enable the clearing of network resources on the server when we clear on the frontend.
The solution should be implemented at the framework level (resource commands and watcher) which allows the functionality to be applied to other resources in the future.
This bug is going. to focus on implementing and enabling for just network resources specifically.
Reporter | ||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D148139
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D148694
Comment 5•2 years ago
|
||
Comment on attachment 9279444 [details]
Bug 1764349 - [devtools] Add framework capabilities to clear resources r=ochameau
Revision D148139 was moved to bug 1775084. Setting attachment 9279444 [details] to obsolete.
Comment 6•2 years ago
|
||
Comment on attachment 9281821 [details]
Bug 1764349 - [devtools] Support clearing of root-resources r=ochameau
Revision D149635 was moved to bug 1775084. Setting attachment 9281821 [details] to obsolete.
Comment 8•2 years ago
|
||
Backed out for failing devtools at browser_net_stacktraces-visibility.js
backout link: https://hg.mozilla.org/integration/autoland/rev/967884f572eb35e60a289cb8ed9798bcaf9d1e16
Comment 10•2 years ago
|
||
bugherder |
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Description
•