Go to file
andkrau 812d2fac41 Merge pull request 'Revert changes preventing building on MacOS' (#1) from dbsoft/Basilisk:master into master
Reviewed-on: #1
2022-06-08 00:50:50 +00:00
basilisk Revert "No Issue - Always build with bundled fonts" 2022-06-04 14:17:43 -05:00
build Use the platform's copy of config.guess 2020-02-05 11:42:10 -05:00
config No Issue - Use MOZILLA_DIR in client.mk and remove config/makefiles. 2021-10-21 19:44:27 -05:00
platform@8760ce023c Add UXP submodule 2022-05-13 12:21:07 -05:00
.gitattributes Add git stuff 2019-12-16 13:29:42 -05:00
.gitignore Update gitignore to account for someone being clever with ntfs junctions or other filesystem links ;) 2019-12-16 14:22:42 -05:00
.gitmodules Add UXP submodule 2022-05-13 12:21:07 -05: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
LICENSE [Docs] Minor update and correction of some LICENSE files. 2020-02-26 19:24:30 +01:00
README.md update link to new repo 2020-12-26 17:06:13 +00: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

Resources