Bug 85623

Summary: Web Inspector: eliminate temporaryProfile property in ProfilesPanel.
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Ilya Tikhonovsky <loislo>
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 yurys: review+

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>