Bug 161755

Summary: Web Inspector: Show colored segments for available resource timing information
Product: WebKit Reporter: Matt Baker <mattbaker>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: inspector-bugzilla-changes, irae, jj, joepeck, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 147897    

Description Matt Baker 2016-09-08 13:30:23 PDT
Summary:
Show colored segments for available resource timing information. A few considerations:

1) Colors should be distinct from those used by other timeline record bars, since they are displayed in the OverviewTimelineView.
2) Don't show segments that fall below a minimum size, based on the zoom level. Minimum size should be TimelineRecordBar.MinimumWidthPixels * secondsPerPixel.
3) Segments that aren't shown should be absorbed by adjacent segments.
4) Always show the "response" segment.

Note:
For now let's use a blue palette for all segments, since blue is associated with Network data. The response segment should not change from its current color. In the future we might want to change the palette for accessibility reasons.
Comment 1 Radar WebKit Bug Importer 2016-09-08 13:30:48 PDT
<rdar://problem/28212942>
Comment 2 Matt Baker 2017-01-09 19:07:50 PST
Un-assigning since the bug has been inactive for over three months.
Comment 3 Joseph Pecoraro 2017-10-11 19:00:28 PDT
Folding this back into the parent.

*** This bug has been marked as a duplicate of bug 147897 ***