Go to file
Moonchild bebfa956f6
Platform update
2024-05-01 23:00:57 +02: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 Update 7zSD for v31 2022-05-03 17:06:06 +02:00
palemoon Remove checking for FIPS mode in master password removal method. 2024-04-29 21:05:37 +02:00
platform@d90a4ea28c Platform update 2024-05-01 23:00:57 +02:00
.gitattributes Add .gitattributes 2014-06-03 13:17:43 +02:00
.gitignore Add mach-stub command to create an lzma-compressed source tarball 2022-04-02 23:05:15 +02: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 Issue #1890 - Remove busted source tarball creation code. 2022-05-07 08:31:54 -05:00
moz.build Add Comm Build System 2019-12-14 14:11:07 -05:00
moz.configure Back-end branch pointer up date (Unstable 2020-11-02) 2020-11-01 22:59:32 +00: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