Bug 138863 - Web Inspector: Search Resource Content does not show results in SourceMap resources
Summary: Web Inspector: Search Resource Content does not show results in SourceMap res...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-11-18 23:16 PST by Joseph Pecoraro
Modified: 2016-12-13 15:40 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.