WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
43045
Web Inspector: Dynamically loaded JS files are missing
https://bugs.webkit.org/show_bug.cgi?id=43045
Summary
Web Inspector: Dynamically loaded JS files are missing
Alexei Masterov
Reported
2010-07-27 07:01:22 PDT
Debugger doesn't consistently show dynamically loaded JS files: When a javascript is loaded using an XHR, it doesn't always show up in the resources panel, and never shows up in a drop-down list in the scripts panel. To reproduce load a javascript using XHR, and call eval on it.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexei Masterov
Comment 1
2010-07-28 01:01:45 PDT
It turns out that the issue observed was due to application in question actively detecting the browser type and behaving differently in Mozilla and Webkit browsers. The solution for this problem is to use //@ sourceURL as part of the eval.
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