RESOLVED FIXED 126831
Web Inspector: Implement bar graph rendering for OverviewTimelineView
https://bugs.webkit.org/show_bug.cgi?id=126831
Summary Web Inspector: Implement bar graph rendering for OverviewTimelineView
Timothy Hatcher
Reported 2014-01-11 19:51:31 PST
The rendering for resources and source code timelines needs implemented.
Attachments
Patch (39.38 KB, patch)
2014-01-11 20:06 PST, Timothy Hatcher
joepeck: review+
timothy: commit-queue-
Screenshot (694.67 KB, image/png)
2014-01-11 20:09 PST, Timothy Hatcher
no flags
Radar WebKit Bug Importer
Comment 1 2014-01-11 19:51:42 PST
Timothy Hatcher
Comment 2 2014-01-11 20:06:23 PST
Timothy Hatcher
Comment 3 2014-01-11 20:09:39 PST
Created attachment 220953 [details] Screenshot
Joseph Pecoraro
Comment 4 2014-01-17 11:48:17 PST
Comment on attachment 220952 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=220952&action=review r=me > Source/WebInspectorUI/UserInterface/TimelineDataGridNode.js:98 > + } else { > + timelineRecordBar.element.remove(); > + } Style: Braces not needed. > Source/WebInspectorUI/UserInterface/TimelineRecordBar.js:86 > + // If this bar is completly after the current time, return early. Typo: completly > Source/WebInspectorUI/UserInterface/TimelineRecordBar.js:90 > + // If this bar is completly before or after the bounds of the graph, return early. Typo: completly
Timothy Hatcher
Comment 5 2014-01-20 19:03:33 PST
Note You need to log in before you can comment on or make changes to this bug.