The rendering for resources and source code timelines needs implemented.
<rdar://problem/15800345>
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
https://trac.webkit.org/changeset/162412