Bug 70996 - Web Inspector: CallStackSidebarPane should remove discarded Placards from RawSourceCode listeners list
Summary: Web Inspector: CallStackSidebarPane should remove discarded Placards from Raw...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-27 00:40 PDT by Yury Semikhatsky
Modified: 2011-10-28 02:10 PDT (History)
10 users (show)

See Also:


Attachments
Patch (5.32 KB, patch)
2011-10-27 01:22 PDT, Yury Semikhatsky
no flags Details | Formatted Diff | Diff
Patch (9.75 KB, patch)
2011-10-28 01:23 PDT, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2011-10-27 00:40:25 PDT
When script execution resumes all call stack placards are left as listeners of corresponding RawSourceCode.
Comment 1 Yury Semikhatsky 2011-10-27 00:41:37 PDT
See WebInspector.DebuggerPresentationModel.prototype.createPlacard and
WebInspector.CallStackSidebarPane.prototype.update
Comment 2 Yury Semikhatsky 2011-10-27 01:22:08 PDT
Created attachment 112649 [details]
Patch
Comment 3 Pavel Feldman 2011-10-27 04:46:40 PDT
Comment on attachment 112649 [details]
Patch

Can we get a test for this?
Comment 4 Yury Semikhatsky 2011-10-28 01:23:32 PDT
Created attachment 112830 [details]
Patch
Comment 5 Yury Semikhatsky 2011-10-28 02:10:08 PDT
Committed r98710: <http://trac.webkit.org/changeset/98710>