Bug 161755
Summary: | Web Inspector: Show colored segments for available resource timing information | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matt Baker <mattbaker> |
Component: | Web Inspector | Assignee: | 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 |
Matt Baker
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/28212942>
Matt Baker
Un-assigning since the bug has been inactive for over three months.
Joseph Pecoraro
Folding this back into the parent.
*** This bug has been marked as a duplicate of bug 147897 ***