How to make links that open new windows work in XULRunner-based browser?
Using XULRunner, I’m working on a custom, kiosk-style browser for my
company. When clicking on a link that opens in a new window
(target=”_blank”), nothing happens. The JS console shows “No chrome
package registered for chrome://navigator/content/navigator.xul .” From
an LXR search for “navigator.xul”, I guessed a pref named
“browser.chromeURL” might have something to do with this (though not
referenced by a toolkit/ file), so I added it, pointing to my XUL file.
