Bug 164066 - Web Inspector: Clean up Target / Agents / Connection construction
Summary: Web Inspector: Clean up Target / Agents / Connection construction
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2016-10-27 12:13 PDT by Joseph Pecoraro
Modified: 2016-12-13 14:43 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2016-10-27 12:13:00 PDT
Summary:
Clean up Target / Agents / Connection construction

At a high level we think of WebInspector.Target as owning a set of InspectorBackend.Agent objects and an InspectorBackend.Connection. However currently the agents are owned / created by the connection. We should clean this up to better match the architecture as we think of it.