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.

nsIXULOverlayProvider

IID:1d5b5b94-dc47-4050-93b7-ac092e383cad
Inherits From:nsISupports

The chrome registry implements this interface to give overlays to the gecko XUL engine.


Methods

nsISimpleEnumerator getStyleOverlays ( nsIURI URI ) nsISimpleEnumerator getXULOverlays ( nsIURI URI )

nsISimpleEnumerator getStyleOverlays ( nsIURI URI )

Get the style overlays for a particular chrome URI.

Arguments:
URI: The URI being loaded
Returns:
nsIURI for the overlays of this URI

nsISimpleEnumerator getXULOverlays ( nsIURI URI )

Get the XUL overlays for a particular chrome URI.

Arguments:
URI: The URI being loaded
Returns:
nsIURI for the overlays of this URI

Reference documentation is generated from Mozilla's source.