Open
Bug 1532914
Opened 5 years ago
Updated 1 year ago
Get rid of size being set manually by Javascript on requests-list-scroll's parent
Categories
(DevTools :: Netmonitor, enhancement, P3)
DevTools
Netmonitor
Tracking
(Not tracked)
NEW
People
(Reporter: ochameau, Unassigned)
References
Details
Work on bug 1529018 highlighted that setting the size of div.requests-list-scroll's parent manually, by the Javascript codebase, was important in order to prevent unecessary repaints.
This is being done here:
https://searchfox.org/mozilla-central/rev/3e0f1d95fcf8832413457e3bec802113bdd1f8e8/devtools/client/netmonitor/src/components/RequestListContent.js#126-130
It would be useful to know why and eventually get rid of that in order to better understand and maintain this codebase.
Updated•5 years ago
|
Priority: -- → P3
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•