WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
151711
Web Inspector: Broken Inspector when resources are minified
https://bugs.webkit.org/show_bug.cgi?id=151711
Summary
Web Inspector: Broken Inspector when resources are minified
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Joseph Pecoraro
Comment 1
2015-12-01 11:19:36 PST
<
rdar://problem/23692010
>
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
<
https://trac.webkit.org/changeset/192902
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug