Go to file
Basilisk-Dev 4ea4e2fcf8 update platform commit pointer 2024-04-16 10:37:20 -04:00
.github/workflows fix issue in aarch64 action 2024-03-10 16:06:13 -04:00
basilisk Make about dialog show correct build version as specified in mozconfig 2024-04-16 10:37:03 -04:00
build Use the platform's copy of config.guess 2020-02-05 11:42:10 -05:00
build-scripts/linux remove unused ls that was added when debugging 2024-02-03 15:20:07 -05:00
config No Issue - Use MOZILLA_DIR in client.mk and remove config/makefiles. 2021-10-21 19:44:27 -05:00
mozconfigs add gtk2 aarch64 mozconfig 2024-03-10 15:56:40 -04:00
patches Add patch to create a disable goanna slice pref 2023-10-13 08:43:34 -04:00
platform@0f8e267fd1 update platform commit pointer 2024-04-16 10:37:20 -04:00
.gitattributes Add git stuff 2019-12-16 13:29:42 -05:00
.gitignore Update gitignore 2024-03-10 15:21:14 -04:00
.gitmodules Merge remote-tracking branch 'andkrau/master' 2022-07-29 23:22:37 -04:00
.ycm_extra_conf.py Add Comm Build System 2019-12-16 13:30:48 -05:00
AUTHORS Add Comm Build System 2019-12-16 13:30:48 -05:00
CODE_OF_CONDUCT.md Issue #49 - Add code of conduct 2023-04-30 16:52:14 -04:00
LICENSE [Docs] Minor update and correction of some LICENSE files. 2020-02-26 19:24:30 +01:00
README.md Update readme 2023-08-23 23:01:24 -04:00
aclocal.m4 Add Comm Build System 2019-12-16 13:30:48 -05:00
client.mk No Issue - Use MOZILLA_DIR in client.mk and remove config/makefiles. 2021-10-21 19:44:27 -05:00
configure.in Add Comm Build System 2019-12-16 13:30:48 -05:00
configure.py Add Comm Build System 2019-12-16 13:30:48 -05:00
mach Add executable bit to scripts 2019-12-16 13:47:48 -05:00
moz.build Add Comm Build System 2019-12-16 13:30:48 -05:00
moz.configure Nuke vim configuration lines from the front-end (no code changes) 2020-10-28 12:07:42 +00:00

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

Documentation

See the Basilisk Wiki for information regarding building Basilisk.

Resources