Bug 157583

Summary: Web Inspector: Hide filter bar in TimelineViews where it is not needed or not yet working
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Joseph Pecoraro
Reported 2016-05-11 13:26:44 PDT
* SUMMARY Hide filter bar in TimelineViews where it is not needed or not yet working - Memory Timeline View - not needed - Heap Snapshot View - not hooked up yet <https://webkit.org/b/157582> Web Inspector: Heap Snapshot Views should be searchable - Script Profile View - not hooked up yet <https://webkit.org/b/157581> Web Inspector: Script ProfileViews should be searchable
Attachments
[PATCH] Proposed Fix (8.47 KB, patch)
2016-05-11 13:36 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2016-05-11 13:36:21 PDT
Created attachment 278661 [details] [PATCH] Proposed Fix
Radar WebKit Bug Importer
Comment 2 2016-05-11 13:36:51 PDT
Matt Baker
Comment 3 2016-05-11 13:48:42 PDT
Comment on attachment 278661 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=278661&action=review > Source/WebInspectorUI/UserInterface/Views/HeapAllocationsTimelineView.js:259 > + Usually this is handled by the base class, but that requires HeapAllocationsTimelineView to call TimelineView.setupDataGrid in its constructor. Fine for now.
Joseph Pecoraro
Comment 4 2016-05-11 13:52:38 PDT
(In reply to comment #3) > Comment on attachment 278661 [details] > [PATCH] Proposed Fix > > View in context: > https://bugs.webkit.org/attachment.cgi?id=278661&action=review > > > Source/WebInspectorUI/UserInterface/Views/HeapAllocationsTimelineView.js:259 > > + > > Usually this is handled by the base class, but that requires > HeapAllocationsTimelineView to call TimelineView.setupDataGrid in its > constructor. Fine for now. I describe in the ChangeLog why we don't use the default TimelineView filtering (we show all snapshots regardless of the timeline range selection). Maybe that is bad?
WebKit Commit Bot
Comment 5 2016-05-11 14:52:37 PDT
Comment on attachment 278661 [details] [PATCH] Proposed Fix Clearing flags on attachment: 278661 Committed r200708: <http://trac.webkit.org/changeset/200708>
WebKit Commit Bot
Comment 6 2016-05-11 14:52:41 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.