Bug 90616 - Web Inspector: Workspace should dispatch WorkspaceReset event on navigation.
Summary: Web Inspector: Workspace should dispatch WorkspaceReset event on navigation.
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: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-05 09:49 PDT by Vsevolod Vlasov
Modified: 2012-07-06 02:46 PDT (History)
10 users (show)

See Also:


Attachments
Patch (17.88 KB, patch)
2012-07-05 10:05 PDT, Vsevolod Vlasov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>