[Webkit-unassigned] [Bug 34764] Web Inspector: provide a way to debug scripts dynamically added to document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 9 11:50:28 PST 2010


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





--- Comment #5 from Pavel Feldman <pfeldman at chromium.org>  2010-02-09 11:50:26 PST ---
Summary of what has been discussed on the IRC:

1) There is a workaround (that could be used for workers): 
iframe.contentWindow.eval() in combination with sourceURL should do the trick.
I think we should do that to fork the efforts.

2) We'd like to address the issue described. Distinguishing between documents
created as a result of resource loading vs documents created from within
document.write sounds reasonable. Please proceed with the patch and add olliej
as a reviewer. He is the right person to review script-related WebCore parts as
well as JSC code that carries script type information along with its url and
lines.

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