[Bug 867753]
Dtownsend
867753 at bugs.launchpad.net
Tue Oct 11 21:16:00 UTC 2011
The startup method is called early in startup, before chrome for non-
restartless add-ons is registered. That is the problem here.
There are really only two solutions. One is to move the startup call to
later in startup, the other is to have JSONovich fixed so it doesn't
initialize nsHttpHandler until later in startup. The former has the
potential to break existing add-ons as well as potentially make it
harder to do certain tasks so I'd tend to side with just notifying the
JSONovich author and leaving this as-is.
I would note that while startup() is called early it is still much later
than non-restartless add-ons used to be able to be called, they could
hit exactly the same problem if they weren't careful about delaying
things they did to later in startup.
--
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/867753
Title:
Accept-Language header contains incorrect value
To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/867753/+subscriptions
More information about the Ubuntu-mozillateam-bugs
mailing list