Closed
Bug 1103263
(WSActors)
Opened 11 years ago
Closed 6 years ago
The DevTools needs WebSocket Manager and Inspector actors.
Categories
(DevTools :: Netmonitor, enhancement, P3)
DevTools
Netmonitor
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 885508
People
(Reporter: jimb, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [polish-backlog][difficulty=hard])
Attachments
(1 file)
|
8.38 KB,
text/html
|
Details |
The DevTools server needs a per-tab WebSocket Manager actor, and a per-tab per-socket WebSocket Inspector actor.
Draft protocol spec attached.
| Reporter | ||
Updated•11 years ago
|
Blocks: network-websocket-inspector
Comment 1•11 years ago
|
||
Comment on attachment 8527081 [details]
WebSockets_devtools_protocol.html
> If type is “ArrayBuffer”, then bytes is an array of the bytes that were in the array buffer.
Should be 'If *dataAttribute* is "ArrayBuffer"...' right?
Also, are we getting notifications at the message or frame granularity? We should definitely document this.
Lastly, I think we should spec this with markdown and include it in-tree at toolkit/devtools/server/docs/WebSocketsProtocol.md or something. This way it is more likely to stay in sync with the actual actors as they change in the future, because reviewers can require doc updates with patches.
Updated•11 years ago
|
Whiteboard: [devedition-40]
Comment 2•10 years ago
|
||
Setting devedition-40 bugs to p3, filter on FB20EAC4-3FC3-48D9-B15F-0587C3987C25
Priority: -- → P3
Whiteboard: [devedition-40] → [devedition-40][difficulty=hard]
Updated•10 years ago
|
Component: Developer Tools → Developer Tools: Netmonitor
Updated•10 years ago
|
Whiteboard: [devedition-40][difficulty=hard] → [polish-backlog][difficulty=hard]
Updated•10 years ago
|
Alias: WSActors
Updated•8 years ago
|
Severity: normal → enhancement
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•