Re: Starting firefox -venkman
"John J. Barton" <[email protected]> Mon, 19 Nov 2007 22:27:25 -0800
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Message-ID | <[email protected]> |
Justin Wood (Callek) wrote: > John J. Barton wrote: >> Gijs Kruitbosch wrote: >> >>> Venkman starts up first. >> >> Hi Gijs, do you know how Venkman gets in first? >> > > I guess he more means "the venkman window" which if it loads minus the > firefox window (am taking that for granted in this thread) then yes it > definately comes up first. Because "firefox.exe -venkman" causes the venkman command line handler to run which opens a venkman window and this happens before the firefox window opens? > > If he means "before the services of said extension" than no, they > initialize first. I guessing that "firefox.exe -venkman" means that at least the command line handlers have to run, and thus the components in each extension would have to be registered to see if they have command line handlers. Therefore at least we compile extensions/*/components/*.js and call all the NSGetModule() and run command line handlers? In the order given by that funky m- rule? Is that stuff what you mean by services? > > ~Justin Wood (Callek)