Closed
Bug 1561553
Opened 6 years ago
Closed 5 years ago
WebSocket frame list should hide some columns by default
Categories
(DevTools :: Netmonitor, enhancement, P2)
DevTools
Netmonitor
Tracking
(firefox70 fixed)
RESOLVED
FIXED
Firefox 70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: Honza, Assigned: tanhengyeow)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The WebSocket frame list is currently defining the following columns:
- Type (should be removed see bug 1561549)
- Size
- Payload
- OpCode
- MaskBit
- FinBit
- Time
The user is mostly interested in:
- Payload
- Time
... and the other columns should be hidden by default. The customization should be done through header context menu.
Honza
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Comment 1•6 years ago
|
||
We can also use this bug to change the default order of columns
Honza
Reporter | ||
Updated•6 years ago
|
Blocks: network-websocket-inspector-m1
Reporter | ||
Updated•6 years ago
|
Priority: P3 → P2
Assignee | ||
Comment 2•5 years ago
|
||
Show "Data" and "Time" column by default. Allows users to show/hide columns through the header context menu. Also ensures that least one column is shown.
Pushed by jodvarko@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/65a9b7a93755
WebSocket frame list should hide some columns by default. r=nchevobbe
Reporter | ||
Updated•5 years ago
|
Assignee: nobody → E0032242
Status: NEW → ASSIGNED
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 70
You need to log in
before you can comment on or make changes to this bug.
Description
•