[Webkit-unassigned] [Bug 106465] New: Web Inspector: Duplicate eval with //@ sourceURL does not update source view

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 9 09:35:58 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106465

           Summary: Web Inspector: Duplicate eval with //@ sourceURL does
                    not update source view
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: malteubl at google.com
                CC: keishi at webkit.org, pmuellr at yahoo.com,
                    pfeldman at chromium.org, yurys at chromium.org,
                    apavlov at chromium.org, loislo at chromium.org,
                    vsevik at chromium.org,
                    web-inspector-bugs at googlegroups.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list