rfk / reference-browser

A full-featured browser reference implementation using Mozilla Android Components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reference Browser

Task Status

A full-featured browser reference implementation using Mozilla Android Components.

Getting Involved

We encourage you to participate in this open source project. We love pull requests, bug reports, ideas, (security) code reviews or any kind of positive contribution.

Before you attempt to make a contribution please read the Community Participation Guidelines.

Build variants

The reference browser has two product flavor dimensions:

  • engine: The web rendering engine used by the app:
    • geckoNightly (GeckoView Nightly channel)
    • geckoBeta (GeckoView Beta channel)
    • system (Android WebView)
  • abi: The processor architecture. For GeckoView-based builds we support different processor architectures. WebView builds just support the "universal" flavor.
    • arm
    • x86
    • universal

License

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/

About

A full-featured browser reference implementation using Mozilla Android Components.

License:Mozilla Public License 2.0


Languages

Language:Kotlin 100.0%