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   

Description Joseph Pecoraro 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.
Comment 1 Radar WebKit Bug Importer 2014-11-18 23:17:07 PST
<rdar://problem/19027078>
Comment 2 Joseph Pecoraro 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.