Find each layer of a test and verify it (resurcise function)
layers: function( text, layer, charset, resultss )
Internal, verify a part of a test.
layerverify: function( text, layer, division, charset, dontask, fileMode, fileFrom, fileSig, nextText, fileDataForSign, fromDTA )
This function is called by the listener when a page is loaded.
listenerLoad: function( e )
Remove all api listeners
listenerUnload: function( event )
This function is called by the listener when a page is closed.
listenerUnload: function()
This function unloads then event listener when the window is closed.
listenerUnload: function( event )
Return ‘list-ok’ in ‘result’ (or ‘list-err’ is there is a problem), and the list of public key in list
listkey: function ( event )
List keys.
listkey: function( onlyPrivate )
Who return a list of key in the keyring
listKeys: function( onlyPrivate, allKeys, onlySignOfThisKey )
This is a tempory variable, witch contains key to select automaticaly.
var listOfAutoSelect
Return ‘list-ok’ in ‘result’ (or ‘list-err’ is there is a problem), and the list of private key in list
listprivkey: function ( event )
List signatures of a key
listSigns: function( key )
This function will determing and ‘build’ the class to access gpg.
loadFireGPGAccess: function()
This function try to load the xpcom.
FireGPG.loadXpcom = function ()
This function gets called by the “gpg:login” event that is emitted from a gpgAuth enabled website.
login: function( event )
Function called when a mouse is outside a trusted block
FireGPG.Inline.mouseOutTrusted = function( aEvent )
Function called when the mouse is over a trusted block
FireGPG.Inline.mouseOverTrusted = function( aEvent )
Process to the next step of the assistant
function next()
This function is called when the Ok button is pressed.
function onAccept()
Called when change-gpg-path-checkbox is checked/unchecked to enable/disable some elements in the options interface.
function onChangeGPGPathCheckbox( checkbox, focus_textbox )
This function is called when a gmail page is loaded, after fiew seconds.
onDelayLoad: function()
This function is called to exectue an action.
onDelayMenuAction: function( action )
This function is called to exectue an action.
onDelayMenuAction: function( action )
This function is called when the location change Here to be a good listener.
onLinkIconAvailable: function()
Function called when the window is loaded
function onLoad( d )
Init api features when a new page is loaded
onLoad: function()
This function is called when a new Firefox’s windows is created.
onLoad: function()
This function is called when a new Downloadmager’s windows is created.
onLoad: function()
This function is called when a new Firefox window is created.
onLoad: function()
This function is called when the location change Here to be a good listener.
onLocationChange: function( aProgress, aRequest, aURI )
This function is called when a menu item is selected.
onMenuItemCommand: function( e, action )
This function is called when a menu item is selected.
onMenuItemCommand: function( e, action )
This function is called when a page is loaded
FireGPG.Inline.onPageLoad = function( aEvent )
This function is called when the progress change Here to be a good listener.
onProgressChange: function()
This function is called when the security change Here to be a good listener.
onSecurityChange: function()
This function is called when the state of a page change (loaded, ..)
onStateChange: function( aProgress, aRequest, aFlag, aStatus )
This function is called when the stage change Here to be a good listener.
onStatusChange: function()
This function is called when the user click on a bouton of the toolbar.
onToolbarButtonCommand: function( e )
This function is called when the user click on a bouton of the toolbar.
onToolbarButtonCommand: function( e )
Open a file a display it into the editor.
function openf()
This function is called when a page is loaded.
pageLoaded: function( aEvent )
Desactivate the handiling of pgp block for a page
FireGPG.Inline.pageOff = function( aUrl )
Activate the handiling of pgp block for a page
FireGPG.Inline.pageOn = function( aUrl )
Return ‘OFF’ if we shouln’t handle block on the page, ‘ON’ if we should, ‘’ if user don’t case
FireGPG.Inline.pageStatus = function( aUrl )
Useless function who do nothing
pgpencode: function( texte )
This function is called when a private key is selected.
function privateKeySelected( listbox )
Save data to a file, in binary mode.
putIntoBinFile:function ( filename, data )
Save data to a file.
putIntoFile:function ( filename, data )
This function return the Interface of the listen.
QueryInterface: function( aIID )