Issue metadata
Sign in to add a comment
|
DevTools Network Tab Search Bug
Reported by
chaolbvb...@gmail.com,
Nov 7
|
||||||||||||||||||||||
Issue descriptionUserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36 Steps to reproduce the problem: 1. Open the dev tools network tab 2. Open https://www.google.com/ 3. Filter Request by domain name (in this case www.google.com) not using "domain:" What is the expected behavior? the domain name should alway be part of the filter mechanism, so all request to www.google.com have to be displayed when filtering for "www.google.com" What went wrong? the requests made to "www.google.com" are not beeing displayed in the result set Did this work before? Yes unsure Chrome version: 70.0.3538.77 Channel: stable OS Version: OS X 10.14.1 Flash Version: i have build a working proof of concept which can be found here: http://chaolbvbiens.net/filterPoC/test.html the attached file contains this poc, too.
,
Nov 8
Thanks for filling the issue... Tried to reproduce the issue on reported chrome 70.0.3538.77 using Mac 10.14.0. Attaching screen-cast for reference. Steps: ----- 1. Launched reported chrome 2. Opened Dev tools >> Network tab 3. Opened https://www.google.com/ >> Observed www.google.com in the requests 4. Clicked on Filter >> Enter text both " google.com & www.google.com " >> Observed www.google.com in the requests As we have seen www.google.com in network requests for both " google.com & www.google.com ". @repoter: Could you please check the attached screen-cast and please let us know if anything missed from our end. If possible provide screencast for better triaging it. Thanks..!
,
Nov 8
thanks for your quick reply. i attached a screen recording of the issue. in that recording i will filter for "domain: www.google.com" and get a result set of the size 10. when filtering for "www.google.com" the result set will shrink to only one entry, although the filter is a lot less strict. this entry appears in the result set because its a request without any path information and so the domain name is copied into the name column.
,
Nov 12
,
Nov 12
The filter is intended to be used on a per-column basis. When you enter a filter without a column to filter for, it filters based on the "name" column, which we don't want to change. You demonstrated how using the "domain:" filter showed you the requests you wanted. If you want instead a filter which looks at all of the content of the requests instead of one column for each request, you should use the search feature by pressing Ctrl/Cmd+f or by clicking the magnifying glass in the network panel toolbar. The search will look at all of the contents of each request and list them there. I understand that finding the filter by column feature might not be easy since it's not obvious that you can enter column names into the filter box, but the online network panel documentation covers this feature.
,
Nov 13
thanks for your detailed reply. i am aware of the different filter technics, and i dont want to change that. the issue here is the filtering behaviour on different domains, eg: site a.com makes 2 requests: a.com/test.js and b.com/test.js when filtering for a.com nothing is shown in the network panel when filtering for b.com b.com/test.js is shown in the network panel i attached a new clip demonstrating the issue |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by viswa.karala@chromium.org
, Nov 7