Dactyloidae source code mirror
  • C++ 38%
  • C 22.3%
  • JavaScript 18%
  • HTML 10.3%
  • Python 3.5%
  • Other 7.3%
Find a file
wolfbeast d37246737b Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed.
- `--enable-official-branding` implies `MC_OFFICIAL` (no need to specifically set it)
- `--enable-official-vendor` can be used to set `MC_OFFICIAL` on builds without `--enable-official-branding` that should still be considered official release versions.
- `MC_OFFICIAL` implies `--enable-release`, meaning `DEVELOPER_OPTIONS` isn't set
- `MC_OFFICIAL` makes `nsXULAppInfo.getIsOfficial` return `true`
- `MC_OFFICIAL` makes `AppConstants.MOZILLA_OFFICIAL` (for compatibility in extensions) and `AppConstants.MC_OFFICIAL` return `true`
- Optional, for the time being: `MOZILLA_OFFICIAL` is still present in some places in case someone wants to build a Mozilla-alike official application and has the rights and necessary keys to use Mozilla-official third-party services. This must always be combined with `MC_OFFICIAL` to have a sane combination of defines. This may be removed in the future.
2019-02-15 23:44:10 +08:00
accessible Remove base conditional code for crash reporter and injector. 2019-02-15 23:39:53 +08:00
application/palemoon Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed. 2019-02-15 23:44:10 +08:00
browser Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed. 2019-02-15 23:44:10 +08:00
build Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed. 2019-02-15 23:44:10 +08:00
caps Remove base conditional code for crash reporter and injector. 2019-02-15 23:39:53 +08:00
chrome Add extra check for path traversal sanity v2. 2019-02-15 23:38:07 +08:00
config Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed. 2019-02-15 23:44:10 +08:00
db/sqlite3 Update SQLite lib to 3.21.0. 2019-02-15 23:39:51 +08:00
devtools [PALEMOON] [DevTools] Added support of the appmenu for DevTools menuitems (follow up) 2019-02-15 23:42:43 +08:00
docshell Make code style consistent across all AboutRedirector's 2019-02-15 23:41:04 +08:00
dom moebius#76: JS - DOM - Selection API - crashes 2019-02-15 23:44:08 +08:00
editor Bug 1437087 - Call Disconnect on Unlink of cycle collector. r=masayuki, a=RyanVM 2019-02-15 23:37:12 +08:00
embedding Bug 1350388 - Drag&drop some HTTPS links in the download icon displays wrongly download as failed 2019-02-15 23:33:49 +08:00
extensions import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
gfx Fix Twemoji GTK build bustage 2019-02-15 23:40:35 +08:00
gradle/wrapper import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
hal import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
image Make vector image surface caching smarter. 2019-02-15 23:40:36 +08:00
intl Silence some ICU warning spew 2019-02-15 23:38:59 +08:00
ipc Remove base conditional code for crash reporter and injector. 2019-02-15 23:39:53 +08:00
js Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed. 2019-02-15 23:44:10 +08:00
layout Remove base conditional code for crash reporter and injector. 2019-02-15 23:39:53 +08:00
media Bug 1443865 - Use 16-bit eobs count. r=kinetik, a=RyanVM 2019-02-15 23:37:42 +08:00
memory Bug 1424709 - Force disable the OSX system "nano allocator". r=spohl, a=RyanVM 2019-02-15 23:36:57 +08:00
mfbt Bug 1398021 - Update lz4 to version 1.8.0. r=froydnj, a=RyanVM 2019-02-15 23:37:09 +08:00
mobile Stop trying to configure nonexistent crashreporter services. 2019-02-15 23:39:59 +08:00
modules moebius#154: Notifications - user settings - the immediate duration of the alert 2019-02-15 23:43:03 +08:00
mozglue Bug 1416940; r=snorp 2019-02-15 23:37:55 +08:00
netwerk Bug 1431095 - Change Content-Type-Options: nosniff allowed script MIME types to match the spec 2019-02-15 23:42:44 +08:00
nsprpub Update NSPR to 4.18 2019-02-15 23:33:34 +08:00
other-licenses Update 7zSFX 2019-02-15 23:34:13 +08:00
parser Disable -Wimplicit-fallthrough in parser/html 2019-02-15 23:35:53 +08:00
probes import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
python Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed. 2019-02-15 23:44:10 +08:00
rdf import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
security moebius#126: [very minor fix] Fix typo in a comment in NSSCertDBTrustDomain.cpp 2019-02-15 23:44:07 +08:00
services Crypto Services (utils) - Support for SHA224-512 2019-02-15 23:32:50 +08:00
startupcache import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
storage Cleanup async mozStorage callback management. 2019-02-15 23:30:10 +08:00
taskcluster Remove MOZ_CRASHREPORTER_NO_REPORT except in /testing 2019-02-15 23:39:55 +08:00
testing Bug 1288768 - Better error reporting for network errors in workers 2019-02-15 23:42:47 +08:00
toolkit Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed. 2019-02-15 23:44:10 +08:00
tools Remove base conditional code for crash reporter and injector. 2019-02-15 23:39:53 +08:00
uriloader Implement WebP image decoder. 2019-02-14 14:36:33 +08:00
view import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
widget [GTK3] Set alpha component appropriately in operator over for -moz-field 2019-02-15 23:43:45 +08:00
xpcom Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed. 2019-02-15 23:44:10 +08:00
xpfe import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +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 import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
.eslintrc.js import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +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 import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
Android.mk import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
AUTHORS import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +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 import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
client.py import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
CLOBBER Un-fold browsercomps.* from libxul 2019-02-15 23:31:09 +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 Fix mozbuild looking for .cargo 2019-02-15 23:37:44 +08:00
moz.configure Remove testing-only UI components for e10s 2019-02-15 23:35:22 +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 Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed. 2019-02-15 23:44:10 +08:00
README.md Add a README 2019-02-15 23:31:41 +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.

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.