[Webkit-unassigned] [Bug 153759] New: Web Inspector: Memory Timelines should better extend to future data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 1 13:24:22 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=153759

            Bug ID: 153759
           Summary: Web Inspector: Memory Timelines should better extend
                    to future data
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: bburg at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

* 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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160201/7f1e61b9/attachment.html>


More information about the webkit-unassigned mailing list