Bug 57631 - Web Inspector: search in resources panel is broken.
Summary: Web Inspector: search in resources panel is broken.
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: Pavel Podivilov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-01 08:16 PDT by Pavel Podivilov
Modified: 2011-04-04 07:18 PDT (History)
10 users (show)

See Also:


Attachments
Patch. (5.03 KB, patch)
2011-04-01 08:17 PDT, Pavel Podivilov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Podivilov 2011-04-01 08:16:29 PDT
Web Inspector: search in resources panel is broken.

Search in resources panel should trigger source frame content load.
Comment 1 Pavel Podivilov 2011-04-01 08:17:22 PDT
Created attachment 87858 [details]
Patch.
Comment 2 Yury Semikhatsky 2011-04-04 01:29:46 PDT
Comment on attachment 87858 [details]
Patch.

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

> Source/WebCore/inspector/front-end/SourceFrame.js:99
> +    _ensureContentLoaded: function()

We should consider implementing search on the back-end to avoid pulling all content of all resources when search is being performed.
Comment 3 Pavel Podivilov 2011-04-04 07:17:53 PDT
Comment on attachment 87858 [details]
Patch.

Clearing flags on attachment: 87858

Committed r82830: <http://trac.webkit.org/changeset/82830>
Comment 4 Pavel Podivilov 2011-04-04 07:18:02 PDT
All reviewed patches have been landed.  Closing bug.