Closed Bug 1430723 Opened 7 years ago Closed 6 years ago

Using fixed width of waterfall column

Categories

(DevTools :: Netmonitor, enhancement, P3)

enhancement

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: rickychien, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

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
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
Ricky, Do you mind if I take over this bug?
Flags: needinfo?(rchien)
Sure, here you go!
Assignee: rchien → poirot.alex
Flags: needinfo?(rchien)
No longer blocks: 1431132
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
Product: Firefox → DevTools
The bug is inactive, moving to the backlog (P3) Honza
Priority: P1 → P3

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.

Attachment

General

Created:
Updated:
Size: