Bug 126955

Summary: Web Inspector: Filter the overview graph and sidebar based on time selection
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web InspectorAssignee: 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 Flags
Patch
none
Patch joepeck: review+, timothy: commit-queue-

Description Timothy Hatcher 2014-01-13 19:23:41 PST
The graph and sidebar rows should be filtered by the time selection.
Comment 1 Radar WebKit Bug Importer 2014-01-13 19:23:57 PST
<rdar://problem/15811472>
Comment 2 Timothy Hatcher 2014-01-13 19:27:55 PST
Created attachment 221096 [details]
Patch
Comment 3 Timothy Hatcher 2014-01-13 19:46:44 PST
Created attachment 221097 [details]
Patch
Comment 4 Joseph Pecoraro 2014-01-13 23:02:04 PST
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".
Comment 5 Timothy Hatcher 2014-01-20 19:04:06 PST
https://trac.webkit.org/changeset/162414