WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
23306
Inspector Resources search is slow
https://bugs.webkit.org/show_bug.cgi?id=23306
Summary
Inspector Resources search is slow
boucher
Reported
2009-01-13 16:27:07 PST
The debug inspector is great, and having code search makes it very powerful. Unfortunately, the code search is far too slow on large code bases. Try starting up the debugger on 280 Slides (
http://280slides.com/Editor
). Open the debug tab, start debugging, and enter the search term "toggleNotes:" On my computer (2ghz macbook pro), returns zero results. If I try again, still zero results. But, if I then try searching for just "toggle" about half a dozen times, I'll eventually get a couple results. If I slowly add the rest of "Notes:" in, it will eventually find the two "toggleNotes:" results that it should have found originally. It's ok to make me wait as long as it takes, but to proclaim there are zero results when there are obviously not is definitely an error. Of course, being able to do this search in a few seconds or less would make it much more useful.
Attachments
Add attachment
proposed patch, testcase, etc.
Timothy Hatcher
Comment 1
2009-04-06 10:01:56 PDT
Yes it is showing "0 results" even while it is still searching. We should not do that. But waiting should give you results eventually.
Alexander Pavlov (apavlov)
Comment 2
2010-03-12 08:04:04 PST
Only the current source view is searched as of
http://trac.webkit.org/changeset/55231
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug