Fork to fix
转到文件
Ben Fenner 61f3c7277e
Issue #1875 - Rebrand Help menu item URI from FF to PM.
2021-07-28 10:19:12 +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 Issue #1875 - Rebrand Help menu item URI from FF to PM. 2021-07-28 10:19:12 +00:00
platform@74989fb284 New cycle. 2021-07-18 17:06:11 +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 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