Bug 161755 - Web Inspector: Show colored segments for available resource timing information
Summary: Web Inspector: Show colored segments for available resource timing information
Status: RESOLVED DUPLICATE of bug 147897
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 147897
  Show dependency treegraph
 
Reported: 2016-09-08 13:30 PDT by Matt Baker
Modified: 2017-10-11 19:00 PDT (History)
5 users (show)

See Also:


Attachments

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