Bug 106465
Summary: | Web Inspector: Duplicate eval with //@ sourceURL does not update source view | ||
---|---|---|---|
Product: | WebKit | Reporter: | Malte Ubl <malte> |
Component: | Web Inspector (Deprecated) | Assignee: | Vsevolod Vlasov <vsevik> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | apavlov, burg, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Malte Ubl
E.g.
eval('function foo() {}\n//@ sourceURL=http://127.0.0.1/foo/foo/foo.js')
eval('function foo2() {}\n//@ sourceURL=http://127.0.0.1/foo/foo/foo.js')
will only show one foo.js file in the source view. It is always the first.
We would prefer to be able to override the initial eval (The same could be said when reloading JS from the same URL) with respect to the source view. At least the newer version should show up somewhere.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |