diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
commit | 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 (patch) | |
tree | a4f824bd33cb075dd5aa3eb5a0a94af221bbe83a /browser/components/places/docs | |
parent | Adding debian version 124.0.1-1. (diff) | |
download | firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.tar.xz firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.zip |
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'browser/components/places/docs')
-rw-r--r-- | browser/components/places/docs/Bookmarks.rst | 6 | ||||
-rw-r--r-- | browser/components/places/docs/History.rst | 6 | ||||
-rw-r--r-- | browser/components/places/docs/architecture-overview.rst | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/browser/components/places/docs/Bookmarks.rst b/browser/components/places/docs/Bookmarks.rst index 1c830c74ef..a7db0004f3 100644 --- a/browser/components/places/docs/Bookmarks.rst +++ b/browser/components/places/docs/Bookmarks.rst @@ -1,5 +1,5 @@ -Bookmarks.jsm -============= +Bookmarks.sys.mjs +================= Asynchronous API for managing bookmarks. Bookmarks are organized in a tree structure, and include URLs, folders and separators. Multiple bookmarks for the same URL are allowed. @@ -47,4 +47,4 @@ Main functions Each successful operation is notified through the PlacesObservers :doc:`notifyObservers` interface. -Full file with actual javadoc and description of each method - `Bookmarks.jsm`_ +Full file with actual javadoc and description of each method - `Bookmarks.sys.mjs`_ diff --git a/browser/components/places/docs/History.rst b/browser/components/places/docs/History.rst index 5dbf3704dc..6eba0164e3 100644 --- a/browser/components/places/docs/History.rst +++ b/browser/components/places/docs/History.rst @@ -1,5 +1,5 @@ -History.jsm -=========== +History.sys.mjs +=============== Asynchronous API for managing history. @@ -40,4 +40,4 @@ Main functions Each successful operation is notified through the PlacesObservers :doc:`notifyObservers` interface. -Full file with actual javadoc and description of each method - `History.jsm`_ +Full file with actual javadoc and description of each method - `History.sys.mjs`_ diff --git a/browser/components/places/docs/architecture-overview.rst b/browser/components/places/docs/architecture-overview.rst index 76c93aa8b3..a7b0ac9a22 100644 --- a/browser/components/places/docs/architecture-overview.rst +++ b/browser/components/places/docs/architecture-overview.rst @@ -86,7 +86,7 @@ Most part of backend code is located in : `Toolkit/Components/Places`_: - :doc:`PlacesTransactions` - This module serves as the transactions manager for Places .. _Toolkit/Components/Places: https://searchfox.org/mozilla-central/source/toolkit/components/places - .. _PlacesUtils: https://searchfox.org/mozilla-central/source/toolkit/components/places/PlacesUtils.jsm + .. _PlacesUtils: https://searchfox.org/mozilla-central/source/toolkit/components/places/PlacesUtils.sys.mjs Storage ------- |