Bug 153759 - Web Inspector: Memory Timelines should better extend to future data
Summary: Web Inspector: Memory Timelines should better extend to future data
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-02-01 13:24 PST by Joseph Pecoraro
Modified: 2016-12-13 15:38 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2016-02-01 13:24:22 PST
* SUMMARY
Memory Timelines should better extend to future data.

See fixes with this bug # in code. For a selected time range, we should be able to draw the last section of the graph sloping to the next, future data point, outside the viewable range of the graph. The first attempt was producing some drawing issues.

* NOTES
- Maybe this was because we were duplicating this? There should probably only 1 attempt to extend
  - once in _visibleRecords
  - once in MemoryCategoryView.layoutWithDataPoints / MemoryTimelineOverviewGraph.layout
Comment 1 Radar WebKit Bug Importer 2016-02-01 13:24:38 PST
<rdar://problem/24444426>
Comment 2 Radar WebKit Bug Importer 2016-02-01 13:24:47 PST
<rdar://problem/24444430>
Comment 3 Matt Baker 2016-05-28 10:54:57 PDT
What drawing issues resulted from including the future point?