| Summary: | Web Inspector: Implement bar graph rendering for OverviewTimelineView | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Timothy Hatcher <timothy> | ||||||
| Component: | Web Inspector | Assignee: | Timothy Hatcher <timothy> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | graouts, joepeck, timothy, webkit-bug-importer | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | 528+ (Nightly build) | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Attachments: |
|
||||||||
|
Description
Timothy Hatcher
2014-01-11 19:51:31 PST
Created attachment 220952 [details]
Patch
Created attachment 220953 [details]
Screenshot
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 |