Bug 89727 - Web Inspector: only increase length for timeline bars below minimal width
Summary: Web Inspector: only increase length for timeline bars below minimal width
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-06-21 18:26 PDT by Andrey Kosyakov
Modified: 2012-06-22 09:56 PDT (History)
10 users (show)

See Also:


Attachments
Patch (4.01 KB, patch)
2012-06-21 18:36 PDT, 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-06-21 18:26:07 PDT
We used to add a fixed "minimal width" of 5px to all timeline bars, which often produces confusingly overlapping bars. Let's only increase small one and center them around the start time to minimize the overlap.
Comment 1 Andrey Kosyakov 2012-06-21 18:36:12 PDT
Created attachment 148937 [details]
Patch
Comment 2 Pavel Feldman 2012-06-21 20:18:48 PDT
Could you provide a screenshot?
Comment 3 Andrey Kosyakov 2012-06-22 09:56:26 PDT
Committed r121033: <http://trac.webkit.org/changeset/121033>