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

Nikita Vasilyev
Reported 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.
Attachments
Reduction (327 bytes, text/html)
2015-05-14 00:29 PDT, Nikita Vasilyev
no flags
angular.min.js (122.96 KB, application/x-javascript)
2015-05-14 00:29 PDT, Nikita Vasilyev
no flags
angular.min.js.map (340.76 KB, application/octet-stream)
2015-05-14 00:30 PDT, Nikita Vasilyev
no flags
Nikita Vasilyev
Comment 1 2015-05-14 00:29:52 PDT
Created attachment 253106 [details] angular.min.js
Radar WebKit Bug Importer
Comment 2 2015-05-14 00:29:59 PDT
Nikita Vasilyev
Comment 3 2015-05-14 00:30:35 PDT
Created attachment 253107 [details] angular.min.js.map
Note You need to log in before you can comment on or make changes to this bug.