blob: f38b1c567706e411fb244ebf014050f21264e253 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
.. -*- Mode: rst; fill-column: 80; -*-
=========================
Contributing to GeckoView
=========================
.. toctree::
:maxdepth: 1
:glob:
:hidden:
*
- `Contributor Quick Start Guide <geckoview-quick-start.html>`_:
Get GeckoView set up for development.
- `GeckoView for Gecko Engineers <for-gecko-engineers.html>`_: A
quick-start guide for those already familiar with contributing to
Firefox development.
- `Mozilla Central Quick Start Guide <mc-quick-start.html>`_: Get Mozilla
Central set up for development.
- `Mozilla Central Contributor Guide <contributing-to-mc.html>`_: Get
started as a contributor to Mozilla Central.
- `Guide to Native Debugging in Android Studio <native-debugging.html>`_:
Set up Android Studio for debugging native code.
- `Architecture overview <geckoview-architecture.html>`_: An overview of
GeckoView's architecture.
- `Junit Test Framework <junit.html>`_: An overview of GeckoView's custom
Junit code.
- `apilint <apilint.html>`_: GeckoView's linter for the API.
|