WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 90616
Web Inspector: Workspace should dispatch WorkspaceReset event on navigation.
https://bugs.webkit.org/show_bug.cgi?id=90616
Summary
Web Inspector: Workspace should dispatch WorkspaceReset event on navigation.
Vsevolod Vlasov
Reported
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.
Attachments
Patch
(17.88 KB, patch)
2012-07-05 10:05 PDT
,
Vsevolod Vlasov
pfeldman
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Vsevolod Vlasov
Comment 1
2012-07-05 10:05:38 PDT
Created
attachment 150951
[details]
Patch
Vsevolod Vlasov
Comment 2
2012-07-06 02:46:53 PDT
Committed
r121949
: <
http://trac.webkit.org/changeset/121949
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug