A longshot, but is there any way to store the code in a compiled state (e.g., bytecode)? Then including/reading the compiled code with each dialog wouldn't be as expensive.
--- HJ <[EMAIL PROTECTED]> wrote: > Philip Chee wrote: > > On Sun, 26 Mar 2006 09:17:00 -0800, HJ wrote: > >> Nickolay Ponomarev wrote: > >>> On 3/26/06, HJ <[EMAIL PROTECTED]> wrote: > > > >>>> navigatorWindow.functionName() > >>> This won't work if there are no navigator windows working. > > > >> Correct, and that is why I check for chrome windows first (this will > >> open a new window when needed) but what I want is in function for all JS > >> functions that I need from that chrome window. > > > > Are these functions available from the hidden window? > > No. > > /HJ > _______________________________________________ > Project_owners mailing list > [email protected] > http://mozdev.org/mailman/listinfo/project_owners > _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
