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

Saam Barati
Reported 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
Attachments
[Patch] Proposed Fix (7.20 KB, patch)
2016-06-11 16:52 PDT, Matt Baker
no flags
Radar WebKit Bug Importer
Comment 1 2016-05-30 13:12:59 PDT
Blaze Burg
Comment 2 2016-05-30 13:16:51 PDT
The filter is also not re-applied when switching between timelines.
Matt Baker
Comment 3 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.
Matt Baker
Comment 4 2016-06-11 16:52:05 PDT
Created attachment 281114 [details] [Patch] Proposed Fix
WebKit Commit Bot
Comment 5 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>
WebKit Commit Bot
Comment 6 2016-06-13 15:42:53 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.