Bug 155915 - Web Inspector: Sometimes clearing focused nodes in ProfileView leaves a dangling call stack that can never be removed
Summary: Web Inspector: Sometimes clearing focused nodes in ProfileView leaves a dangl...
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:
 
Reported: 2016-03-25 19:46 PDT by Joseph Pecoraro
Modified: 2016-03-25 20:45 PDT (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (5.46 KB, patch)
2016-03-25 19:48 PDT, Joseph Pecoraro
no flags 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-25 19:46:13 PDT
* SUMMARY
Sometimes clearing focused nodes in ProfileView leaves a dangling call stack that can never be removed.

* STEPS TO REPRODUCE
1. Inspect <http://apple.com>
2. Show Timeline tab
3. Reload
4. Select JavaScript & Events Timeline
5. Show "Call Trees" ProfileView
6. Option-Click to expand a large call stack
7. Right Click and "Focus" a function in the middle of the call stack
8. Click the "X" to Clear all Focuses
  => the original focused call stack is handling now from the top level, at the bottom
Comment 1 Joseph Pecoraro 2016-03-25 19:48:13 PDT
Created attachment 274967 [details]
[PATCH] Proposed Fix
Comment 2 Radar WebKit Bug Importer 2016-03-25 19:50:30 PDT
<rdar://problem/25371770>
Comment 3 WebKit Commit Bot 2016-03-25 20:45:02 PDT
Comment on attachment 274967 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 274967

Committed r198707: <http://trac.webkit.org/changeset/198707>
Comment 4 WebKit Commit Bot 2016-03-25 20:45:05 PDT
All reviewed patches have been landed.  Closing bug.