Releases: firebug/websocket-monitor
WebSocket Monitor 0.5.0
WebSocket Monitor 0.4.3
You need Firefox 44+
- The frame list is cleared after page reload (issue #35)
- Connect and disconnect events are displayed in the frame list (issue #36)
- Support for WAMP (issue #32)
This version has been also uploaded to AMO and is currently awaiting full review.
You might need to set xpinstall.signatures.required
pref to false (to allow installation).
WebSocket Monitor 0.4.2
You need Firefox 44+
- AMO review comment fixed
- Update to React 0.14.3 and fixing compatibility warnings
This version has been also uploaded to AMO and is currently awaiting full review.
The extension isn't signed, so you might need to set xpinstall.signatures.required
pref to false.
WebSocket Monitor 0.4.1
WebSocket Monitor 0.4.0
You need Firefox 44+ nightly build
- The Response side panel for HTTP WS upgrade requests display a link to the WebSockets panel
- It's possible to pause socket monitoring (see a new button on WebSockets panel toolbar)
- Auto-scroll at the bottom supported (just scroll all the way to the bottom and it'll stay that way, so new incoming frames are always visible)
- Support for JSON
- Support for SockJS
- Theme fixes on OSX
The extension isn't signed, so you might need to set xpinstall.signatures.required
pref to false. You might also want to checkout a simple online test page
WebSocket Monitor 0.3.3
You need Firefox nightly build
- New icon (for the extension as well as for the WebSocket panel)
- Fixed ReactJS warnings
- Socket.IO packet parsing improved
- Link from the Network panel (for websocket upgrade HTTP requests, see the screenshot below)
The extension isn't signed, so you might need to set xpinstall.signatures.required
pref to false. You might also want to checkout a simple online test page
WebSocket Monitor 0.3.2
You need custom Firefox build with patches from bug 1203802 applied. You might want to download try build
- The
Web Sockets
panel displays a warning if the required frame web socket service isn't available - Support for tabular and list perspectives. Two different ways how frames can be displayed. See a button in the toolbar.
- There is a new
extensions.websocketmonitor.tabularView
preference that stores the current perspective. - The side bar is also cleared if the user presses the
Clear
button. - Frame summary displayed at the bottom of frames respects the current filter
- The
Web Socket
panel has a new icon.
The extension isn't signed, so you might need to set xpinstall.signatures.required
pref to false. You might also want to checkout a simple online test page
WebSocket Monitor 0.3.1
Release notes:
You need custom Firefox build with patches from bug 1203802 applied. You might want to download try build
- WebSocket monitoring works in e10s
- It's possible to filter list of frames
- Summary info at the bottom of the frame list (total number of frames, total payload size, time since the first frame till the last frame)
- Theme support for: Light, Dark and Firebug
- The maximum number of entries in the Web Sockets panel is limited. There is a
extensions.websocketmonitor.max_entries
preference you can change throughabout:config
(default = 1000)
The extension isn't signed, so you might need to set xpinstall.signatures.required
pref to false. You might also want to checkout a simple online test page
WebSocket Monitor 0.3.0
Release notes:
You need custom Firefox build with patches from bug 1203802 applied. You might want to download try build
- Make sure e10s is disabled (support for e10s will be available soon)
- Simple online test page
- Preliminary support for Socket.IO included
- The extension isn't signed, so you might need to set
xpinstall.signatures.required
pref to false.