Dactyloidae source code mirror
  • C++ 38%
  • C 22.3%
  • JavaScript 18%
  • HTML 10.3%
  • Python 3.5%
  • Other 7.3%
Find a file
Moonchild c9e08cb2f5 Issue #2790 - Follow-up: Ensure both text and background are set.
The common issue of needing to set both foreground and background for dark
themes.
2025-09-23 15:19:43 +08:00
accessible Unprefix -moz-read-write / -moz-read-only 2025-07-04 22:27:22 +08:00
application [Pale-Moon] Issue #1972 - Follow-up: include Ci with nsIWebNavigation flag. 2024-10-11 10:31:27 +08:00
build Issue #2106 - Follow-up: Un-prefix DOM Attribute MozUserSelect 2025-07-08 10:00:32 +08:00
caps Issue #2736 - Part 13: Override page CSP for loads by expanded principals. 2025-05-14 15:48:54 +08:00
chrome Issue #1656 - Remove more vim control lines. 2023-05-04 10:46:38 +08:00
config Issue #1824 - Use elfdump on SunOS instead of readelf. 2023-11-14 15:34:12 +08:00
db No issue - Update SQLite lib to 3.50.1 and require it as syslib. 2025-06-17 09:28:43 +08:00
devtools Issue #1899 - Remove MDN docs tooltip and link code from devtools. 2025-08-14 08:11:21 +08:00
docs Update CONTRIBUTING.md 2020-10-02 17:19:58 +08:00
docshell Issue #2721 - Remove nsILinkHandler. 2025-06-17 09:25:00 +08:00
dom Issue #2837 - Implement prefers-reduced-motion media query. 2025-08-14 08:11:04 +08:00
editor Issue #2106 - Clean-up: Un-prefix -moz-user-select in Comments 2025-07-08 10:01:21 +08:00
embedding Issue #2653 - Part 1: Initial cleanup of AppId and isolated mozbrowser. 2024-11-21 21:01:27 +08:00
extensions Issue #2715 - Compute Channel Binding Hashes using the certificate signature's hash algorithm as per spec 2025-03-27 09:04:36 +08:00
gfx [gfx] Use std::size rather than hardcoding an array size 2025-09-23 15:19:12 +08:00
gradle/wrapper
hal Issue #2654 - Remove pre-allocated process manager. 2024-11-21 21:05:30 +08:00
image Issue #2258 - Part 3: Allow sniffing with XCTO:nosniff + empty MIME type. 2025-08-18 09:47:36 +08:00
intl Issue #2538 - Part 3: Bring ZWJ Awareness to ClusterReverseIterator 2024-06-28 22:05:40 +08:00
ipc Issue #2258 - Part 1: Support XCTO:nosniff when navigating. 2025-08-18 09:46:58 +08:00
js [js] Error-check pthread calls 2025-08-21 16:06:31 +08:00
layout Issue #2790 - Follow-up: Ensure both text and background are set. 2025-09-23 15:19:43 +08:00
ldap Issue #2399 - Fix LDAP on Linux. 2023-12-06 15:13:17 +08:00
mailnews Issue #2499 - Part 3: Add CSS clip overflow support with serialization fixes 2025-07-16 15:20:45 +08:00
media No Issue - MacOS fixes and updates. stroucki reported on the forum a libary not loading. This corrects the path. It still loads with the incorrect path on most systems, but fixing it anyway. https://github.com/joseluisq/macosx-sdks Update the SDK list with the SDKs available here. 2025-05-27 23:20:46 +08:00
memory No Issue - Fix building on Linux 32-bit ARM with clang. Need to have system definitions before defining the overrides. The sytem definitions have additional attributes that conflict. clang 14 that I am using also requires -fno-integrated-as for several files, but I left that out since it is probably fixed in newer versions of clang. 2025-05-27 23:21:04 +08:00
mfbt Issue #1843 - Clean up WindowsVersion.h 2025-08-14 08:35:44 +08:00
modules Issue #2837 - Implement prefers-reduced-motion media query. 2025-08-14 08:11:04 +08:00
mozglue Issue #2323 - Part 1: Add Min()/Max() methods to TimeDuration. 2023-10-03 22:03:37 +08:00
netwerk Issue #2852 - Follow-up: Add comment and fix formatting. 2025-09-23 15:19:29 +08:00
nsprpub Issue #1905 - Part 3e - Fix NSPR build on ARM. The dynamic loader had been falling through to the ancient PowerPC code without __aarch64__ #ifdef 2022-06-13 09:01:00 +08:00
other-licenses Issue #1656 - Remove more vim control lines. 2023-05-05 22:59:16 +08:00
parser Issue #2258 - Part 1: Support XCTO:nosniff when navigating. 2025-08-18 09:46:58 +08:00
probes Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
python constants.py: fix powerpc arch detection 2024-08-05 10:28:53 +08:00
rdf Issue #2402 - CSP Violation events should have the correct sample for inline contexts. https://bugzilla.mozilla.org/show_bug.cgi?id=1473587 Add preference to increase max length of CSP report source sample. https://bugzilla.mozilla.org/show_bug.cgi?id=1415352 Return valid columnNumber value in CSP violation events. https://bugzilla.mozilla.org/show_bug.cgi?id=1418246 2024-01-11 09:50:12 +08:00
security [NSS] Avoid leak in pkcs12 decoder. 2025-08-21 16:07:31 +08:00
services Issue #1656 - Remove more vim control lines. 2023-05-05 22:59:16 +08:00
startupcache Issue #21 - Remove remaining telemetry structs, callers and flags. 2022-04-28 10:33:44 +08:00
storage Issue #1656 - Remove more vim control lines. 2023-05-05 22:59:16 +08:00
taskcluster Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
testing Issue #2106 - Follow-up: Un-prefix DOM Attribute MozUserSelect 2025-07-08 10:00:32 +08:00
toolkit Issue #2258 - Part 3: Allow sniffing with XCTO:nosniff + empty MIME type. 2025-08-18 09:47:36 +08:00
tools Issue #1787 - Remove nsIAppsService, mozIApplication and mozapp data cleanup. 2024-11-21 21:09:05 +08:00
uriloader Issue #2653 - Part 1: Initial cleanup of AppId and isolated mozbrowser. 2024-11-21 21:01:27 +08:00
view [widget] Change RegisterDragDrop to be called on idle. 2023-10-26 10:52:28 +08:00
widget Bug 1875345 - Report 24 instead of 32 as the colorDepth (and pixelDepth) on Linux (assuming 8 of 32 bits are for the alpha channel). 2025-08-18 09:48:16 +08:00
xpcom [XPCOM] Add Mac-specific executable extensions 2025-06-27 23:31:20 +08:00
xpfe Issue #2653 - Part 1: Initial cleanup of AppId and isolated mozbrowser. 2024-11-21 21:01:27 +08:00
.clang-format
.clang-format-ignore
.eslintignore Issue #1053 - Part 1c: Remove references to mobile/android targets and paths 2021-01-01 09:59:58 +08:00
.eslintrc.js
.flake8
.gdbinit
.gdbinit_python
.gitattributes fix master branch build 2019-11-30 21:02:50 +08:00
.gitignore Issue #1053 - Part 1c: Remove references to mobile/android targets and paths 2021-01-01 09:59:58 +08:00
.lldbinit
.taskcluster.yml
.ycm_extra_conf.py
aclocal.m4 Issue #1905 - Part 3c - Remove iOS from the rest of the configure system. 2022-06-13 09:00:22 +08:00
Android.mk
AUTHORS Update AUTHORS 2019-02-16 00:09:39 +08:00
build.gradle
client.mk Issue #1656 - Remove more vim control lines. 2023-05-05 23:00:05 +08:00
client.py
CLOBBER Clobber for CSS flow-root implementation 2020-09-04 22:32:55 +08:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
LEGAL
LICENSE
mach
Makefile.in Issue #2065 - Part 3: Process install manifests with --track in the recursive make backend 2022-12-30 09:20:05 +08:00
moz.build Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
moz.configure Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
mozilla-config.h.in MoonchildProductions#1251 - Part 11: libpng uses C89 now to avoid buffer overflows. 2019-11-04 11:52:30 +08:00
old-configure.in No issue - Update SQLite lib to 3.50.1 and require it as syslib. 2025-06-17 09:28:43 +08:00
README.md Update README.md 2020-06-06 07:20:25 +08:00
SECURITY.md Create SECURITY.md 2020-04-18 07:01:45 +08:00
settings.gradle Issue #1053 - Part 1c: Remove references to mobile/android targets and paths 2021-01-01 09:59:58 +08:00
sourcestamp.txt
test.mozbuild

Unified XUL Platform (UXP)

This repository holds the code for a unified application platform for XUL-based applications. It is a hard fork from the Mozilla code repository (mozilla-central) with an ESR-52 fork point.

In addition to further development based on the Mozilla upstream code, and selective cherry-picking of directly-applicable patches, this repository has its own development and holds the base for a maintained platform to be used by XUL applications.

For a list of active projects making use of the Unified XUL Platform, checkout http://thereisonlyxul.org/.

Additional documentation

Additional documentation relevant to this source code can be found in the /docs directory. This will contain relevant documentation regarding contributing, using and distributing this code and its binaries.

If you are interested in the development and building side of things, some information will be available on the Pale Moon developer site. You are also always welcome to get in touch with our community on the Pale Moon forum.

A note about trademarks and branding

Although this repository is licensed under Mozilla Public License v2.0, the trademarks and brands contained herein remain the property of their respective owners. For more details, please see the notifications in the respective directories.

Foundation and maintainership

This repository has been founded by Moonchild (M.C. Straver) and is maintained by him and other community members. If you fork this repository to perform your own work on it, please consider offering improvement patches upstream to its origin to mutually improve the platform and build a future for XUL.