зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1802961 - Generate documentation for the browser/components/migration component. r=kpatenio
Differential Revision: https://phabricator.services.mozilla.com/D163258
This commit is contained in:
Родитель
ade405818a
Коммит
bd8b0c9e3b
|
@ -0,0 +1,16 @@
|
|||
.. _components/migration:
|
||||
|
||||
=========
|
||||
Migration
|
||||
=========
|
||||
|
||||
The migration component is responsible for bringing data from outside applications running on the same computer into Firefox. This is typically done via a wizard where users can choose what types of data to migrate over.
|
||||
|
||||
The migrator is also used during a "Profile Refresh" to pave over a newly created Firefox profile with some data from an older one.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
migration-utils
|
||||
migrators
|
||||
migration-wizard
|
|
@ -0,0 +1,5 @@
|
|||
========================
|
||||
MigrationUtils Reference
|
||||
========================
|
||||
.. js:autoclass:: MigrationUtils
|
||||
:members:
|
|
@ -0,0 +1,13 @@
|
|||
==========================
|
||||
Migration Wizard Reference
|
||||
==========================
|
||||
|
||||
MigrationWizardParent class
|
||||
===========================
|
||||
.. js:autoclass:: MigrationWizardParent
|
||||
:members:
|
||||
|
||||
MigrationWizardChild class
|
||||
==========================
|
||||
.. js:autoclass:: MigrationWizardChild
|
||||
:members:
|
|
@ -0,0 +1,88 @@
|
|||
===================
|
||||
Migrators Reference
|
||||
===================
|
||||
|
||||
MigratorBase class
|
||||
------------------
|
||||
.. js:autoclass:: MigratorBase
|
||||
:members:
|
||||
|
||||
Chrome and Chrome variant migrators
|
||||
-----------------------------------
|
||||
|
||||
The ``ChromeProfileMigrator`` is subclassed ino order to provide migration capabilities for variants of the Chrome browser.
|
||||
|
||||
ChromeProfileMigrator class
|
||||
===========================
|
||||
.. js:autoclass:: ChromeProfileMigrator
|
||||
:members:
|
||||
|
||||
BraveProfileMigrator class
|
||||
==========================
|
||||
.. js:autoclass:: BraveProfileMigrator
|
||||
:members:
|
||||
|
||||
CanaryProfileMigrator class
|
||||
===========================
|
||||
.. js:autoclass:: CanaryProfileMigrator
|
||||
:members:
|
||||
|
||||
ChromeBetaMigrator class
|
||||
========================
|
||||
.. js:autoclass:: ChromeBetaMigrator
|
||||
:members:
|
||||
|
||||
ChromeDevMigrator class
|
||||
=======================
|
||||
.. js:autoclass:: ChromeDevMigrator
|
||||
:members:
|
||||
|
||||
Chromium360seMigrator class
|
||||
===========================
|
||||
.. js:autoclass:: Chromium360seMigrator
|
||||
:members:
|
||||
|
||||
ChromiumEdgeMigrator class
|
||||
==========================
|
||||
.. js:autoclass:: ChromiumEdgeMigrator
|
||||
:members:
|
||||
|
||||
ChromiumEdgeBetaMigrator class
|
||||
==============================
|
||||
.. js:autoclass:: ChromiumEdgeBetaMigrator
|
||||
:members:
|
||||
|
||||
ChromiumProfileMigrator class
|
||||
=============================
|
||||
.. js:autoclass:: ChromiumProfileMigrator
|
||||
:members:
|
||||
|
||||
OperaProfileMigrator class
|
||||
==========================
|
||||
.. js:autoclass:: OperaProfileMigrator
|
||||
:members:
|
||||
|
||||
OperaGXProfileMigrator class
|
||||
==========================
|
||||
.. js:autoclass:: OperaGXProfileMigrator
|
||||
:members:
|
||||
|
||||
VivaldiProfileMigrator class
|
||||
============================
|
||||
.. js:autoclass:: VivaldiProfileMigrator
|
||||
:members:
|
||||
|
||||
EdgeProfileMigrator class
|
||||
-------------------------
|
||||
.. js:autoclass:: EdgeProfileMigrator
|
||||
:members:
|
||||
|
||||
FirefoxProfileMigrator class
|
||||
----------------------------
|
||||
.. js:autoclass:: FirefoxProfileMigrator
|
||||
:members:
|
||||
|
||||
IEProfileMigrator class
|
||||
-----------------------
|
||||
.. js:autoclass:: IEProfileMigrator
|
||||
:members:
|
|
@ -10,6 +10,8 @@ MARIONETTE_UNIT_MANIFESTS += ["tests/marionette/manifest.ini"]
|
|||
|
||||
MOCHITEST_CHROME_MANIFESTS += ["tests/chrome/chrome.ini"]
|
||||
|
||||
SPHINX_TREES["docs"] = "docs"
|
||||
|
||||
JAR_MANIFESTS += ["jar.mn"]
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
|
|
|
@ -17,6 +17,7 @@ This is the nascent documentation of the Firefox front-end code.
|
|||
installer/windows/installer/index
|
||||
components/attribution/docs/index
|
||||
/toolkit/mozapps/defaultagent/default-browser-agent/index
|
||||
components/migration/docs/index
|
||||
components/pagedata/docs/index
|
||||
places/index
|
||||
components/newtab/content-src/asrouter/docs/index
|
||||
|
|
|
@ -53,6 +53,7 @@ extensions = [
|
|||
# tree-wide (the default) will not work currently.
|
||||
js_source_path = [
|
||||
"../browser/components/extensions",
|
||||
"../browser/components/migration",
|
||||
"../browser/components/uitour",
|
||||
"../browser/components/urlbar",
|
||||
"../remote/marionette",
|
||||
|
|
Загрузка…
Ссылка в новой задаче