Bug 70996

Summary: Web Inspector: CallStackSidebarPane should remove discarded Placards from RawSourceCode listeners list
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch pfeldman: review+

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>