WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIXULChromeRegistry

IID:3e51f40b-b4b0-4e60-ac45-6c63477ebe41
Inherits From:nsIChromeRegistry

This interface is implemented by the following components:


Methods

PRBool allowScriptsForPackage ( nsIURI url ) ACString getSelectedLocale ( ACString packageName ) void refreshSkins ( ) void reloadChrome ( )

PRBool allowScriptsForPackage ( nsIURI url )

Installable skin XBL is not always granted the same privileges as other chrome. This asks the chrome registry whether scripts are allowed to be run for a particular chrome URI. Do not pass non-chrome URIs to this method.

Arguments:
url

ACString getSelectedLocale ( ACString packageName )

Arguments:
packageName

void refreshSkins ( )


void reloadChrome ( )

Reference documentation is generated from Mozilla's source.