Bug 151711

Summary: Web Inspector: Broken Inspector when resources are minified
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix timothy: review+

Joseph Pecoraro
Reported 2015-12-01 11:17:10 PST
* SUMMARY Broken Inspector when resources are minified. * ERRORS: Main.js:8903:11: CONSOLE ERROR ReferenceError: Can't find variable: CodeMirror Main.html:38:28: CONSOLE ERROR TypeError: WebInspector.loaded is not a function. (In 'WebInspector.loaded()', 'WebInspector.loaded' is undefined) * NOTES The minified html shows Main.js first in the list above its dependencies: > <script src="Main.js"></script> > <script src="CodeMirror.js"></script> > <script src="Esprima.js"></script> > <script src="ESLint.js"></script>
Attachments
[PATCH] Proposed Fix (7.34 KB, patch)
2015-12-01 11:21 PST, Joseph Pecoraro
timothy: review+
Joseph Pecoraro
Comment 1 2015-12-01 11:19:36 PST
Joseph Pecoraro
Comment 2 2015-12-01 11:21:18 PST
Created attachment 266369 [details] [PATCH] Proposed Fix
Joseph Pecoraro
Comment 3 2015-12-01 13:12:17 PST
Note You need to log in before you can comment on or make changes to this bug.