Dactyloidae source code mirror
  • C++ 38%
  • C 22.3%
  • JavaScript 18%
  • HTML 10.3%
  • Python 3.5%
  • Other 7.3%
Find a file
Moonchild efa2f805fe [netwerk] Make nsIncrementalStreamLoader's GetNumBytesRead threadsafe.
This prevents a potential race and simplifies the code a bit by keeping the
bytes read separate instead of using mData, which is modified from another
thread from OnDataAvailable.
Relaxed atomics are fine for these, since they don't guard any memory.
2020-10-30 09:08:13 +08:00
accessible Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
application [Basilisk] Issue #23 - Enable per-monitor DPI v2 in Basilisk 2020-10-09 21:11:22 +08:00
build Issue #1656 - Part 8: Devtools and misc. 2020-09-25 22:06:55 +08:00
caps Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
chrome Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
config Issue #1656 - Part 8: Devtools and misc. 2020-09-25 22:06:55 +08:00
db Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
devtools Issue #1668 - Part 1: Implement support for caret-color property. 2020-10-23 10:05:51 +08:00
docs Update CONTRIBUTING.md 2020-10-02 17:19:58 +08:00
docshell Issue #1656 - Part 8: Devtools and misc. 2020-09-25 22:06:55 +08:00
dom [DOM] When failing to create a channel and an image request, make sure to set 2020-10-23 10:05:56 +08:00
editor Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
embedding Issue #1656 - Part 8: Devtools and misc. 2020-09-25 22:06:55 +08:00
extensions Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
gfx Issue #1665 - Take overflow-wrap into account when calculating min-content intrinsic size. 2020-10-09 20:59:59 +08:00
gradle/wrapper import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
hal Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
image Issue #1656 - Part 8: Devtools and misc. 2020-09-25 22:06:55 +08:00
intl Issue #1656 - Part 9: Single-line-comment style. 2020-09-25 22:07:00 +08:00
ipc Issue #1606 - Add support for multi-monitor DPI awareness v2 (W10 1706+) 2020-10-09 21:00:03 +08:00
js Issue #1656 - Part 10: Manual cleanup. 2020-09-25 22:07:01 +08:00
layout [DOM] When failing to create a channel and an image request, make sure to set 2020-10-23 10:05:56 +08:00
ldap Issue #1656 - Part 8: Devtools and misc. 2020-09-25 22:06:55 +08:00
mailnews Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
media Issue #1656 - Part 8: Devtools and misc. 2020-09-25 22:06:55 +08:00
memory Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
mfbt Issue #1656 - Part 8: Devtools and misc. 2020-09-25 22:06:55 +08:00
modules Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
mozglue Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
netwerk [netwerk] Make nsIncrementalStreamLoader's GetNumBytesRead threadsafe. 2020-10-30 09:08:13 +08:00
nsprpub Issue #1542 - nsprpub: _PR_SI_ARCHITECTURE add missing mips64 2020-05-23 06:53:49 +08:00
other-licenses Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
parser Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
probes Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
python Issue #1656 - Part 8: Devtools and misc. 2020-09-25 22:06:55 +08:00
rdf Issue #1656 - Part 8: Devtools and misc. 2020-09-25 22:06:55 +08:00
security Issue #1656 - Part 9: Single-line-comment style. 2020-09-25 22:07:00 +08:00
services Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
startupcache Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
storage Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
taskcluster Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
testing Issue #1656 - Part 9: Single-line-comment style. 2020-09-25 22:07:00 +08:00
toolkit Issue #1656 - Part 9: Single-line-comment style. 2020-09-25 22:07:00 +08:00
tools Issue #1656 - Part 8: Devtools and misc. 2020-09-25 22:06:55 +08:00
uriloader Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
view Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
widget Issue #1606 - Add support for multi-monitor DPI awareness v2 (W10 1706+) 2020-10-09 21:00:03 +08:00
xpcom Issue #1656 - Part 8: Devtools and misc. 2020-09-25 22:06:55 +08:00
xpfe Issue #1656 - Part 8: Devtools and misc. 2020-09-25 22:06:55 +08:00
.clang-format import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
.clang-format-ignore import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
.eslintignore Rename some remaining strings "firefox[-branding].js" to "basilisk[-branding.js]" (or [application].js) 2019-02-16 00:08:07 +08:00
.eslintrc.js Fix unsafe "instanceof" negations 2019-02-15 23:55:28 +08:00
.flake8 import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
.gdbinit import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
.gdbinit_python import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
.gitattributes fix master branch build 2019-11-30 21:02:50 +08:00
.gitignore Update gitignore to no longer track snapshot javasrc for the html5 parser 2020-01-17 09:19:51 +08:00
.lldbinit import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
.taskcluster.yml import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
.ycm_extra_conf.py import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
aclocal.m4 Remove jemalloc 4 from our tree. 2019-02-15 23:52:10 +08:00
Android.mk import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
AUTHORS Update AUTHORS 2019-02-16 00:09:39 +08:00
build.gradle import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
client.mk Make sure application confvars.sh files are apart of CONFIG_STATUS_DEPS 2019-02-16 00:06:07 +08:00
client.py import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
CLOBBER Clobber for CSS flow-root implementation 2020-09-04 22:32:55 +08:00
configure.in import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
configure.py import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
GNUmakefile import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
gradle.properties import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
gradlew import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
LEGAL import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
LICENSE Add correct licensing statement in the source root. 2019-02-15 23:29:16 +08:00
mach import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
Makefile.in Silence removing dist/bin 2020-04-11 09:40:41 +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 Issue #1625 - Allow MailNews Oauth2 support to be configured in confvars.sh 2020-08-06 10:23:28 +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 import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
sourcestamp.txt Add Pale Moon 2018-02-02 03:35:06 -05:00
test.mozbuild import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00

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.