Closed
Bug 1600457
Opened 5 years ago
Closed 5 years ago
WebSocket connections don't have a Messages tab
Categories
(DevTools :: Netmonitor, defect, P2)
Tracking
(firefox72 fix-optional)
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox72 | --- | fix-optional |
People
(Reporter: Harald, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, regressionwindow-wanted)
Attachments
(1 file)
(deleted),
image/png
|
Details |
What were you doing?
- Open Network panel http://signalr-samples.azurewebsites.net/hubs.html
- Hit Connect with default settings
- Select
websocket
connection
What happened?
Missing Messages
tab
What should have happened?
Messages tab with new formatting from bug 1589068.
Browser Console shows a related error:
NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIInterfaceRequestor.getInterface] network-response-listener.js:84
Reporter | ||
Comment 1•5 years ago
|
||
Maybe related: When trying to debug this, stepping past the error crashes with https://crash-stats.mozilla.org/report/index/e8219f22-cb13-406c-aa6e-1128a0191130
Reporter | ||
Updated•5 years ago
|
status-firefox72:
--- → affected
Reporter | ||
Comment 2•5 years ago
|
||
Might also be regressed by bug 1593831, as non-signalr connections are broken as well.
Summary: SignalR WebSocket connections don't have a Messages tab → WebSocket connections don't have a Messages tab
Comment 3•5 years ago
|
||
Thanks for the report Harald!
I can only reproduce the issue on Mac.
Also it looks like the requested interface (causing the error) is nsIParentChannel.
Honza
Keywords: regressionwindow-wanted
OS: Unspecified → macOS
Updated•5 years ago
|
Keywords: regression
Comment 4•5 years ago
|
||
This is P3 so I'll call it fix-optional for beta72.
Reporter | ||
Comment 5•5 years ago
|
||
P2, as this affecting a feature on OSX (big for devs) we just wanted to talk about more.
Priority: P3 → P2
Updated•5 years ago
|
Blocks: network-websocket-inspector
Reporter | ||
Comment 6•5 years ago
|
||
It works for me now. :Honza, if you can you still reproduce this, let's re-open.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•