NEW 153759
Web Inspector: Memory Timelines should better extend to future data
https://bugs.webkit.org/show_bug.cgi?id=153759
Summary Web Inspector: Memory Timelines should better extend to future data
Joseph Pecoraro
Reported 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
Attachments
Radar WebKit Bug Importer
Comment 1 2016-02-01 13:24:38 PST
Radar WebKit Bug Importer
Comment 2 2016-02-01 13:24:47 PST
Matt Baker
Comment 3 2016-05-28 10:54:57 PDT
What drawing issues resulted from including the future point?
Note You need to log in before you can comment on or make changes to this bug.