Bug 78230 - Web Inspector: [refactoring] take _showShortEvents out of timeline calculator
Summary: Web Inspector: [refactoring] take _showShortEvents out of timeline calculator
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-09 06:26 PST by Andrey Kosyakov
Modified: 2012-02-09 08:54 PST (History)
8 users (show)

See Also:


Attachments
Patch (3.68 KB, patch)
2012-02-09 06:28 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-09 06:26:09 PST
The _showShortEvents property is not used by TimelineCalculator, yet the TimelinePanel put this property on TimelinePanel._calculator. _showShortEvents better belongs to TimelinePanel.
Comment 1 Andrey Kosyakov 2012-02-09 06:28:19 PST
Created attachment 126293 [details]
Patch
Comment 2 Andrey Kosyakov 2012-02-09 08:54:22 PST
Committed r107251: <http://trac.webkit.org/changeset/107251>