You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
basilisk | 4 weeks ago | |
build | 3 years ago | |
config | 2 years ago | |
platform@e4eb31879f | 2 weeks ago | |
.gitattributes | 3 years ago | |
.gitignore | 3 years ago | |
.gitmodules | 10 months ago | |
.ycm_extra_conf.py | 3 years ago | |
AUTHORS | 3 years ago | |
CODE_OF_CONDUCT.md | 4 weeks ago | |
LICENSE | 3 years ago | |
README.md | 4 weeks ago | |
aclocal.m4 | 3 years ago | |
client.mk | 2 years ago | |
configure.in | 3 years ago | |
configure.py | 3 years ago | |
mach | 3 years ago | |
moz.build | 3 years ago | |
moz.configure | 3 years ago |
README.md
Basilisk web browser
This is the source code for the Basilisk web browser, an independent browser derived from Firefox/Mozilla community code. The source tree is laid out in a "comm-central" style configuration where only the code specific to Basilisk is kept in this repository.
The shared Unified XUL Platform source code is referenced here as a git submodule contained in the platform/
directory and is required to build the application.
Getting the platform sub-module
git submodule init && git submodule update