Skip to content
Jan Odvarko edited this page Sep 1, 2015 · 15 revisions

This page serves as a central place for collecting information about required WebSocket platform API. The goal is extending RDP inspector to track also WebSocket connections and data sent over it.

Bugzilla

List of existing bugzilla reports

  • Bug 885508 - Allow developers to inspect websocket connections ** Patch monkey patching WebSocket JS API availble, but it's dead end, platform API needed ** Comment #28, great WS background introduction
  • Bug 927481 - observe in-content WebSocket frames ** Request to observer WS frames. Observing messages doesn't seem to be enough (a message can span more frames).
  • Bug 977858 - Should be able to attach an nsiWebSocketListener to a web socket that's already open **

Articles

Clone this wiki locally