Dactyloidae source code mirror
  • C++ 38%
  • C 22.3%
  • JavaScript 18%
  • HTML 10.3%
  • Python 3.5%
  • Other 7.3%
Find a file
2019-02-16 00:14:50 +08:00
accessible Remove all C++ telemetry autotimers 2019-02-16 00:12:34 +08:00
application Rename address bar back to location bar 2019-02-16 00:14:36 +08:00
build [GCC] Add -Wno-noexcept-type to the js build flags 2019-02-16 00:12:48 +08:00
caps Remove dead WebApps code. 2019-02-16 00:10:08 +08:00
chrome Issue #325 Part 8: Remove non-Intl legacy code paths from nsChromeRegistry. 2019-02-15 23:56:08 +08:00
config Bump goanna version for SVG handling update 2019-02-16 00:12:43 +08:00
db/sqlite3 Update SQLite lib to 3.21.0. 2019-02-15 23:39:51 +08:00
devtools Clean up a number of unused variables. 2019-02-16 00:14:50 +08:00
docs Rewrite the Code of Conduct document. 2019-02-16 00:13:58 +08:00
docshell Remove all C++ Telemetry Accumulation calls. 2019-02-16 00:12:32 +08:00
dom Clean up a number of unused variables. 2019-02-16 00:14:50 +08:00
editor Fix Build Bustage - with "--enable-debug" 2019-02-16 00:08:38 +08:00
embedding Remove the const to fix the -Wignored-qualifiers warning with GCC 8 (Part 2) 2019-02-16 00:11:03 +08:00
extensions Clean up a number of unused variables. 2019-02-16 00:14:50 +08:00
gfx Clean up a number of unused variables. 2019-02-16 00:14:50 +08:00
gradle/wrapper import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
hal Bug 1469309 - Remove an unused sensor type. 2019-02-16 00:13:19 +08:00
image Remove all C++ Telemetry Accumulation calls. 2019-02-16 00:12:32 +08:00
intl Remove all C++ Telemetry Accumulation calls. 2019-02-16 00:12:32 +08:00
ipc Bug 1478575 - Unify CamerasChild shutdown paths. 2019-02-16 00:13:12 +08:00
js Rename TypeSet::clone to TypeSet::cloneIntoUninitialized to indicate that it freshly initializes the TemporaryTypeSet* provided to it. 2019-02-16 00:14:12 +08:00
layout Clean up a number of unused variables. 2019-02-16 00:14:50 +08:00
media Update libnestegg from upstream 2019-02-16 00:14:45 +08:00
memory Silence the -Wuninitialized warning in mozjemalloc 2019-02-16 00:12:52 +08:00
mfbt Fix a warning with GCC 8: unnecessary parentheses in declaration of 'type name' 2019-02-16 00:11:02 +08:00
mobile Remove TelemetryStopwatch call sites from mobile components. 2019-02-16 00:11:40 +08:00
modules Remove IndexedDB for content pref. 2019-02-16 00:14:34 +08:00
mozglue Remove other gonk widget conditionals and unused files. 2019-02-15 23:57:15 +08:00
netwerk Clean up a number of unused variables. 2019-02-16 00:14:50 +08:00
nsprpub Update NSPR to 4.19 2019-02-16 00:02:29 +08:00
other-licenses Update 7zSFX 2019-02-15 23:34:13 +08:00
parser Make nsScannerIterator a trivial type in order to use memset 2019-02-16 00:12:55 +08:00
probes import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
python Flush some more buildlog output to screen when prudent. 2019-02-16 00:13:39 +08:00
rdf import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
security Update HSTS preload list 2019-02-16 00:14:42 +08:00
services Remove FxA migrator. 2019-02-16 00:12:25 +08:00
startupcache Remove all C++ Telemetry Accumulation calls. 2019-02-16 00:12:32 +08:00
storage Remove all C++ telemetry autotimers 2019-02-16 00:12:34 +08:00
taskcluster Remove MOZ_CRASHREPORTER_NO_REPORT except in /testing 2019-02-15 23:39:55 +08:00
testing Bug 1351193 - Update tests 2019-02-16 00:09:13 +08:00
toolkit Update telemetry whitelists. 2019-02-16 00:14:48 +08:00
tools Remove Social API. 2019-02-15 23:59:43 +08:00
uriloader Remove MOZ_WIDGET_GONK [2/2] 2019-02-15 23:57:10 +08:00
view import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
widget Fix timer overflow on converting from sec to msec in idleService 2019-02-16 00:14:06 +08:00
xpcom Remove code that prevents binary extensions 2019-02-16 00:14:17 +08:00
xpfe Remove MOZ_WIDGET_GONK [2/2] 2019-02-15 23:57:10 +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
.gitignore Add Pale Moon 2018-02-02 03:35:06 -05: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 Update NSS to 3.38 2019-02-16 00:11:10 +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 Remove base conditional code for crash reporter and injector. 2019-02-15 23:39:53 +08:00
moz.build Add a conditional to not build the platform so the build system can be exploited for non-binary projects 2019-02-16 00:14:30 +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 import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
old-configure.in Remove code that prevents binary extensions 2019-02-16 00:14:17 +08:00
README.md Link to developer site from readme. 2019-02-16 00:10:24 +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 future platform to be used by XUL applications.

This repository will contain at least one application to demonstrate and make use of the platform: The Basilisk web browser, a close twin to Mozilla's Firefox.

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 wiki.

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 and is maintained by Moonchild (M.C. Straver). 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.