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