Bug 155333

Summary: Web Inspector: Enable Memory Timelines by default if supported
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, ggaren, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 155335    
Attachments:
Description Flags
[PATCH] Proposed Fix timothy: review+

Description Joseph Pecoraro 2016-03-10 15:53:44 PST
* SUMMARY
Enable Memory Timelines by default if supported.

Follow-up to come to allow adding/removing individual timelines to avoid having all instruments on at once.

* NOTES
- JSContext supports Scripts and HeapAllocations
- Legacy iOS supports Network/Layout/Scripts and some FPS
- Trunk supports All (including Memory and HeapAllocations)
Comment 1 Radar WebKit Bug Importer 2016-03-10 15:54:09 PST
<rdar://problem/25097319>
Comment 2 Joseph Pecoraro 2016-03-10 15:56:14 PST
Created attachment 273643 [details]
[PATCH] Proposed Fix
Comment 3 Joseph Pecoraro 2016-03-10 16:44:25 PST
<http://trac.webkit.org/changeset/197971>