Bug 138863

Summary: Web Inspector: Search Resource Content does not show results in SourceMap resources
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: graouts, inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Joseph Pecoraro
Reported 2014-11-18 23:16:56 PST
* SUMMARY Resources with source maps may be minified. A developer may be likely to search for names of things in the pre-minified content (SourceMap Resources), but "Search Resource Content" does not search these resources. It should.
Attachments
Radar WebKit Bug Importer
Comment 1 2014-11-18 23:17:07 PST
Joseph Pecoraro
Comment 2 2014-11-18 23:18:11 PST
SourceMapResources are managed by the frontend. The frontend is guaranteed to have the contents. These searches should probably just be done in the frontend itself.
Note You need to log in before you can comment on or make changes to this bug.