mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1926284 - Ride along: fix other fenix links r=android-reviewers,geckoview-reviewers,tthibaud,owlish DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D226494
This commit is contained in:
parent
db67f69655
commit
7f19f07519
@ -8,7 +8,7 @@ devices, and audiences:
|
|||||||
mobile browser is split into several different artifact layers:
|
mobile browser is split into several different artifact layers:
|
||||||
|
|
||||||
- `The fenix Android application </mobile/android/fenix.html>`_
|
- `The fenix Android application </mobile/android/fenix.html>`_
|
||||||
- `The android-components Android library <https://github.com/mozilla-mobile/firefox-android/tree/main/android-components>`_
|
- `The android-components Android library <https://searchfox.org/mozilla-central/source/mobile/android/android-components>`_
|
||||||
- `The GeckoView platform </mobile/android/geckoview>`_
|
- `The GeckoView platform </mobile/android/geckoview>`_
|
||||||
|
|
||||||
- `Firefox for iOS <https://github.com/mozilla-mobile/firefox-ios>`_,
|
- `Firefox for iOS <https://github.com/mozilla-mobile/firefox-ios>`_,
|
||||||
@ -16,7 +16,7 @@ devices, and audiences:
|
|||||||
- Building **Firefox Focus**, our privacy-focused browser for
|
- Building **Firefox Focus**, our privacy-focused browser for
|
||||||
|
|
||||||
- `iOS <https://github.com/mozilla-mobile/focus-ios>`_
|
- `iOS <https://github.com/mozilla-mobile/focus-ios>`_
|
||||||
- `Android <https://github.com/mozilla-mobile/firefox-android/tree/main/focus-android>`_. This browser
|
- `Android <https://searchfox.org/mozilla-central/source/mobile/android/focus-android>`_. This browser
|
||||||
also uses the android-components library and GeckoView platform, like Firefox for Android
|
also uses the android-components library and GeckoView platform, like Firefox for Android
|
||||||
|
|
||||||
For both Desktop and Mobile development, please bear the following in
|
For both Desktop and Mobile development, please bear the following in
|
||||||
|
@ -27,8 +27,7 @@ products which are released through what is commonly referred to as
|
|||||||
|
|
||||||
`Firefox Nightly <https://whattrainisitnow.com/release/?version=nightly>`__ offers access to the latest cutting edge features
|
`Firefox Nightly <https://whattrainisitnow.com/release/?version=nightly>`__ offers access to the latest cutting edge features
|
||||||
still under active development. Released every 12 hours with all the
|
still under active development. Released every 12 hours with all the
|
||||||
changes that have :ref:`landed <landing>` on mozilla-central for Desktop and on
|
changes that have :ref:`landed <landing>` on mozilla-central for Desktop and Android.
|
||||||
`main in firefox-android <https://github.com/mozilla-mobile/firefox-android/tree/main>`__ for Android.
|
|
||||||
|
|
||||||
Every `4 weeks <https://whattrainisitnow.com/calendar/>`__, we
|
Every `4 weeks <https://whattrainisitnow.com/calendar/>`__, we
|
||||||
:ref:`merge <merge>` the code from mozilla-central to our
|
:ref:`merge <merge>` the code from mozilla-central to our
|
||||||
|
@ -26,7 +26,7 @@ served by our general bootstrapping guide. If you are looking to
|
|||||||
contribute to front-end development of one of Mozilla’s Android
|
contribute to front-end development of one of Mozilla’s Android
|
||||||
browsers, you’re likely better off starting with their codebase and
|
browsers, you’re likely better off starting with their codebase and
|
||||||
returning here only if actual GeckoView changes are needed. See, for
|
returning here only if actual GeckoView changes are needed. See, for
|
||||||
example, `Fenix’s GitHub <https://github.com/mozilla-mobile/firefox-android/tree/main/fenix>`_.
|
example, `Fenix on Mozilla Central <https://searchfox.org/mozilla-central/source/mobile/android/fenix>`_.
|
||||||
|
|
||||||
What to do if this guide contains bugs or leads you astray: The quickest
|
What to do if this guide contains bugs or leads you astray: The quickest
|
||||||
way to get a response is to ask generally on #gv on Mozilla Slack;
|
way to get a response is to ask generally on #gv on Mozilla Slack;
|
||||||
|
@ -12,7 +12,7 @@ For mobile projects, Raptor tests are on the following repositories:
|
|||||||
|
|
||||||
**Fenix**:
|
**Fenix**:
|
||||||
|
|
||||||
- Repository: `Github <https://github.com/mozilla-mobile/fenix/>`__
|
- Repository: `Mozilla Central <https://searchfox.org/mozilla-central/source/mobile/android/fenix>`__
|
||||||
- Tests results: `Treeherder view <https://treeherder.mozilla.org/#/jobs?repo=fenix>`__
|
- Tests results: `Treeherder view <https://treeherder.mozilla.org/#/jobs?repo=fenix>`__
|
||||||
- Schedule: Every 24 hours `Taskcluster force hook <https://tools.taskcluster.net/hooks/project-releng/cron-task-mozilla-mobile-fenix%2Fraptor>`_
|
- Schedule: Every 24 hours `Taskcluster force hook <https://tools.taskcluster.net/hooks/project-releng/cron-task-mozilla-mobile-fenix%2Fraptor>`_
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ For mobile projects, Raptor tests are on the following repositories:
|
|||||||
|
|
||||||
**Fenix**:
|
**Fenix**:
|
||||||
|
|
||||||
- Repository: `Github <https://github.com/mozilla-mobile/fenix/>`__
|
- Repository: `Mozilla Central <https://searchfox.org/mozilla-central/source/mobile/android/fenix>`__
|
||||||
- Tests results: `Treeherder view <https://treeherder.mozilla.org/#/jobs?repo=fenix>`__
|
- Tests results: `Treeherder view <https://treeherder.mozilla.org/#/jobs?repo=fenix>`__
|
||||||
- Schedule: Every 24 hours `Taskcluster force hook <https://tools.taskcluster.net/hooks/project-releng/cron-task-mozilla-mobile-fenix%2Fraptor>`_
|
- Schedule: Every 24 hours `Taskcluster force hook <https://tools.taskcluster.net/hooks/project-releng/cron-task-mozilla-mobile-fenix%2Fraptor>`_
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@ Considerations for all changes
|
|||||||
|
|
||||||
- To the :ref:`in-tree docs <Telemetry>`?
|
- To the :ref:`in-tree docs <Telemetry>`?
|
||||||
- To the `firefox-data-docs <https://docs.telemetry.mozilla.org/>`_ (`repository <https://github.com/mozilla/firefox-data-docs>`_)?
|
- To the `firefox-data-docs <https://docs.telemetry.mozilla.org/>`_ (`repository <https://github.com/mozilla/firefox-data-docs>`_)?
|
||||||
- To the `glean documentation <https://github.com/mozilla-mobile/android-components/tree/master/components/service/glean>`_?
|
- To the `glean documentation <https://mozilla.github.io/glean/dev/>`_?
|
||||||
|
|
||||||
- Following up:
|
- Following up:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user