Bug 79665 - Web Inspector: [refactoring] remove dependencies from TimelinePanel from most of FormattedRecord
Summary: Web Inspector: [refactoring] remove dependencies from TimelinePanel from most...
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: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-27 06:13 PST by Andrey Kosyakov
Modified: 2012-02-27 07:05 PST (History)
10 users (show)

See Also:


Attachments
Patch (12.82 KB, patch)
2012-02-27 06:14 PST, Andrey Kosyakov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>