29 lines
1.1 KiB
ReStructuredText
29 lines
1.1 KiB
ReStructuredText
.. -*- 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
|
|
IceCat development.
|
|
- `IceCat Contributor Guide <contributing-to-icecat.html>`_: Get
|
|
started as a contributor to IceCat.
|
|
- `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.
|
|
- `Translations: Toolkit to Fenix <translations-toolkit-to-fenix.html>`_: Creating
|
|
a new Android feature using existing JavaScript toolkit code
|