[Webkit-unassigned] [Bug 86111] Web Inspector: Support //@ sourceURL= annotations for inline and generated script tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 2 09:54:23 PDT 2012


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





--- Comment #4 from paul irish <paul.irish at gmail.com>  2012-08-02 09:54:21 PST ---
(In reply to comment #2)
> Sure, just to clarify, can I do
> script.name = "http:/…"

Nope. The script name is coming in from the JS engine and determined differently. sourceURL is the explicit way to give it the name. A conditional needs to be flipped in the inspector now.

Also, great testcases here https://bugs.webkit.org/show_bug.cgi?id=50432#c9

-- 
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