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.

nsIXPIInstallInfo

IID:5a4a775c-e452-4cf2-8ff8-d327ae24aec6
Inherits From:nsISupports

Interface holding information about a triggered install that can be passed to and from script.


Properties

readonly PRUint32 chromeType

The chome type of the install.

readonly nsIURI originatingURI

The original URI calling the install. This is the URI that would have been checked against the whitelist if necessary.

readonly nsIDOMWindowInternal originatingWindow

The original window that initiated the install.

[notxpcom] triggerInfoPtr* triggerInfo

The install triggers supplied by the install.


References

This interface is passed as an argument to the following methods:

nsIXPInstallManager.initManagerWithInstallInfo

Reference documentation is generated from Mozilla's source.