Articles tagged: Non-standard
Found 894 documents
- Archive/Add-ons/bookmarks.export Exports bookmarks to an HTML bookmark file.
- Archive/Add-ons/bookmarks.import Imports bookmarks from an HTML bookmark file.
- Archive/Firefox_OS/API/DataStore The DataStore interface of the Data Store API represents a retrieved set of data, and includes ...
- Archive/Firefox_OS/API/DataStoreChangeEvent The DataStoreChangeEvent interface of the Data Store API represents the event related to a ...
- Archive/Firefox_OS/API/DataStoreCursor The DataStoreCursor interface of the Data Store API represents a cursor that allows apps to ...
- Archive/Firefox_OS/API/DataStoreTask The DataStoreTask interface of the Data Store API represents a record changed in the data store ...
- Archive/Firefox_OS/API/DOMApplication In the Open Web apps JavaScript API, an App object is a JavaScript object that represents an app ...
- Archive/Firefox_OS/API/MozActivity The MozActivity interface allows apps to delegate an activity to another app.
- Archive/Firefox_OS/API/MozActivityOptions The MozActivityOptions interface allows apps to declare the activity they want to create and ...
- Archive/Firefox_OS/API/MozActivityRequestHandler The MozActivityRequestHandler interface allows apps that handle activities to access and ...
- Archive/Firefox_OS/API/MozAlarmsManager The MozAlarmsManager API allows to schedule notifications or applications to be started at a ...
- Archive/Firefox_OS/API/MozAlarmsManager/remove The remove method is used to retrieve a list of pending alarms.
- Archive/Firefox_OS/API/Navigator/mozAlarms Returns a MozAlarmsManager object you can use to schedule notifications or applications to be ...
- Archive/Firefox_OS/Firefox_OS_apps/Building_apps_for_Firefox_OS/Manifest This section details the critical details you need to create and use an app manifest.
- Archive/Marketplace/API/DOMApplicationsManager/getAll The getAll() method of the DOMApplicationsManager interface lists all installed apps in the ...
- Archive/Marketplace/API/DOMApplicationsManager/onenabledstatechange The onenabledstatechange property of the DOMApplicationsManager interface defines an event ...
- Archive/Marketplace/API/DOMApplicationsManager/setEnabled The setEnabled() method of the DOMApplicationsManager interface sets an application to be ...
- Archive/Marketplace/API/DOMApplicationsRegistry Provides support for installing, managing, and controlling Open Web apps in a browser for ...
- Archive/Web/Window.importDialog Because opening windows on mobile isn't necessarily appropriate, the Firefox Mobile team ...
- BluetoothRemoteGATTService The BluetoothRemoteGATTService interface of the Web Bluetooth API represents a service provided ...
- BluetoothRemoteGATTService/device The BluetoothGATTService.device read-only property returns information about a Bluetooth device ...
- BluetoothRemoteGATTService/getCharacteristic The BluetoothGATTService.getCharacteristic() method returns a Promise to an instance of ...
- BluetoothRemoteGATTService/getCharacteristics The BluetoothGATTService.getCharacteristics() method returns a Promise to a list of ...
- BluetoothRemoteGATTService/getIncludedService The BluetoothGATTService.getIncludedService() method returns a Promise to an instance of ...
- BluetoothRemoteGATTService/getIncludedServices The BluetoothGATTService.getIncludedServices() method returns a Promise to an Array of ...
- BluetoothRemoteGATTService/isPrimary The BluetoothGATTService.isPrimary read-only property returns a Boolean that indicates whether ...
- BluetoothRemoteGATTService/uuid The BluetoothGATTService.uuid read-only property returns a DOMString representing the UUID of ...
- Mozilla/Add-ons/WebExtensions/API/alarms/Alarm Information about a single alarm. This object is returned from alarms.get() and alarms.getAll(), ...
- Mozilla/Add-ons/WebExtensions/API/alarms/clear Cancels an alarm, given its name.
- Mozilla/Add-ons/WebExtensions/API/alarms/clearAll Cancels all active alarms.
- Mozilla/Add-ons/WebExtensions/API/alarms/create Creates a new alarm.
- Mozilla/Add-ons/WebExtensions/API/alarms/get Gets an alarm, given its name. The alarm is passed into a callback function as an alarms.Alarm ...
- Mozilla/Add-ons/WebExtensions/API/alarms/getAll Gets all active alarms. The alarms are passed into a callback, as an array of alarms.Alarm objects.
- Mozilla/Add-ons/WebExtensions/API/alarms/onAlarm Fired when any alarm set by this add-on goes off.
- Mozilla/Add-ons/WebExtensions/API/bookmarks The WebExtensions bookmarks API lets an add-on interact with and manipulate the browser's ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/BookmarkTreeNode An object of type bookmarks.BookmarkTreeNode represents a node in the bookmark tree, where each ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/BookmarkTreeNodeUnmodifiable The bookmarks.BookmarkTreeNodeUnmodifiable type is used to indicate the reason that a node in ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/create Creates a bookmark or folder as a child of the BookmarkTreeNode with the specified parentId. To ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/CreateDetails The CreateDetails type is used to describe the properties of a new bookmark or bookmark folder ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/get Given the ID of a bookmarks.BookmarkTreeNode or an array of such IDs, the bookmarks.get() method ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/getChildren bookmarks.getChildren() retrieves all the immediate children of a given bookmark folder, ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/getRecent The bookmarks.getRecent() method retrieves a specified number of the most recently added ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/getSubTree The bookmarks.getSubTree() method asynchronously retrieves a bookmarks.BookmarkTreeNode, given ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/getTree bookmarks.getTree() returns an array containing the root of the bookmarks tree as a ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/move The bookmarks.move() method moves the specified BookmarkTreeNode to the specified destination ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/onChanged Fired when there is a change to:
- Mozilla/Add-ons/WebExtensions/API/bookmarks/onChildrenReordered Fired when the children of a folder have changed their order due to the order being sorted in ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/onCreated Fired when a bookmark or folder is created.
- Mozilla/Add-ons/WebExtensions/API/bookmarks/onImportBegan Fired when the browser has started importing a set of bookmarks.
- Mozilla/Add-ons/WebExtensions/API/bookmarks/onImportEnded Fired when the browser has finished importing a set of bookmarks.
- Mozilla/Add-ons/WebExtensions/API/bookmarks/onMoved Fired when a bookmark or folder is moved to a different parent folder and/or position within a ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/onRemoved Fired when a bookmark or folder is removed. When a folder is removed recursively, a single ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/remove The bookmarks.remove() method removes a single bookmark or an empty bookmark folder.
- Mozilla/Add-ons/WebExtensions/API/bookmarks/removeTree The bookmarks.removeTree() method recursively removes a bookmark folder and all of its contents.
- Mozilla/Add-ons/WebExtensions/API/bookmarks/search The bookmarks.search() function searches for bookmarks matching the given query. Matching ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/update bookmarks.update() updates the title and/or URL of a bookmark, or the name of a bookmark folder.
- Mozilla/Add-ons/WebExtensions/API/browserAction If you specify a popup, it will be shown — and the content will be loaded — when the user clicks ...
- Mozilla/Add-ons/WebExtensions/API/browserAction/ColorArray An array of four integers in the range 0-255, defining an RGBA color. The four values specify ...
- Mozilla/Add-ons/WebExtensions/API/browserAction/disable Disables the browser action for a tab, meaning that it cannot be clicked when that tab is active.
- Mozilla/Add-ons/WebExtensions/API/browserAction/enable Enables the browser action for a tab. By default, browser actions are enabled for all tabs.
- Mozilla/Add-ons/WebExtensions/API/browserAction/getBadgeBackgroundColor Gets the background color of the browser action's badge.
- Mozilla/Add-ons/WebExtensions/API/browserAction/getBadgeText Gets the browser action's badge text.
- Mozilla/Add-ons/WebExtensions/API/browserAction/getPopup Gets the HTML document set as the popup for this browser action.
- Mozilla/Add-ons/WebExtensions/API/browserAction/getTitle Gets the browser action's title. Just as you can set the title on a per-tab basis using ...
- Mozilla/Add-ons/WebExtensions/API/browserAction/ImageDataType Pixel data for an image. Must be an ImageData object (for example, from a canvas element).
- Mozilla/Add-ons/WebExtensions/API/browserAction/onClicked Fired when a browser action icon is clicked. This event will not fire if the browser action has ...
- Mozilla/Add-ons/WebExtensions/API/browserAction/openPopup This API is also available as browser.browserAction.openPopup() in a version that returns a promise.
- Mozilla/Add-ons/WebExtensions/API/browserAction/setBadgeBackgroundColor Sets the background color for the badge.
- Mozilla/Add-ons/WebExtensions/API/browserAction/setBadgeText Sets the badge text for the browser action. The badge is displayed on top of the icon.
- Mozilla/Add-ons/WebExtensions/API/browserAction/setIcon Sets the icon for the browser action. The icon can be specified either as the path to an image ...
- Mozilla/Add-ons/WebExtensions/API/browserAction/setPopup Sets the HTML document that will be opened as a popup when the user clicks on the browser ...
- Mozilla/Add-ons/WebExtensions/API/browserAction/setTitle Sets the browser action's title. The title is displayed in a tooltip over the browser action's ...
- Mozilla/Add-ons/WebExtensions/API/commands/Command Information about a command. This contains the information specified for the command in the ...
- Mozilla/Add-ons/WebExtensions/API/commands/getAll Gets all commands for this add-on that you have registered using the commands manifest.json key.
- Mozilla/Add-ons/WebExtensions/API/commands/onCommand This API is also available as browser.commands.onCommand.*.
- Mozilla/Add-ons/WebExtensions/API/contextMenus Add items to the browser's context menu, to be displayed in the contexts you specify. For ...
- Mozilla/Add-ons/WebExtensions/API/contextMenus/ACTION_MENU_TOP_LEVEL_LIMIT The maximum number of top level extension items that can be added to a context menu item whose ...
- Mozilla/Add-ons/WebExtensions/API/contextMenus/ContextType The different contexts a menu can appear in. Specifying "all" is equivalent to the combination ...
- Mozilla/Add-ons/WebExtensions/API/contextMenus/create Creates a new context menu item.
- Mozilla/Add-ons/WebExtensions/API/contextMenus/ItemType The type of menu item.
- Mozilla/Add-ons/WebExtensions/API/contextMenus/OnClickData Information sent when a context menu item is clicked.
- Mozilla/Add-ons/WebExtensions/API/contextMenus/onClicked Fired when a context menu item is clicked.
- Mozilla/Add-ons/WebExtensions/API/contextMenus/remove Removes a context menu item.
- Mozilla/Add-ons/WebExtensions/API/contextMenus/removeAll Removes all context menu items added by this add-on.
- Mozilla/Add-ons/WebExtensions/API/contextMenus/update Updates a previously created context menu item.
- Mozilla/Add-ons/WebExtensions/API/cookies Enables WebExtensions to get and set cookies, and be notified when they change.
- Mozilla/Add-ons/WebExtensions/API/cookies/Cookie The Cookie type of the cookies API represents information about an HTTP cookie.
- Mozilla/Add-ons/WebExtensions/API/cookies/CookieStore The CookieStore type of the cookies API represents a cookie store in the browser.
- Mozilla/Add-ons/WebExtensions/API/cookies/get The get() method of the cookies API retrieves information about a single cookie, given its name ...
- Mozilla/Add-ons/WebExtensions/API/cookies/getAll The getAll() method of the cookies API retrieves all cookies from a single cookie store that ...
- Mozilla/Add-ons/WebExtensions/API/cookies/getAllCookieStores The getAllCookieStores() method of the cookies API returns a list of all cookie stores.
- Mozilla/Add-ons/WebExtensions/API/cookies/onChanged The onChanged event of the cookies API is fired when a cookie is set or removed.
- Mozilla/Add-ons/WebExtensions/API/cookies/OnChangedCause The OnChangedCause type of the cookies API represents the reason a cookie changed.
- Mozilla/Add-ons/WebExtensions/API/cookies/remove The remove() method of the cookies API deletes a cookie, given its name and URL.
- Mozilla/Add-ons/WebExtensions/API/cookies/set The set() method of the cookies API sets a cookie containing the specified cookie data. This ...
- Mozilla/Add-ons/WebExtensions/API/downloads Enables WebExtensions to interact with the browser's download manager. You can use this API ...
- Mozilla/Add-ons/WebExtensions/API/downloads/acceptDanger The acceptDanger () function of the downloads API prompts the user to either accept or cancel a ...
- Mozilla/Add-ons/WebExtensions/API/downloads/BooleanDelta The BooleanDelta type of the downloads API represents the difference between two booleans.
- Mozilla/Add-ons/WebExtensions/API/downloads/cancel The cancel () function of the downloads API cancels a download.
- Mozilla/Add-ons/WebExtensions/API/downloads/DangerType The DangerType type of the downloads API defines a set of possible reasons that a downloadable ...