Bug 168475 - Web Inspector: Correctly display iframe's and worker's WebSockets
Summary: Web Inspector: Correctly display iframe's and worker's WebSockets
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nikita Vasilyev
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-02-16 15:24 PST by Nikita Vasilyev
Modified: 2017-02-16 15:24 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Vasilyev 2017-02-16 15:24:12 PST
In Resources tab, we need to correctly handle the case where the WebSocket originats in an iframe or a Worker, instead of wrongly assigning it to the main document.

<rdar://problem/30454361>