Skip to content
This repository has been archived by the owner on Jul 18, 2018. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 498 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 498 Bytes

This is an experimental, B2G-independent reimplementation of Graphene on Gecko.

git clone https://github.com/mykmelez/graphene-gecko.git
cd graphene-gecko

# If you don't already have the Mozilla build toolchain:
./python/mozboot/bin/bootstrap.py --no-interactive --application-choice=browser

./mach build
./mach run https://mykmelez.github.io/browserhtml/

Note that the following pref must be set for Browser API.

user_pref("dom.mozBrowserFramesEnabledForContent", true);