The graph and sidebar rows should be filtered by the time selection.
<rdar://problem/15811472>
Created attachment 221096 [details] Patch
Created attachment 221097 [details] Patch
Comment on attachment 221097 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=221097&action=review r=me > Source/WebInspectorUI/UserInterface/NavigationSidebarPanel.js:307 > + applyFiltersToTreeElement: function(treeElement, dontExpandOnMatch) I always prefer "doNotFoo" to "dontFoo".
https://trac.webkit.org/changeset/162414