DevTools: new network search doesn't match URLs |
||
Issue descriptionBefore the change I would most often use Ctrl-F to find a certain request by its URL. (I could use filter for this but that's not what I've been doing) With the new search, we don't include the request URL in the search corpus. We should. If the new search shipped to beta, we probably want to merge this fix.
,
May 9 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/512f10fce024d6cb28cd0b96eb9ebd80fb68ccf2 commit 512f10fce024d6cb28cd0b96eb9ebd80fb68ccf2 Author: Eugene Ostroukhov <eostroukhov@chromium.org> Date: Wed May 09 00:11:47 2018 Devtools: match request URL in network search. Bug: 836887 Change-Id: Id13521c9f15f0f3a3e5c1fd4047b40b8883dcbcf Reviewed-on: https://chromium-review.googlesource.com/1048045 Reviewed-by: Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Eugene Ostroukhov <eostroukhov@chromium.org> Cr-Commit-Position: refs/heads/master@{#557021} [modify] https://crrev.com/512f10fce024d6cb28cd0b96eb9ebd80fb68ccf2/third_party/WebKit/LayoutTests/http/tests/devtools/network/network-search-expected.txt [modify] https://crrev.com/512f10fce024d6cb28cd0b96eb9ebd80fb68ccf2/third_party/WebKit/LayoutTests/http/tests/devtools/network/network-search.js [modify] https://crrev.com/512f10fce024d6cb28cd0b96eb9ebd80fb68ccf2/third_party/blink/renderer/devtools/front_end/network/NetworkSearchScope.js
,
May 9 2018
|
||
►
Sign in to add a comment |
||
Comment 1 Deleted