Bug 155333 - Web Inspector: Enable Memory Timelines by default if supported
Summary: Web Inspector: Enable Memory Timelines by default if supported
Status: RESOLVED FIXED
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: InRadar
Depends on:
Blocks: 155335
  Show dependency treegraph
 
Reported: 2016-03-10 15:53 PST by Joseph Pecoraro
Modified: 2016-03-10 16:44 PST (History)
9 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.20 KB, patch)
2016-03-10 15:56 PST, Joseph Pecoraro
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>