Dactyloidae source code mirror
  • C++ 38%
  • C 22.3%
  • JavaScript 18%
  • HTML 10.3%
  • Python 3.5%
  • Other 7.3%
Find a file
Byron Campen [:bwc] 36e1df9ffb [WebRTC] Make candidate pair insertion code easier to read/understand.
Includes removing an error code for a function that never fails, and removing an
error return when the function successfully did what it said it would.

Ref: BZ 1644477
2020-07-10 22:18:45 +08:00
accessible Issue #1543 - Align <img> with no src to the updated spec. 2020-05-16 06:49:14 +08:00
application [Pale-Moon] Issue #1782 - Add option to insert all new tabs after the current tab 2020-06-27 06:33:45 +08:00
build Issue #1451 - Split out ICU data file on Windows 2020-05-09 06:56:22 +08:00
caps Stop building /caps unified and fix deprot. 2019-07-19 10:01:11 +08:00
chrome Bug 1425769 - Base class for ShadowRoot and Document to manage style state 2020-04-18 07:06:51 +08:00
config [NSS] Update exported symbols 2020-06-10 21:00:05 +08:00
db Mork is not dependent on dbm and never was. 2020-03-05 09:38:20 +08:00
devtools [devtools] Port various upstream fixes 2020-05-09 06:56:32 +08:00
docs Minor update to UXP coding style guideline. 2020-03-13 10:23:57 +08:00
docshell [Docshell] Ensure nsDocShell::mContentViewer is released properly. 2020-04-11 09:40:34 +08:00
dom Issue #618 - Slightly improve module scripting tests. 2020-07-10 22:18:07 +08:00
editor Bug 1316302 - Part 4: Refine HTMLEditRules::TryToJoinBlocks() and HTMLEditRules::MoveNodeSmart() with early return style for making scope of EditActionResult variable smaller 2020-06-20 06:44:51 +08:00
embedding Bug 1377978 - Make nsRange use uint32_t to offset 2020-04-18 07:04:38 +08:00
extensions Bug 1377978 - Make nsRange use uint32_t to offset 2020-04-18 07:04:38 +08:00
gfx [printing] Fix build bustage with --disable-printing 2020-05-23 06:57:02 +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 #1053 - Remove android support from hal 2020-02-27 07:31:33 +08:00
image [image] Add a sanity check to JPEG encoder buffer handling, just in case. 2020-07-10 22:18:38 +08:00
intl Issue #1053 - Remove android support from intl/locale/nsLocaleService.cpp 2020-02-27 07:31:28 +08:00
ipc Bug 1430745 - IPC: Fix unaligned accesses in DirReaderLinux 2020-05-23 06:55:31 +08:00
js Issue #618 - Fix typo and remove old function declarations. 2020-07-10 22:18:24 +08:00
layout Issue MoonchildProductions/UXP#1578 - Add global menubar support for GTK 2020-06-10 21:00:30 +08:00
ldap Issue #1251 - Remove obsolete XP_QSORT reference. 2019-11-22 10:53:15 +08:00
mailnews Bug 1613623 - For IMAP, no longer allow STARTTLS when server sends PREAUTH greeting. 2020-06-20 06:44:27 +08:00
media [WebRTC] Make candidate pair insertion code easier to read/understand. 2020-07-10 22:18:45 +08:00
memory Issue #1571 - Remove JEMALLOC_USES_MAP_ALIGN and fix 48-bit addressing on SunOS AMD64. 2020-06-06 07:20:32 +08:00
mfbt Issue #1053 - Remove android support from mfbt 2020-02-27 07:31:22 +08:00
modules Issue #1587 - Part 10: Expose controlling pref and enable by default 2020-06-12 22:12:39 +08:00
mozglue Issue #1053 - Remove android support from mozglue 2020-02-27 07:31:18 +08:00
netwerk Issue #80 - Include MDNSResponderOperator.h in libmdns/nsDNSServiceDiscovery.h for Mac 2020-05-23 06:53:26 +08:00
nsprpub Issue #1542 - nsprpub: _PR_SI_ARCHITECTURE add missing mips64 2020-05-23 06:53:49 +08:00
other-licenses Issue #1053 - Remove android-only skia-npapi 2020-03-05 09:38:29 +08:00
parser Issue #1603 - Part 1: Reorganize ScriptLoader/ScriptElement 2020-07-04 07:01:00 +08:00
probes import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
python [AM] Clean up addon-signing build leftovers. 2020-05-02 08:23:23 +08:00
rdf import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
security Issue #439 - Remove, fix and clean up automated tests 2020-06-10 21:00:09 +08:00
services Take files out of preprocessing that no longer require it 2020-04-11 09:40:39 +08:00
startupcache Remove all C++ Telemetry Accumulation calls. 2019-02-16 00:12:32 +08:00
storage Issue #21 - Remove TelemertyVFS 2020-05-16 06:48:02 +08:00
taskcluster Remove MOZ_CRASHREPORTER_NO_REPORT except in /testing 2019-02-15 23:39:55 +08:00
testing Bug 1429656 - Implement ShadowRoot.activeElement 2020-06-20 06:43:49 +08:00
toolkit Issue #1594 - restore UAC elevation in the uninstaller. 2020-06-20 06:44:29 +08:00
tools Align mar generation on Windows with other platforms 2020-04-11 09:40:37 +08:00
uriloader [AppCache] Add check for disallowed encoded path separators 2020-07-10 22:18:42 +08:00
view import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
widget Follow up to Issue #1578 - Remove unnecessary MOZ_ASSERT 2020-06-20 06:44:31 +08:00
xpcom Bug 1394286 - mips64: fix error correction about stackpointer within function _NS_InvokeByIndex 2020-05-23 06:53:52 +08:00
xpfe Issue MoonchildProductions/UXP#1578 - Add global menubar support for GTK 2020-06-10 21:00:30 +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 Force CLOBBER 2020-01-31 07:41:39 +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 #1457 - Unfold sqlite3 from nss 2020-02-21 07:04:58 +08:00
moz.configure Move --enable-tests out of Python configure and flip the default. 2019-02-15 23:53:16 +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 [AM] Clean up addon-signing build leftovers. 2020-05-02 08:23:23 +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.