Confirmed users
673
edits
No edit summary |
|||
Line 235: | Line 235: | ||
Firebug does a lot a crazy stuff to get scripts right for all origins (inline, eval, document.write, dom-appended script tags, etc). We'd prefer to avoid this with 637572, and we might be weaker than firebug with the more exotic sources in the meantime. XXX: Need to figure out exactly how much weaker. | Firebug does a lot a crazy stuff to get scripts right for all origins (inline, eval, document.write, dom-appended script tags, etc). We'd prefer to avoid this with 637572, and we might be weaker than firebug with the more exotic sources in the meantime. XXX: Need to figure out exactly how much weaker. | ||
Script sources: | |||
* Static/inline scripts | |||
** Pretty well-understood | |||
* Eval | |||
* Event handlers | |||
* document.write script tags | |||
** Can mess with line numbers. | |||
* DOM injection of script tags | |||
=== JSD2 support === | === JSD2 support === |