Bug 158753 - Web Inspector: Generalize the concept of Instruments on the backend to work equally for JSContext and Web inspection
Summary: Web Inspector: Generalize the concept of Instruments on the backend to work e...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-06-14 14:20 PDT by Joseph Pecoraro
Modified: 2016-12-13 15:34 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 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>