4 Various modules provide shared utilities to the other components:
6 `UrlbarPrefs.sys.mjs <https://searchfox.org/mozilla-central/source/browser/components/urlbar/UrlbarPrefs.sys.mjs>`_
7 -------------------------------------------------------------------------------------------------------------------
9 Implements a Map-like storage or urlbar related preferences. The values are kept
14 // Always use browser.urlbar. relative branch, except for the preferences in
15 // PREF_OTHER_DEFAULTS.
16 UrlbarPrefs.get("delay"); // Gets value of browser.urlbar.delay.
20 Newly added preferences should always be properly documented in UrlbarPrefs.
22 `UrlbarUtils.sys.mjs <https://searchfox.org/mozilla-central/source/browser/components/urlbar/UrlbarUtils.sys.mjs>`_
23 -------------------------------------------------------------------------------------------------------------------
25 Includes shared utils and constants shared across all the components.