As far as I know, Firebug knows about the following: - top-level: the outer script in an HTML or .js file. - nested: a script compiled within top-level - eval-level: the outer script in an eval() call - eval-nested: a script compiled within eval() - event: a browser-generated event script - inline: javascript on a DOM event handler in HTML - system: wrapper scripts created by Firefox.
JJB and maybe Honza will know whether I have missed any. How does your script loader thingy add scripts? On Feb 17, 9:46 am, Maciej Jaros <[email protected]> wrote: > Hi. > > I would be very grateful if somebody from FB team would comment > on:https://bugzilla.wikimedia.org/show_bug.cgi?id=27466 > > There is a new script loader thingy that tries to bind scripts in a > single request and it seems to break FB ability to load a source of > scripts. Loading script works in Opera Dragonfly, but not in FB - we are > trying to figure out where is the problem. > > Thanks in advance, > Nux. > > PS: The script loader is described here if anybody is > interested:http://www.mediawiki.org/wiki/ResourceLoader -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
