Dactyloidae source code mirror
  • C++ 38%
  • C 22.3%
  • JavaScript 18%
  • HTML 10.3%
  • Python 3.5%
  • Other 7.3%
Find a file
2026-04-23 08:10:39 +01:00
.vscode finally fix gcc building fully 2026-04-19 19:28:17 -07:00
accessible Add support for compiling under MinGW + fix Windows compiling in general 2026-04-17 15:05:11 -07:00
application/basilisk Finally finish with MinGW building (linking still has some issues shush) 2026-04-18 01:02:51 -07:00
build Force C++17 2026-04-23 07:49:40 +01:00
caps (from Waterfox Classic) Refactor addonId access in BasePrincipal and related files 2026-04-22 00:13:33 -07:00
chrome Issue #1656 - Remove more vim control lines. 2023-05-04 10:46:38 +08:00
config [BETA] macOS support 2026-04-04 15:51:31 +01:00
db Finally finish with MinGW building (linking still has some issues shush) 2026-04-18 01:02:51 -07:00
devtools (from Waterfox Classic) Refactor addonId access in BasePrincipal and related files 2026-04-22 00:13:33 -07:00
docs Add new compiling documentation for Windows and (WIP) macOS 2026-04-13 14:42:27 +01:00
docshell Issue #2721 - Remove nsILinkHandler. 2025-06-17 09:25:00 +08:00
dom Revert "implement lazy-loading" 2026-04-20 22:11:06 -07:00
editor Merge remote-tracking branch 'origin/tracking' into custom 2025-07-08 10:02:11 +08:00
embedding Add support for compiling under MinGW + fix Windows compiling in general 2026-04-17 15:05:11 -07:00
extensions finally fix gcc building fully 2026-04-19 19:28:17 -07:00
gfx Add <cstdint> header inclusion in angleutils.h and output.h 2026-04-23 08:10:39 +01:00
gradle/wrapper import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
hal Issue #2654 - Remove pre-allocated process manager. 2024-11-21 21:05:30 +08:00
image Increase thresholds for small function compilation and warm-up to optimize performance for jQuery-style code. 2026-03-28 09:20:54 +00:00
intl Add support for Loongarch architecture in double-conversion-utils.h 2026-04-23 07:52:59 +01:00
ipc MoonchildProductions/UXP#2897: Fix IPC to compile on LA64 2026-04-23 06:14:47 +01:00
js MoonchildProductions/UXP#2897: Added a loongarch atomic-ops implementation 2026-04-23 06:19:54 +01:00
layout Add support for compiling under MinGW + fix Windows compiling in general 2026-04-17 15:05:11 -07:00
ldap Issue #2399 - Fix LDAP on Linux. 2023-12-06 15:13:17 +08:00
mailnews mailnews: fix OAuth2Providers path 2025-09-28 08:06:24 +08:00
media Fix the damn conflict 2026-04-23 06:23:06 +01:00
memory MoonchildProductions/UXP#2897: Specify 16k pagesize for loongarch64 in jemalloc 2026-04-23 06:20:13 +01:00
mfbt MoonchildProductions/UXP#2897: Allow mfbt/double-conversion to compile on LA64 2026-04-23 06:18:23 +01:00
mobile pt 1 in reviving the android build (copied from pm 28a1, wish me luck) 2026-04-08 15:43:25 -07:00
modules Add <cstdint> header inclusion in angleutils.h and output.h 2026-04-23 08:10:39 +01:00
mozconfigs Organize mozconfigs by platform 2026-04-22 02:50:57 -07:00
mozglue Fix symbol errors with zlib-ng (part 1.1 in generic arch build) 2026-04-21 22:47:33 -07:00
netwerk Fix runtime issues under GCC on WIndows 2026-04-20 03:33:57 -07:00
nsprpub Add support for Loongarch architecture in Linux configuration files 2026-04-23 07:44:53 +01:00
other-licenses Fix installer description and publisher 2025-09-27 19:44:35 -07:00
parser [BETA] macOS support 2026-04-04 15:51:31 +01:00
probes Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
python MoonchildProductions/UXP#2897: Allow mach configure to pass on loongarch64 2026-04-23 05:43:04 +01: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
readme README 2026-02-28 17:00:53 +00:00
security IT LAUNCHES ON OS X 2026-04-05 02:08:42 +01: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 patch CVE-2007-4559 2026-03-01 17:44:02 +00:00
testing Revert "Issue #1053 - Part 1c: Remove references to mobile/android targets and paths" 2026-04-08 15:27:04 -07:00
toolkit (from Waterfox Classic) Refactor addonId access in BasePrincipal and related files 2026-04-22 00:13:33 -07:00
tools Issue #1787 - Remove nsIAppsService, mozIApplication and mozapp data cleanup. 2024-11-21 21:09:05 +08:00
uriloader Finally finish with MinGW building (linking still has some issues shush) 2026-04-18 01:02:51 -07:00
view [widget] Change RegisterDragDrop to be called on idle. 2023-10-26 10:52:28 +08:00
widget Add support for compiling under MinGW + fix Windows compiling in general 2026-04-17 15:05:11 -07:00
xpcom MoonchildProductions/UXP#2897: backport upstream xptcinvoke and xptcstubs for Loongarch64 2026-04-23 06:19:39 +01:00
xpfe Merge remote-tracking branch 'origin/tracking' into custom 2024-11-21 21:09:29 +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 Revert "Issue #1053 - Part 1c: Remove references to mobile/android targets and paths" 2026-04-08 15:27:04 -07: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 Revert "Issue #1053 - Part 1c: Remove references to mobile/android targets and paths" 2026-04-08 15:27:04 -07: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 Issue #1905 - Part 3c - Remove iOS from the rest of the configure system. 2022-06-13 09:00:22 +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 Issue #1656 - Remove more vim control lines. 2023-05-05 23:00:05 +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 [BETA] macOS support 2026-04-04 15:51:31 +01:00
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 Replace custom stdlib implementations with the compiler defaults 2026-04-21 23:43:14 -07:00
README.md Update README 2026-04-13 14:06:07 +01:00
SECURITY.md Create SECURITY.md 2020-04-18 07:01:45 +08:00
settings.gradle Revert "Issue #1053 - Part 1c: Remove references to mobile/android targets and paths" 2026-04-08 15:27:04 -07: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

Dactyloidae web browser

Official Discord server

Dactyloidae is a fork of Eclipse Hydra (fork of Basilisk made for Windows XP).

Some advantages over upstream, roytam1's Serpent and Hydra are:

  • More optimizations
  • Better interoperability with upstream. (using SQL storage instead of DBM)
  • More modern theme
  • Better e10s support
  • WebExtensions support comparable to Firefox ESR 78
  • Literally being the fastest XUL browser (33.7 in Speedometer 2.1 compared to 22.4 in Pale Moon 34.1 AVX2)

We reccomend using Palefill to potentially fix any browser issues: Download it here

Credits

If I've forgotten to put your name here, please let me know and I'll add it.

  • Feodor2 - Portable mode, theme fixes, and more from Mypal and Mypal68.
  • Librewolf Developers - Privacy tweaks from Librewolf. (Has not been implemented yet)
  • BlueySoft (goober) - Branding visuals, icons and fancy text.
  • White Star - Helping with porting platform to Darwin PowerPC.

Major core browser engine contributions:

  • Stossy11 - Helping to develop and fix the macOS build.
  • Eclipse Community - For creating Hydra and Lun3r, the bases of this fork.
  • Basilisk-Dev - For supporting and maintaining Basilisk, aswell as general advice for developing this browser.
  • roytam1 - Windows XP support code, e10s, WebExtensions, and more for UXP.
  • Moonchild Productions - For creating the Unified XUL Platform and Basilisk, the core of this project.
  • Mozilla Developers - Firefox ESR 52 browser base.