WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
91104
Web Inspector: relative sourceURLs are linkified as relative to inspector front-end URL
https://bugs.webkit.org/show_bug.cgi?id=91104
Summary
Web Inspector: relative sourceURLs are linkified as relative to inspector fro...
Andrey Kosyakov
Reported
2012-07-12 09:20:31 PDT
Use the following page as an example: <!DOCTYPE html> <html> <body> <script> function test() { setTimeout(function() {}, 100); } eval(test.toString() + "\n//@ sourceURL= foo.js"); test(); </script> </body> </html> 0. Open inspector 1. Switch to the timeline panel 2. Start timeline 3. Reload 4. Stop timline 5. Expand parse event 6. Hover over foo.js 7. Observe URL in the status bar is something like chrome-devtools://devtools/foo.js
Attachments
Add attachment
proposed patch, testcase, etc.
Brian Burg
Comment 1
2014-12-12 14:35:55 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (
https://www.webkit.org/new-inspector-bug
) if the bug/feature/issue is still relevant to WebKit trunk.
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