Bug 144993

Summary: Web Inspector: Show a warning when a non-minified JS file included by a source map is missing
Product: WebKit Reporter: Nikita Vasilyev <nvasilyev>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Minor CC: graouts, inspector-bugzilla-changes, jonowells, webkit-bug-importer
Priority: P5 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Reduction
none
angular.min.js
none
angular.min.js.map none

Description Nikita Vasilyev 2015-05-14 00:29:24 PDT
Created attachment 253105 [details]
Reduction

In the attached reduction angular.min.js includes a source map (angular.min.js.map) but non-minified JS file (angular.js) is missing. 


Steps:
1. download the attached files (angular.html, angular.min.js, angular.min.js.map) to the same directory
2. open angular.html

Expected:
An error or a warning that angular.js is missing.

Actual:
Nothing happens.

Via rdar://problem/18404247.
Comment 1 Nikita Vasilyev 2015-05-14 00:29:52 PDT
Created attachment 253106 [details]
angular.min.js
Comment 2 Radar WebKit Bug Importer 2015-05-14 00:29:59 PDT
<rdar://problem/20951576>
Comment 3 Nikita Vasilyev 2015-05-14 00:30:35 PDT
Created attachment 253107 [details]
angular.min.js.map