Bug 157946

Summary: Web Inspector: starting recording while editing timelines keeps newly selected timelines but doesn't populate them with data
Product: WebKit Reporter: BJ Burg <bburg>
Component: Web InspectorAssignee: Matt Baker <mattbaker>
Status: NEW ---    
Severity: Normal CC: graouts, inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

Description BJ Burg 2016-05-20 09:38:30 PDT
STEPS TO REPRODUCE:

1. Make sure there is just Network/Layout/JS timelines enabled.
2. Click "edit" to enter edit mode, then select Memory and JavaScript.
3. Start a timeline recording.
4. Edit mode is automatically ended, with Memory and JavaScript timelines visible.


EXPECTED:

The memory graph and JS allocations timelines should be updated with data during recording

ACTUAL:

They never get any data, and remain blank, even if restarting the recording.
Comment 1 Radar WebKit Bug Importer 2016-05-20 09:38:46 PDT
<rdar://problem/26392350>
Comment 2 Matt Baker 2016-05-20 13:04:19 PDT
When the Edit UI it was initially planned the
Comment 3 Matt Baker 2016-05-20 13:05:20 PDT
(In reply to comment #2)
> When the Edit UI it was initially planned the

Never mind, I was able to reproduce the problem. Looking into it.