Bug 48749 - Web Inspector: inspect Web Sockets in the new Resources panel rather than Network Log.
Summary: Web Inspector: inspect Web Sockets in the new Resources panel rather than Net...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yuta Kitamura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-01 06:34 PDT by Pavel Feldman
Modified: 2014-12-11 17:15 PST (History)
13 users (show)

See Also:


Attachments
UI mock-up for WebSockets in new Resources panel (121.28 KB, image/png)
2010-11-04 06:50 PDT, Yuta Kitamura
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2010-11-01 06:34:32 PDT
Now that we have dedicated panel for resources, we should inspect Web Sockets there (i.e. have dedicated Web Sockets group with live web sockets under it). They did not fit the old resources panel well (which is now network log) since they had different timeline nature.
Comment 1 Yuta Kitamura 2010-11-01 06:39:13 PDT
I will look into this.
Comment 2 Yuta Kitamura 2010-11-04 06:50:44 PDT
Created attachment 72934 [details]
UI mock-up for WebSockets in new Resources panel

I created a UI mock-up for new Resources panel. As this is just a mock, please disregard inconsistencies of domain name and file names. (And please forgive my poor gimp skills...)

I'm planning to:
- Add WebSocket resource tree.
- Show ResourceView when a WebSocket resource is selected.

What do you think about this plan? Suggestions?
Comment 3 Rob Colburn 2012-05-10 10:18:25 PDT
There was recent addition of WebSocket data to the Network panel.

Change:
http://trac.webkit.org/changeset/115427

Write-Up:
http://updates.html5rocks.com/2012/05/Websocket-Frame-Inspection-now-in-Chrome-DevTools

A more general summary of the data in the Resource panel does sound useful though.