Skip to content

dbsoft/White-Star

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Code

White Star web browser

This is the source code for the White Star 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 White Star 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