Skip to content

Commit

Permalink
use the term API in API headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Nov 29, 2023
1 parent 0be2594 commit 5caa2b1
Show file tree
Hide file tree
Showing 45 changed files with 286 additions and 278 deletions.
6 changes: 3 additions & 3 deletions accounts.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _accounts_api:

========
accounts
========
============
accounts API
============

The accounts API first appeared in Thunderbird 66.

Expand Down
6 changes: 3 additions & 3 deletions addressBooks.provider.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _addressBooks.provider_api:

=====================
addressBooks.provider
=====================
=========================
addressBooks.provider API
=========================

The address book provider API first appeared in Thunderbird 90. It allows to add address books, which are not stored or cached by Thunderbird itself, but are handled completely by the extension. Address books created by the this API will forward all access requests to the WebExtension. Possible use cases:

Expand Down
8 changes: 4 additions & 4 deletions addressBooks.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.. _addressBooks_api:

============
addressBooks
============
================
addressBooks API
================

The :doc:`addressBooks` API, also including the :doc:`contacts` and :doc:`mailingLists` namespaces, first appeared in Thunderbird 64.
The :doc:`addressBooks`, also including the :doc:`contacts` and :doc:`mailingLists` namespaces, first appeared in Thunderbird 64.

The `Address Books`__ sample extension uses this API.

Expand Down
10 changes: 7 additions & 3 deletions browserAction.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _browserAction_api:

=============
browserAction
=============
=================
browserAction API
=================

The browserAction API first appeared in Thunderbird 64. It is very similar to Firefox's `browserAction API`__.

Expand All @@ -11,6 +11,10 @@ Many of our `sample extensions`__ use a browserAction.
__ https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/browserAction
__ https://github.com/thunderbird/sample-extensions

.. important::

This API will be replaced in Manifest v3 by the `action API <https://webextension-api.thunderbird.net/en/latest-mv3/action.html>`__.

.. role:: permission

.. role:: value
Expand Down

0 comments on commit 5caa2b1

Please sign in to comment.