diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
commit | d8bbc7858622b6d9c278469aab701ca0b609cddf (patch) | |
tree | eff41dc61d9f714852212739e6b3738b82a2af87 /docs/contributing | |
parent | Releasing progress-linux version 125.0.3-1~progress7.99u1. (diff) | |
download | firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip |
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/contributing')
-rw-r--r-- | docs/contributing/contribution_quickref.rst | 14 | ||||
-rw-r--r-- | docs/contributing/reviews.rst | 3 |
2 files changed, 16 insertions, 1 deletions
diff --git a/docs/contributing/contribution_quickref.rst b/docs/contributing/contribution_quickref.rst index 981198e566..f6f80e0cdf 100644 --- a/docs/contributing/contribution_quickref.rst +++ b/docs/contributing/contribution_quickref.rst @@ -42,7 +42,7 @@ You can download the source code and have Firefox automatically download and ins Downloading can take from 40 minutes to two hours (depending on your connection) and the repository should be less than 5GB (~ 20GB after the build). -The default options are recommended. +The **default options are recommended**. If you're not planning to write C++ or Rust code, select :ref:`Artifact Mode <Understanding Artifact Builds>` and follow the instructions at the end of the bootstrap for creating a mozconfig file. @@ -69,6 +69,16 @@ To Setup Firefox On macOS and Linux More information on :ref:`building Firefox for Linux <Building Firefox On Linux>` and :ref:`building Firefox for MacOS <Building Firefox On MacOS>`. +To Setup Firefox for Android +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +.. code-block:: shell + + $ curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O + $ python3 bootstrap.py + +More information on :ref:`building Firefox for Android <fenix-contributor-guide>` + To set up your editor --------------------- @@ -399,6 +409,8 @@ GeckoView setup and contribution docs live in `geckoview.dev <https://geckoview. More documentation about contribution ------------------------------------- +:ref:`How to Contribute Code to Firefox` + :ref:`Contributing to Mozilla projects` https://mozilla-version-control-tools.readthedocs.io/en/latest/devguide/contributing.html diff --git a/docs/contributing/reviews.rst b/docs/contributing/reviews.rst index 8cd968ced3..386872819c 100644 --- a/docs/contributing/reviews.rst +++ b/docs/contributing/reviews.rst @@ -68,6 +68,9 @@ Review groups * - #firefox-svg-reviewers - SVG-related changes - `Member list <https://phabricator.services.mozilla.com/project/members/97/>`__ + * - #frontend-codestyle-reviewers + - Changes to ESLint, Prettier or Stylelint configurations. + - `Member list <https://phabricator.services.mozilla.com/project/members/208/>`__ * - #android-reviewers - Changes to Fenix, Focus and Android Components. - `Member list <https://phabricator.services.mozilla.com/project/members/200/>`__ |