Bug 157946 - Web Inspector: starting recording while editing timelines keeps newly selected timelines but doesn't populate them with data
Summary: Web Inspector: starting recording while editing timelines keeps newly selecte...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Matt Baker
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-05-20 09:38 PDT by BJ Burg
Modified: 2016-12-13 15:40 PST (History)
3 users (show)

See Also:


Attachments

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