Bug 153759
| Summary: | Web Inspector: Memory Timelines should better extend to future data | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
| Component: | Web Inspector | Assignee: | Joseph Pecoraro <joepeck> |
| Status: | NEW | ||
| Severity: | Normal | CC: | graouts, inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Joseph Pecoraro
* 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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/24444426>
Radar WebKit Bug Importer
<rdar://problem/24444430>
Matt Baker
What drawing issues resulted from including the future point?