Bug 158213

Summary: Web Inspector: Filter Records not applying to new records
Product: WebKit Reporter: Saam Barati <saam>
Component: Web InspectorAssignee: Matt Baker <mattbaker>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[Patch] Proposed Fix none

Description Saam Barati 2016-05-30 13:12:43 PDT
Repro steps:
1. Start recording this page: http://bl.ocks.org/syntagmatic/6c149c08fc9cde682635
2. Stop recording
3. Click on Javascript & events
4. Filter records by the string "Garbage Collection"
5. Notice you only see Garbage Collection events
6. Continue the recording
7. stop the recording
8. We now have records that aren't just "Garbage Collection" records
Comment 1 Radar WebKit Bug Importer 2016-05-30 13:12:59 PDT
<rdar://problem/26543912>
Comment 2 BJ Burg 2016-05-30 13:16:51 PDT
The filter is also not re-applied when switching between timelines.
Comment 3 Matt Baker 2016-06-08 14:54:56 PDT
I can only reproduce this when the the second part of the recording falls outside the ruler selection end time. This makes sense, because TimelineView won't call _timesDidChange (which causes filters to update) when the current time marker falls outside the ruler selection.
Comment 4 Matt Baker 2016-06-11 16:52:05 PDT
Created attachment 281114 [details]
[Patch] Proposed Fix
Comment 5 WebKit Commit Bot 2016-06-13 15:42:50 PDT
Comment on attachment 281114 [details]
[Patch] Proposed Fix

Clearing flags on attachment: 281114

Committed r202011: <http://trac.webkit.org/changeset/202011>
Comment 6 WebKit Commit Bot 2016-06-13 15:42:53 PDT
All reviewed patches have been landed.  Closing bug.