No description
  • JavaScript 69.5%
  • CSS 14.9%
  • Python 4.3%
  • HTML 3.4%
  • NSIS 3.1%
  • Other 4.7%
Find a file
2026-07-03 10:18:54 +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 Bump version for new milestone 2026-07-03 10:18:54 +02:00
platform@27c579652a Platform update 2026-06-24 11:49:45 +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
aclocal.m4 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
client.mk Issue MoonchildProductions/UXP#2974 - Don't invoke Python 2. 2026-03-25 20:57:25 -05:00
configure.in Issue MoonchildProductions/UXP#2974 - Don't invoke Python 2. 2026-03-25 20:57:25 -05:00
configure.py Issue MoonchildProductions/UXP#2974 - Python 3 support for Pale Moon. 2026-03-25 12:01:00 -05:00
LICENSE Update LICENSE to fix broken toolkit reference. 2026-05-21 18:03:22 +02: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 Update 'README.md' 2020-10-23 16:16:18 +00:00
TRADEMARK Issue #2019 - Add trademark notice to the tree. 2026-06-19 08:38:39 +02:00

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