Bug 1555625 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Implement basic skeleton for Messages side panel. This panel is responsible for rendering list of WS frames for selected HTTP WS upgrade request.

Some comments:
* The panel should start WS listening on the backend (through WebSocketFront.start API) in componentDidMount
* The panel renders list of frames in a table (HTML table). The initial list should be fetched through WebSocketFront.getFrames API
* The panel should support light/dark themes
* The panel should be hidden behind a pref `devtools.netmonitor.websockets`
* Check how it works in the Console panel (we might disable WS support in the Console in case of issues for now)

Honza
Implement basic skeleton for Messages side panel. This panel is responsible for rendering list of WS frames for selected HTTP WS upgrade request.

Some comments:
* The panel should start WS listening on the backend (through WebSocketFront.start API) in componentDidMount
* The panel renders list of frames in a table (HTML table). The initial list should be fetched through WebSocketFront.getFrames API
* The panel should support light/dark themes
* The panel should be hidden behind a pref `devtools.netmonitor.features.websockets`
* Check how it works in the Console panel (we might disable WS support in the Console in case of issues for now)

Honza
Implement basic skeleton for Messages side panel. This panel is responsible for rendering list of WS frames for selected HTTP WS upgrade request.

Some comments:
* The panel should start WS listening on the backend (through WebSocketFront.start API) in componentDidMount
* The panel renders list of frames in a table (HTML table). The initial list should be fetched through WebSocketFront.getFrames API
* The panel should support light/dark themes
* The panel should be hidden behind a pref `devtools.netmonitor.features.webSockets`
* Check how it works in the Console panel (we might disable WS support in the Console in case of issues for now)

Honza

Back to Bug 1555625 Comment 0