.eslintrc.js |
|
429 |
about |
|
|
aboutlogins |
|
|
aboutwelcome |
|
|
AccountsGlue.sys.mjs |
Manages Mozilla Account and Sync related functionality
needed at startup. It mainly handles various account-related events and notifications.
This module was sliced off of BrowserGlue and designed to centralize
account-related events/notifications to prevent crowding BrowserGlue
|
15141 |
asrouter |
|
|
attribution |
|
|
backup |
|
|
BrowserComponents.manifest |
|
6398 |
BrowserContentHandler.sys.mjs |
Determines whether a home page override is needed.
@param {boolean} [updateMilestones=true]
True if we should update the milestone prefs after comparing those prefs
with the current platform version and build ID.
If updateMilestones is false, then this function has no side-effects.
@returns {number}
One of the following constants:
OVERRIDE_NEW_PROFILE
if this is the first run with a new profile.
OVERRIDE_NEW_MSTONE
if this is the first run with a build with a different Gecko milestone
(i.e. right after an upgrade).
OVERRIDE_NEW_BUILD_ID
if this is the first run with a new build ID of the same Gecko
milestone (i.e. after a nightly upgrade).
OVERRIDE_NONE
otherwise.
|
57593 |
BrowserGlue.sys.mjs |
|
79666 |
build |
|
|
components.conf |
|
3055 |
contentanalysis |
|
|
contextualidentity |
|
|
controlcenter |
|
|
customizableui |
|
|
DefaultBrowserCheck.sys.mjs |
Don't break if Telemetry is acting up. |
7480 |
DesktopActorRegistry.sys.mjs |
Fission-compatible JSProcess implementations.
Each actor options object takes the form of a ProcessActorOptions dictionary.
Detailed documentation of these options is in dom/docs/ipc/jsactors.rst,
available at http://firefox-source-docs.mozilla.org/dom/ipc/jsactors.html
|
22513 |
distribution.sys.mjs |
|
19348 |
downloads |
|
|
enterprisepolicies |
|
|
extensions |
|
|
firefoxview |
|
|
genai |
|
|
installerprefs |
|
|
messagepreview |
|
|
metrics.yaml |
|
34668 |
migration |
|
|
moz.build |
|
2973 |
newtab |
|
|
nsIBrowserHandler.idl |
Extract the width and height specified on the command line, if present.
@return A feature string with a prepended comma, e.g. ",width=500,height=400"
|
799 |
originattributes |
|
|
pagedata |
|
|
permissions |
|
|
places |
|
|
pocket |
|
|
preferences |
|
|
privatebrowsing |
|
|
ProfileDataUpgrader.sys.mjs |
This method transforms data in the profile directory so that it can be
used in the current version of Firefox. It is organized similar to
typical database version upgrades: we are invoked with the version of the
profile data on disk (`existingDataVersion`) and the version we expect/need
(`newVersion`), and execute any necessary migrations.
In practice, most of the migrations move user choices from one preference
to another, or ensure that other mechanical file moves (e.g. of document
URLs like browser.xhtml).
If you're adding a new migration, you will need to increment
APP_DATA_VERSION in BrowserGlue.sys.mjs' _migrateUI. That version is not
in this module so that we can avoid loading this module entirely in common
cases (Firefox startups where a profile is not upgraded).
Note that this is invoked very early on startup and should try to avoid
doing very expensive things immediately unless absolutely necessary. Some
of the migrations will therefore set a pref or otherwise flag that their
component needs to do more work later, perhaps during idle tasks or
similar, to avoid front-loading the component initialization into this
early part of startup. Of course, some of these migrations (e.g. to ensure
that browser windows remember their sizes if the URL to browser.xhtml has
changed) _need_ to run very early, and that is OK.
@param {integer} existingDataVersion
The version of the data in the profile.
@param {integer} newVersion
The version that the application expects/needs.
|
34103 |
profiles |
|
|
prompts |
|
|
protections |
|
|
protocolhandler |
|
|
reportbrokensite |
|
|
resistfingerprinting |
|
|
safebrowsing |
|
|
screenshots |
|
|
search |
|
|
sessionstore |
|
|
shell |
|
|
shopping |
|
|
sidebar |
|
|
StartupRecorder.sys.mjs |
The StartupRecorder component observes notifications at various stages of
startup and records the set of JS modules that were already loaded at
each of these points.
The records are meant to be used by startup tests in
browser/base/content/test/performance
This component only exists in nightly and debug builds, it doesn't ship in
our release builds.
|
7879 |
StartupTelemetry.sys.mjs |
Used to collect various bits of telemetry during browser startup.
|
17041 |
storybook |
|
|
syncedtabs |
|
|
tabbrowser |
|
|
tabunloader |
|
|
taskbartabs |
|
|
tests |
|
|
textrecognition |
|
|
topsites |
|
|
touchbar |
|
|
translations |
|
|
uitour |
|
|
urlbar |
|
|