Bug 78501

Summary: Web Inspector: [refactoring] factor common timeline UI state into TimelinePresentationModel
Product: WebKit Reporter: Andrey Kosyakov <caseq>
Component: Web Inspector (Deprecated)Assignee: Andrey Kosyakov <caseq>
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
pfeldman: review+
Patch none

Description Andrey Kosyakov 2012-02-13 08:48:32 PST
Multiple components of Timeline panel depend on each other to manage common panel state, such as category filters, window selection and (possible) others.
This patch introduces TimelinePresentationModel to manage this state, so we can simplify dependencies a bit.
Comment 1 Andrey Kosyakov 2012-02-13 08:49:23 PST
Created attachment 126779 [details]
Patch
Comment 2 Andrey Kosyakov 2012-02-13 08:57:56 PST
Created attachment 126780 [details]
Patch
Comment 3 Andrey Kosyakov 2012-02-13 09:12:34 PST
Committed r107576: <http://trac.webkit.org/changeset/107576>
Comment 4 Pavel Feldman 2012-02-13 22:15:41 PST
Comment on attachment 126780 [details]
Patch

Clearing r? from the patch that has landed.