From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../android/docs/geckoview/contributor/index.rst | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 mobile/android/docs/geckoview/contributor/index.rst (limited to 'mobile/android/docs/geckoview/contributor/index.rst') diff --git a/mobile/android/docs/geckoview/contributor/index.rst b/mobile/android/docs/geckoview/contributor/index.rst new file mode 100644 index 0000000000..f38b1c5677 --- /dev/null +++ b/mobile/android/docs/geckoview/contributor/index.rst @@ -0,0 +1,29 @@ +.. -*- Mode: rst; fill-column: 80; -*- + +========================= +Contributing to GeckoView +========================= + +.. toctree:: + :maxdepth: 1 + :glob: + :hidden: + + * + +- `Contributor Quick Start Guide `_: + Get GeckoView set up for development. +- `GeckoView for Gecko Engineers `_: A + quick-start guide for those already familiar with contributing to + Firefox development. +- `Mozilla Central Quick Start Guide `_: Get Mozilla + Central set up for development. +- `Mozilla Central Contributor Guide `_: Get + started as a contributor to Mozilla Central. +- `Guide to Native Debugging in Android Studio `_: + Set up Android Studio for debugging native code. +- `Architecture overview `_: An overview of + GeckoView's architecture. +- `Junit Test Framework `_: An overview of GeckoView's custom + Junit code. +- `apilint `_: GeckoView's linter for the API. -- cgit v1.2.3