Bug 41068 - Web Inspector: do not reset profiles panel on navigation.
Summary: Web Inspector: do not reset profiles panel 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: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-23 07:01 PDT by Pavel Feldman
Modified: 2010-06-23 09:17 PDT (History)
9 users (show)

See Also:


Attachments
[PATCH] Proposed change. (4.48 KB, patch)
2010-06-23 07:02 PDT, Pavel Feldman
yurys: review-
Details | Formatted Diff | Diff
[PATCH] Proposed fix. (4.58 KB, patch)
2010-06-23 09:05 PDT, Pavel Feldman
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2010-06-23 07:01:25 PDT
There is a bug filed against Profiler that requires it to survive navigation. This is a front-end part support for this request.
Comment 1 Pavel Feldman 2010-06-23 07:02:48 PDT
Created attachment 59511 [details]
[PATCH] Proposed change.
Comment 2 Yury Semikhatsky 2010-06-23 09:03:22 PDT
Comment on attachment 59511 [details]
[PATCH] Proposed change.

WebCore/inspector/front-end/inspector.js:1401
 +          WebInspector.panels.profiles.reset();
this should be _reset()
Comment 3 Pavel Feldman 2010-06-23 09:05:49 PDT
Created attachment 59519 [details]
[PATCH] Proposed fix.
Comment 4 Pavel Feldman 2010-06-23 09:17:26 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	M	WebCore/inspector/InspectorController.cpp
	M	WebCore/inspector/InspectorFrontend.cpp
	M	WebCore/inspector/InspectorFrontend.h
	M	WebCore/inspector/front-end/ProfilesPanel.js
	M	WebCore/inspector/front-end/inspector.js
Committed r61691