Articles tagged: Event
Found 201 documents
- clicktoscroll
- Mozilla/Add-ons/WebExtensions/API/alarms/onAlarm Fired when any alarm set by this add-on goes off.
- 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/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/commands/onCommand This API is also available as browser.commands.onCommand.*.
- Mozilla/Add-ons/WebExtensions/API/contextMenus/onClicked Fired when a context menu item is clicked.
- 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/downloads/onChanged The onChanged () event of the downloads API is fired when any of a downloads.DownloadItem 's ...
- Mozilla/Add-ons/WebExtensions/API/downloads/onCreated The onCreated () event of the downloads API fires when a download begins, i.e. when ...
- Mozilla/Add-ons/WebExtensions/API/downloads/onErased The onErased () event of the downloads API fires when a download is erased from the browser history.
- Mozilla/Add-ons/WebExtensions/API/events/Event An object which allows the addition and removal of listeners for a Chrome event.
- Mozilla/Add-ons/WebExtensions/API/extension/onRequest Fired when a request is sent from either an extension process or a content script.
- Mozilla/Add-ons/WebExtensions/API/extension/onRequestExternal Fired when a request is sent from another extension.
- Mozilla/Add-ons/WebExtensions/API/history/onVisited Fired each time the user visits a page. A history.HistoryItem object is passed to the listener. ...
- Mozilla/Add-ons/WebExtensions/API/history/onVisitRemoved Fired when a page is removed completely from the browser history.
- Mozilla/Add-ons/WebExtensions/API/idle/onStateChanged Fired when the system changes to an active, idle or locked state. The event fires with "locked" ...
- Mozilla/Add-ons/WebExtensions/API/management/onDisabled Fired when an add-on is disabled.
- Mozilla/Add-ons/WebExtensions/API/management/onEnabled Fired when an add-on is enabled.
- Mozilla/Add-ons/WebExtensions/API/management/onInstalled Fired when an add-on is installed.
- Mozilla/Add-ons/WebExtensions/API/management/onUninstalled Fired when an add-on is uninstalled.
- Mozilla/Add-ons/WebExtensions/API/notifications/onButtonClicked Fired when the user clicks one of the notification's buttons.
- Mozilla/Add-ons/WebExtensions/API/notifications/onClicked Fired when the user clicks a notification, but not on any of the notification's buttons (for ...
- Mozilla/Add-ons/WebExtensions/API/notifications/onClosed Fired when a notification is closed, either by the system or by the user.
- Mozilla/Add-ons/WebExtensions/API/pageAction/onClicked Fired when a page action icon is clicked. This event will not fire if the page action has a popup.
- Mozilla/Add-ons/WebExtensions/API/runtime/onBrowserUpdateAvailable Fired when an update for the browser is available, but it isn't installed immediately because a ...
- Mozilla/Add-ons/WebExtensions/API/runtime/onConnect Fired when a connection is made with either an add-on process or a content script.
- Mozilla/Add-ons/WebExtensions/API/runtime/onConnectExternal Fired when a connection is made with another extension.
- Mozilla/Add-ons/WebExtensions/API/runtime/onInstalled Fired when the add-on is first installed, when the add-on is updated to a new version, and when ...
- Mozilla/Add-ons/WebExtensions/API/runtime/onMessage Fired when a message is received from either an extension process or a content script.
- Mozilla/Add-ons/WebExtensions/API/runtime/onMessageExternal Fired when a message is received from another extension/app. Cannot be used in a content script.
- Mozilla/Add-ons/WebExtensions/API/runtime/onRestartRequired Fired when an app or the device that it runs on needs to be restarted. The app should close all ...
- Mozilla/Add-ons/WebExtensions/API/runtime/onStartup Fired when a profile that has this extension installed first starts up. This event is not fired ...
- Mozilla/Add-ons/WebExtensions/API/runtime/onSuspend Sent to the event page just before it is unloaded. This gives the add-on an opportunity to do ...
- Mozilla/Add-ons/WebExtensions/API/runtime/onSuspendCanceled Sent after runtime.onSuspend to indicate that the app won't be unloaded after all.
- Mozilla/Add-ons/WebExtensions/API/runtime/onUpdateAvailable Fired when an update to the add-on is available. This event enables an add-on to delay an ...
- Mozilla/Add-ons/WebExtensions/API/storage/onChanged Fired when one or more items change.
- Mozilla/Add-ons/WebExtensions/API/tabs/onActivated Fires when the active tab in a window changes. Note that the tab's URL may not be set at the ...
- Mozilla/Add-ons/WebExtensions/API/tabs/onActiveChanged Fires when the selected tab in a window changes. Note that the tab's URL may not be set at the ...
- Mozilla/Add-ons/WebExtensions/API/tabs/onAttached Fired when a tab is attached to a window, for example because it was moved between windows.
- Mozilla/Add-ons/WebExtensions/API/tabs/onCreated Fired when a tab is created.
- Mozilla/Add-ons/WebExtensions/API/tabs/onDetached Fired when a tab is detached from a window, for example because it is being moved between windows.
- Mozilla/Add-ons/WebExtensions/API/tabs/onHighlightChanged Fired when the highlighted or selected tabs in a window changes.
- Mozilla/Add-ons/WebExtensions/API/tabs/onHighlighted Fired when the set of highlighted tabs in a window changes.
- Mozilla/Add-ons/WebExtensions/API/tabs/onMoved Fired when a tab is moved within a window.
- Mozilla/Add-ons/WebExtensions/API/tabs/onRemoved Fired when a tab is closed.
- Mozilla/Add-ons/WebExtensions/API/tabs/onReplaced Fired when a tab is replaced with another tab due to prerendering or instant.
- Mozilla/Add-ons/WebExtensions/API/tabs/onSelectionChanged Fires when the selected tab in a window changes.
- Mozilla/Add-ons/WebExtensions/API/tabs/onUpdated Fired when a tab is updated.
- Mozilla/Add-ons/WebExtensions/API/tabs/onZoomChange Fired when a tab is zoomed.
- Mozilla/Add-ons/WebExtensions/API/webNavigation/onBeforeNavigate Fired when the browser is about to start a navigation event.
- Mozilla/Add-ons/WebExtensions/API/webNavigation/onCommitted Fired when a navigation is committed. At least part of the new document has been received from ...
- Mozilla/Add-ons/WebExtensions/API/webNavigation/onCompleted Fired when a document, including the resources it refers to, is completely loaded and ...
- Mozilla/Add-ons/WebExtensions/API/webNavigation/onCreatedNavigationTarget Fired when a new window, or a new tab in an existing window, is created to host a navigation: ...
- Mozilla/Add-ons/WebExtensions/API/webNavigation/onDOMContentLoaded Fired when the DOMContentLoaded event is fired in the page. At this point the document is loaded ...
- Mozilla/Add-ons/WebExtensions/API/webNavigation/onErrorOccurred Fired when an error occurs and the navigation is aborted. This can happen if either a network ...
- Mozilla/Add-ons/WebExtensions/API/webNavigation/onHistoryStateUpdated Fired when the page used the history API to update the URL displayed in the browser's location ...
- Mozilla/Add-ons/WebExtensions/API/webNavigation/onReferenceFragmentUpdated This API is also available as browser.webNavigation.onReferenceFragmentUpdated.*.
- Mozilla/Add-ons/WebExtensions/API/webNavigation/onTabReplaced Fired when the contents of the tab is replaced by a different (usually previously pre-rendered) tab.
- Mozilla/Add-ons/WebExtensions/API/webRequest/onAuthRequired Fired when the server sends a 401 status code: that is, when the server is asking the client to ...
- Mozilla/Add-ons/WebExtensions/API/webRequest/onBeforeRedirect Fired when a server-initiated redirect is about to occur.
- Mozilla/Add-ons/WebExtensions/API/webRequest/onBeforeRequest This event is triggered when a request is about to be made, and before headers are available. ...
- Mozilla/Add-ons/WebExtensions/API/webRequest/onBeforeSendHeaders This event is triggered before sending any HTTP data, but after all HTTP headers are available. ...
- Mozilla/Add-ons/WebExtensions/API/webRequest/onCompleted Fired when a request has completed.
- Mozilla/Add-ons/WebExtensions/API/webRequest/onErrorOccurred Fired when a request could not be processed due to an error: for example, a lack of Internet ...
- Mozilla/Add-ons/WebExtensions/API/webRequest/onHeadersReceived Fired when the HTTP response headers associated with a request have been received. You can use ...
- Mozilla/Add-ons/WebExtensions/API/webRequest/onResponseStarted Fired when the first byte of the response body is received.
- Mozilla/Add-ons/WebExtensions/API/webRequest/onSendHeaders This event is fired just before sending headers. If your add-on or some other add-on modified ...
- Mozilla/Add-ons/WebExtensions/API/windows/onCreated Fired when a window is created.
- Mozilla/Add-ons/WebExtensions/API/windows/onFocusChanged Fired when the currently focused window changes. Will be windows.WINDOW_ID_NONE if all browser ...
- Mozilla/Add-ons/WebExtensions/API/windows/onRemoved Fired when a window is closed.
- Mozilla/B2G_OS/API/CallEvent The CallEvent interface of the Web Telephony API represents events related to telephone calls.
- Mozilla/B2G_OS/API/CallEvent/call The call read-only property of the CallEvent interface returns a TelephonyCall object indicating ...
- Mozilla/B2G_OS/API/Telephony/onready The onready property of the Telephony interface specifies an event listener to receive ready ...
- Web/API/BeforeInstallPromptEvent The BeforeInstallPromptEvent is fired at the Window.onbeforeinstallprompt handler before a user ...
- Web/API/ClipboardEvent The ClipboardEvent interface represents events providing information related to modification of ...
- Web/API/CompositionEvent The DOM CompositionEvent represents events that occur due to the user indirectly entering text.
- Web/API/ErrorEvent The ErrorEvent interface represents events providing information related to errors in scripts or ...
- Web/API/Event The Event interface represents any event of the DOM. It contains common properties and methods ...
- Web/API/Event/createEvent Creates a new event, which must then be initialized by calling its init() method.
- Web/API/Event/deepPath The deepPath property of the Event interface returns an Array of nodes through which the event ...
- Web/API/Event/defaultPrevented Returns a boolean indicating whether or not event.preventDefault() was called on the event.
- Web/API/Event/Event The Event() constructor creates a new Event.
- Web/API/Event/initEvent The Event.initEvent() method is used to initialize the value of an event created using ...
- Web/API/Event/isTrusted The isTrusted read-only property of the Event interface is a boolean that is true when the event ...
- Web/API/Event/preventDefault Cancels the event if it is cancelable, without stopping further propagation of the event.
- Web/API/Event/scoped The scoped property of the Event interface returns a Boolean indicating whether the given event ...
- Web/API/Event/stopImmediatePropagation Prevents other listeners of the same event from being called.
- Web/API/Event/stopPropagation Prevents further propagation of the current event in the capturing and bubbling phases.
- Web/API/Event/target A reference to the object that dispatched the event. It is different from event.currentTarget ...
- Web/API/Event/timeStamp Returns the time (in milliseconds) at which the event was created.
- Web/API/Event/type The Event.type read-only property returns a string containing the type of event. It is set when ...
- Web/API/FocusEvent The FocusEvent interface represents focus-related events like focus, blur, focusin, or focusout.
- Web/API/FocusEvent/FocusEvent The FocusEvent() constructor returns a newly created FocusEvent object with an optional ...
- Web/API/FocusEvent/relatedTarget The FocusEvent.relatedTarget read-only property represents a secondary target for this event, ...