Bug 180796

Summary: Web Inspector: Network Tab - Make text filter just a URL filter and update incrementally
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, inspector-bugzilla-changes, joepeck, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2017-12-13 19:39:29 PST
Network Tab - Make text filter just a URL filter and update incrementally

Currently the text filter searches resource text content, which caused us to turn of incremental filtering because full text search is expensive. However general feedback is that the filter should update live, like other filters. So lets make the main filter a URL filter. We can find a way to add back different forms of filtering (like full text filter) later.
Comment 1 Joseph Pecoraro 2017-12-13 20:27:22 PST
Created attachment 329319 [details]
[PATCH] Proposed Fix
Comment 2 Joseph Pecoraro 2017-12-13 20:31:20 PST
<rdar://problem/35973683>
Comment 3 BJ Burg 2017-12-13 20:42:39 PST
Comment on attachment 329319 [details]
[PATCH] Proposed Fix

r=me
Comment 4 WebKit Commit Bot 2017-12-13 23:45:32 PST
Comment on attachment 329319 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 329319

Committed r225895: <https://trac.webkit.org/changeset/225895>
Comment 5 WebKit Commit Bot 2017-12-13 23:45:34 PST
All reviewed patches have been landed.  Closing bug.