This repository has been archived on 2021-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Moonchild f94c0da677
Back-end branch pointer update
2021-07-16 13:49:22 +00:00
basilisk Issue MoonchildProductions/UXP#1793 - Override the global style for Windows 10 that adds a bottom border to the toolbox widget 2021-07-12 13:09:00 -04:00
build Use the platform's copy of config.guess 2020-02-05 11:42:10 -05:00
config Add Comm Build System 2019-12-16 13:30:48 -05:00
platform@c198ef11b9 Back-end branch pointer update 2021-07-16 13:49:22 +00: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 Update submodule location 2020-10-23 14:56:16 +00: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 Issue MoonchildProductions/UXP#1577 - Update client.mk to be more consistent with the original platform version 2020-06-10 00:00:53 -04: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