Closed
Bug 1430723
Opened 7 years ago
Closed 6 years ago
Using fixed width of waterfall column
Categories
(DevTools :: Netmonitor, enhancement, P3)
DevTools
Netmonitor
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: rickychien, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
59 bytes,
text/x-review-board-request
|
Details |
The current width of waterfall column relies on an additional props `waterfallWidth` [1] and get updated at [2] when component mounted. This step can be removed once we use fixed width of waterfall column, so that some unnecessary code can be removed as well.
[1] https://searchfox.org/mozilla-central/source/devtools/client/netmonitor/src/components/RequestListHeader.js#225
[2]https://searchfox.org/mozilla-central/source/devtools/client/netmonitor/src/components/RequestListHeader.js#90-99
Reporter | ||
Comment 1•7 years ago
|
||
Note that the current waterfall column will be disabled when screen width < 700px, so I think using fixed width of waterfall in normal screen size > 700px would be fine for usability.
https://searchfox.org/mozilla-central/source/devtools/client/netmonitor/src/assets/styles/RequestList.css#642
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Reporter | ||
Comment 5•7 years ago
|
||
Sure, here you go!
Assignee: rchien → poirot.alex
Flags: needinfo?(rchien)
Comment 6•7 years ago
|
||
After some more investigation, it wasn't mandatory to prevent reflows from bug 1431132.
I think at this point it is better to directly focus on bug 1358414.
Assignee: poirot.alex → nobody
Status: ASSIGNED → NEW
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Blocks: netmonitor-resizeable-columns
Comment 8•6 years ago
|
||
Closing, according to comment #6
Alex, feel free to reopen if there is something we can do here to improve the performance.
Honza
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•