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.
 
 
 
 
 
 
Go to file
Basilisk-Dev 1c409dcc4e Update platform commit pointer 2 weeks ago
basilisk Issue MoonchildProductions/UXP#1451 - Support hunspell as shared library 4 weeks ago
build Use the platform's copy of config.guess 3 years ago
config No Issue - Use MOZILLA_DIR in client.mk and remove config/makefiles. 2 years ago
platform@e4eb31879f Update platform commit pointer 2 weeks ago
.gitattributes Add git stuff 3 years ago
.gitignore Update gitignore to account for someone being clever with ntfs junctions or other filesystem links ;) 3 years ago
.gitmodules Merge remote-tracking branch 'andkrau/master' 10 months ago
.ycm_extra_conf.py Add Comm Build System 3 years ago
AUTHORS Add Comm Build System 3 years ago
CODE_OF_CONDUCT.md Issue #49 - Add code of conduct 4 weeks ago
LICENSE [Docs] Minor update and correction of some LICENSE files. 3 years ago
README.md Issue #49 - Update README to point to code of conduct 4 weeks ago
aclocal.m4 Add Comm Build System 3 years ago
client.mk No Issue - Use MOZILLA_DIR in client.mk and remove config/makefiles. 2 years ago
configure.in Add Comm Build System 3 years ago
configure.py Add Comm Build System 3 years ago
mach Add executable bit to scripts 3 years ago
moz.build Add Comm Build System 3 years ago
moz.configure Nuke vim configuration lines from the front-end (no code changes) 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

Resources