A man with a mission...

Package Names

While doing work on the the Rooster Teeth Site Extender extension, I was having a serious issue with it not working. It kept logging a paticular error in the javascript console:

No chrome package registered for chrome://rtse/content/browser.xul .

It turns out that all package names must be in lowercase, otherwise the package just won’t work. So, when you are defining your package name, make sure you use all lowercase, otherwise you’ll get the same error.

comments

4 Responses to “Package Names”

  1. Mav on November 13th, 2005

    Try fixing your link..

    And man that package thing works wrong..

    When you are defining your package…

  2. Shawn Wilsher on November 13th, 2005

    Nifty…didn’t realise the link was messed up.

  3. midas on November 17th, 2005

    duh. . . . So is that why I can’t reference the chrome url? psh . . .you led me astray.

  4. Shawn Wilsher on November 17th, 2005

    Did you see the date on this post? This was when I first started. Our current problem has nothing to do with this.