Bug 79665

Summary: Web Inspector: [refactoring] remove dependencies from TimelinePanel from most of FormattedRecord
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+

Description Andrey Kosyakov 2012-02-27 06:13:23 PST
This is first shot at decoupling FormattedRecord from TimelinePanel -- just store linkifier, not the entire panel.
There are still other dependencies left, these will be addressed by separate patches.
Comment 1 Andrey Kosyakov 2012-02-27 06:14:11 PST
Created attachment 129025 [details]
Patch
Comment 2 Andrey Kosyakov 2012-02-27 07:05:27 PST
Committed r108990: <http://trac.webkit.org/changeset/108990>