Class Index | File Index

Modules


Panels


Templates


Services (XPCOM)


Libraries


All Classes


Report Doc Issue | How To Comment Firebug Code

Class Firebug.Activation

Implements Firebug activation logic. 1) Part of the logic is based on annotation service (see components/firebug-annotations.js) in order to remember whether Firebug is activated for given site or not. If there is "firebugged.showFirebug" annotation for a given site Firbug is activated. If there is "firebugged.closed" annotation for a given site Firbug is not activated. 2) Other part is based on extensions.firebug.allPagesActivation option. This option can be set to the following values: none: The option isn't used (default value) on: Firebug is activated for all URLs. off: Firebug is never activated. This logic has higher priority over the URL annotations. If "off" options is selected, all existing URL annotations are removed.

Defined in: activation.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Class Detail
Firebug.Activation()

Documentation generated by JsDoc Toolkit 2.3.0 on Sat Jan 05 2013 23:10:38 GMT+0100 (CET)