Bug 138863
| Summary: | Web Inspector: Search Resource Content does not show results in SourceMap resources | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
| Component: | Web Inspector | Assignee: | 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
* 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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/19027078>
Joseph Pecoraro
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.