amIWebInstallListener
to communicate with the running application and allow it to warn the user about blocked installs and start the installs running.
nsISupports
Last changed in Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)void install(); |
Attribute | Type | Description |
installs |
|
An array of AddonInstall objects. Read only. |
originatingURI |
|
The URI that started the installs. For example, the referring page for a link to an XPI download. Read only. |
originatingWindow |
|
The window that started the installs. Read only. Note: Prior to Gecko 8.0 (Firefox 8.0 / Thunderbird 8.0 / SeaMonkey 2.5), this was an
nsIDOMWindowInternal . |
Starts all installs
.
void install();
None.