mirror of
https://repo.palemoon.org/MoonchildProductions/Pale-Moon
synced 2026-03-06 10:54:39 +00:00
No description
| build | ||
| config | ||
| other-licenses/7zstub/palemoon | ||
| palemoon | ||
| platform@30b01396b4 | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| .ycm_extra_conf.py | ||
| aclocal.m4 | ||
| AUTHORS | ||
| client.mk | ||
| configure.in | ||
| configure.py | ||
| LICENSE | ||
| mach | ||
| moz.build | ||
| moz.configure | ||
| 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