* SUMMARY Switch to doughnut chart and remove idle time in the Rendering Frames timeline. We don't show idle time in the frames graph, so it makes sense to remove it from the chart.
<rdar://problem/21251160>
Created attachment 254312 [details] [Image] New chart UI
Created attachment 254315 [details] [Patch] Proposed Fix
Comment on attachment 254315 [details] [Patch] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=254315&action=review > Source/WebInspectorUI/UserInterface/Views/TimelineSidebarPanel.js:-830 > - {label: WebInspector.UIString("Idle"), value: idleTime, color: this._chartColors.idle} You will need to update localized strings, unless Idle is used in other places.
Created attachment 254354 [details] [Patch] For Landing
Comment on attachment 254354 [details] [Patch] For Landing Clearing flags on attachment: 254354 Committed r185255: <http://trac.webkit.org/changeset/185255>
All reviewed patches have been landed. Closing bug.