Bug 158753

Summary: Web Inspector: Generalize the concept of Instruments on the backend to work equally for JSContext and Web inspection
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

Description Joseph Pecoraro 2016-06-14 14:20:40 PDT
Summary:
Generalize the concept of Instruments on the backend to work equally for JSContext and Web inspection.

Notes:
- Programmatic timeline recordings (console.profile/profileEnd) require the backend to know which Instruments to enable/disable.
- Right now this only exists in Web inspection (Timeline domain).
- We should share code between JSContext and Web inspection so that it behaves the same.
Comment 1 Alexey Proskuryakov 2016-09-08 13:56:48 PDT
<rdar://problem/28213503>