Bug 85623 - Web Inspector: eliminate temporaryProfile property in ProfilesPanel.
Summary: Web Inspector: eliminate temporaryProfile property in ProfilesPanel.
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: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-04 07:53 PDT by Ilya Tikhonovsky
Modified: 2012-05-04 08:23 PDT (History)
10 users (show)

See Also:


Attachments
Patch (13.92 KB, patch)
2012-05-04 07:57 PDT, Ilya Tikhonovsky
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2012-05-04 07:53:10 PDT
current implementation of ProfilesPanel is a bit messy.
It uses a single property _temporaryProfile for the all kind of profilers.
But it is possible to run different profilers simultaneously.
Comment 1 Ilya Tikhonovsky 2012-05-04 07:57:34 PDT
Created attachment 140227 [details]
Patch
Comment 2 Ilya Tikhonovsky 2012-05-04 08:23:56 PDT
Committed r116104: <http://trac.webkit.org/changeset/116104>