Bug 145089

Summary: Web Inspector: TimelineAgent needs to handle nested runloops
Product: WebKit Reporter: Matt Baker <mattbaker>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Matt Baker
Reported 2015-05-15 20:05:35 PDT
* SUMMARY TimelineAgent needs to handle nested runloops. Pausing script execution in the Web Inspector starts a nested runloop, which causes the TimelineAgent to pop the current rendering frame record before the outer runloop completes. We should track the runloop nesting level, and only push/pop rendering frame records when the stack depth is zero. * STEPS TO REPRODUCE Run the following inspector test: LayoutTests/inspector/timeline/debugger-paused-while-recording.html
Attachments
Radar WebKit Bug Importer
Comment 1 2015-05-15 20:05:59 PDT
Matt Baker
Comment 2 2015-05-15 20:21:50 PDT
*** This bug has been marked as a duplicate of bug 145090 ***
Note You need to log in before you can comment on or make changes to this bug.