Skip to content

Commit

Permalink
include info about user input status (bug 1654102)
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Feb 23, 2021
1 parent e9b9ab6 commit eeb2067
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion browserAction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ onClicked(tab, [info])

.. api-section-annotation-hack::

Fired when a toolbar action icon is clicked. This event will not fire if the toolbar action has a popup.
Fired when a toolbar action icon is clicked. This event will not fire if the toolbar action has a popup. This is a user input event handler. For asynchronous listeners some `restrictions <https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/User_actions>`__ apply.

.. api-header::
:label: Parameters for event listeners
Expand Down
2 changes: 1 addition & 1 deletion commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ onCommand(command)

.. api-section-annotation-hack::

Fired when a registered command is activated using a keyboard shortcut.
Fired when a registered command is activated using a keyboard shortcut. This is a user input event handler. For asynchronous listeners some `restrictions <https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/User_actions>`__ apply.

.. api-header::
:label: Parameters for event listeners
Expand Down
2 changes: 1 addition & 1 deletion compose.rst
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ onBeforeSend(tab, details)

.. api-section-annotation-hack:: -- [Added in TB 74]

Fired when a message is about to be sent from the compose window.
Fired when a message is about to be sent from the compose window. This is a user input event handler. For asynchronous listeners some `restrictions <https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/User_actions>`__ apply.

.. api-header::
:label: Parameters for event listeners
Expand Down
2 changes: 1 addition & 1 deletion composeAction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ onClicked(tab, [info])

.. api-section-annotation-hack::

Fired when a toolbar action icon is clicked. This event will not fire if the toolbar action has a popup.
Fired when a toolbar action icon is clicked. This event will not fire if the toolbar action has a popup. This is a user input event handler. For asynchronous listeners some `restrictions <https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/User_actions>`__ apply.

.. api-header::
:label: Parameters for event listeners
Expand Down
2 changes: 1 addition & 1 deletion messageDisplayAction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ onClicked(tab, [info])

.. api-section-annotation-hack::

Fired when a toolbar action icon is clicked. This event will not fire if the toolbar action has a popup.
Fired when a toolbar action icon is clicked. This event will not fire if the toolbar action has a popup. This is a user input event handler. For asynchronous listeners some `restrictions <https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/User_actions>`__ apply.

.. api-header::
:label: Parameters for event listeners
Expand Down

0 comments on commit eeb2067

Please sign in to comment.