Bug 64167 - Web Inspector: NetworkPanel search failed if the matched sting is in the query part of url
Summary: Web Inspector: NetworkPanel search failed if the matched sting is in the quer...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-08 07:47 PDT by Ilya Tikhonovsky
Modified: 2011-07-08 08:54 PDT (History)
10 users (show)

See Also:


Attachments
[patch] initial version (3.50 KB, patch)
2011-07-08 08:16 PDT, Ilya Tikhonovsky
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2011-07-08 07:47:25 PDT
%subj%
Comment 1 Ilya Tikhonovsky 2011-07-08 08:16:31 PDT
Created attachment 100119 [details]
[patch] initial version
Comment 2 Yury Semikhatsky 2011-07-08 08:49:32 PDT
Comment on attachment 100119 [details]
[patch] initial version

View in context: https://bugs.webkit.org/attachment.cgi?id=100119&action=review

> Source/WebCore/ChangeLog:3
> +        Web Inspector: NetworkPanel search failed if the matched sting is in the query part of url

sting -> string
Comment 3 Yury Semikhatsky 2011-07-08 08:50:52 PDT
Would be better if we could search in the full url string. I understand though, that there is no simple way to highlight an arbitrary part of the url in current UI.
Comment 4 Ilya Tikhonovsky 2011-07-08 08:54:10 PDT
Committed r90635: <http://trac.webkit.org/changeset/90635>