We are having issues on browser init. Is there an event that we can get
once browser is fully initialized?
Thanks in advance,
Alex
--
alex iskold
founder & cto
http://www.adaptiveblue.com
> We are having issues on browser init. Is there an event that we can get
> once browser is fully initialized?
You can observe profile-after-change (if your code depends on the
profile) or app-startup. See what the extension manager does for an
example:
http://lxr.mozilla.org/mozilla/source/toolkit/mozapps/extensions/src/nsExtensionManager.js.in#2703
-myk