Bug 90616

Summary: Web Inspector: Workspace should dispatch WorkspaceReset event on navigation.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
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 pfeldman: review+

Description Vsevolod Vlasov 2012-07-05 09:49:32 PDT
Currently styles and scripts are reset independently on sources panel.
This can lead to performance issues (like loading of resources content when some tabs are closed while others are still shown).

Also we want to remove uiSourceCodes from the TabbedEditorContainer in UISourceCodeRemoved event handler. 
This means we should not dispatch these events on navigation because this will lead to the same performance problems.
Comment 1 Vsevolod Vlasov 2012-07-05 10:05:38 PDT
Created attachment 150951 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-07-06 02:46:53 PDT
Committed r121949: <http://trac.webkit.org/changeset/121949>