1
1
Fork 0
Datei suchen
Moonchild 85f7050a74
Graft updated protected branding assets.
2020-10-24 11:10:40 +00:00
build Use the platform's copy of config.guess 2020-02-05 11:41:45 -05:00
config Add Comm Build System 2019-12-14 14:11:07 -05:00
other-licenses/7zstub/palemoon [Installer] Update the 7-zip stub binary. 2020-02-04 00:11:06 +01:00
palemoon Graft updated protected branding assets. 2020-10-24 11:10:40 +00:00
platform@e1db27e199 Graft updated protected branding assets. 2020-10-24 11:10:40 +00:00
.gitattributes Add .gitattributes 2014-06-03 13:17:43 +02:00
.gitignore Update gitignore to account for someone being clever with ntfs junctions or other filesystem links ;) 2019-12-16 14:21:15 -05:00
.gitmodules Update submodule location 2020-10-23 14:55:31 +00:00
.ycm_extra_conf.py Add Comm Build System 2019-12-14 14:11:07 -05:00
AUTHORS Base import of Tycho code (warning: huge commit) 2016-09-01 13:39:08 +02:00
LICENSE Update LICENSE with proper URL 2015-12-03 05:05:57 +01:00
README.md Update 'README.md' 2020-10-23 16:16:18 +00:00
aclocal.m4 Add Comm Build System 2019-12-14 14:11:07 -05:00
client.mk Issue MoonchildProductions/UXP#1577 - Fix configure generation 2020-06-10 00:04:02 -04:00
configure.in Add Comm Build System 2019-12-14 14:11:07 -05:00
configure.py Add Comm Build System 2019-12-14 14:11:07 -05:00
mach Add a mach stub 2019-12-14 14:25:07 -05:00
moz.build Add Comm Build System 2019-12-14 14:11:07 -05:00
moz.configure Add Comm Build System 2019-12-14 14:11:07 -05:00

README.md

Pale Moon web browser

This is the source code for the Pale Moon 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 Pale Moon 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