xpcom/system/nsIBlocklistService.idlScriptable
This interface is used, if available, by the default implementation of nsIBlocklistService to display a confirmation user interface to the user before blocking extensions or plugins.
1.0
66
Introduced
Gecko 2.0
Inherits from: nsISupports Last changed in Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)

Method overview

void prompt([array, size_is(aCount)] in nsIVariant aAddons, [optional] in PRUint32 aCount);

Methods

prompt()

Prompt the user about newly blocked addons. The prompt is then responsible for soft-blocking any addons that need to be afterwards.

void prompt(
  [array, size_is(aCount)] in nsIVariant aAddons,
  in PRUint32 aCount Optional
);
Parameters
aAddons
An array of addons and plugins that are blocked. These are javascript objects with properties:
aCount Optional
The number of addons.