Dactyloidae source code mirror
  • C++ 38%
  • C 22.3%
  • JavaScript 18%
  • HTML 10.3%
  • Python 3.5%
  • Other 7.3%
Find a file
2026-03-29 23:00:40 +01:00
.vscode Add SSE2 for memcpy and memuse. caching SVGs too cuz why not 2026-03-27 10:45:45 +00:00
accessible Unprefix -moz-read-write / -moz-read-only 2025-07-04 22:27:22 +08:00
application/basilisk Revert one process per tab, regression in backspace handling 2026-03-29 23:00:40 +01:00
build Branding part 0 2025-09-27 19:36:55 -07:00
caps Merge remote-tracking branch 'origin/tracking' into custom 2025-05-14 15:49:14 +08:00
chrome Issue #1656 - Remove more vim control lines. 2023-05-04 10:46:38 +08:00
config tzdata: update to 2024a 2024-04-21 07:47:52 +08:00
db No issue - Update SQLite lib to 3.50.1 and require it as syslib. 2025-06-17 09:28:43 +08:00
devtools revert 5a84cf5aab 2026-03-29 12:04:41 +01:00
docs Add a compiling guide 2026-03-10 19:58:14 +00:00
docshell Issue #2721 - Remove nsILinkHandler. 2025-06-17 09:25:00 +08:00
dom Revert one process per tab, regression in backspace handling 2026-03-29 23:00:40 +01:00
editor Merge remote-tracking branch 'origin/tracking' into custom 2025-07-08 10:02:11 +08:00
embedding Issue #2653 - Part 1: Initial cleanup of AppId and isolated mozbrowser. 2024-11-21 21:01:27 +08:00
extensions [Auth] Only set GSS_C_DELEG_FLAG flag when we confirm server supports delegation. 2026-03-09 21:42:44 +00:00
gfx optimise gfxImageSurface for SSE2 2026-03-27 15:11:31 +00: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 Merge remote-tracking branch 'origin/tracking' into custom 2024-06-28 22:11:23 +08:00
ipc misc fixs 2025-09-27 19:36:43 -07:00
js Revert back to old tuning for reduced startup compile pressure 2026-03-28 10:11:23 +00:00
layout Attempt to fix the browser "hiccups" commonly found in UXP (seems to be successful?) 2026-03-28 11:20:14 +00: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 [WebRTC] Ensure valid image size. 2026-03-11 18:32:02 +00:00
memory No Issue - Fix building on Linux 32-bit ARM with clang. Need to have system definitions before defining the overrides. The sytem definitions have additional attributes that conflict. clang 14 that I am using also requires -fno-integrated-as for several files, but I left that out since it is probably fixed in newer versions of clang. 2025-05-27 23:21:04 +08:00
mfbt [MFBT] Reduce size() calls in subspan. 2026-03-06 16:00:04 +00:00
modules Optimise caching preferences + 2G disk cache cap from 512M 2026-03-28 11:29:53 +00:00
mozconfigs new mozconfigs 2026-03-03 22:23:06 +00:00
mozglue Issue #2323 - Part 1: Add Min()/Max() methods to TimeDuration. 2023-10-03 22:03:37 +08:00
netwerk No issue - Improve compiler compatibility. 2026-03-09 21:37:03 +00:00
nsprpub Merge remote-tracking branch 'origin/tracking' into custom 2022-06-13 09:12:00 +08:00
other-licenses Fix installer description and publisher 2025-09-27 19:44:35 -07:00
parser [parser] Account for some corner-case structural document issues. 2026-03-11 18:23:34 +00:00
probes Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
python Set lgwin to 0 2025-09-27 20:57:41 -07: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 [NSS] Update NSS 2026-03-06 04:32:10 +00: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 Merge remote-tracking branch 'origin/tracking' into custom 2025-07-08 10:02:11 +08:00
toolkit Revert one process per tab, regression in backspace handling 2026-03-29 23:00:40 +01:00
tools Issue #1787 - Remove nsIAppsService, mozIApplication and mozapp data cleanup. 2024-11-21 21:09:05 +08:00
uriloader Merge remote-tracking branch 'origin/tracking' into custom 2024-11-21 21:09:29 +08:00
view [widget] Change RegisterDragDrop to be called on idle. 2023-10-26 10:52:28 +08:00
widget Whitelist Parallels 2026-03-27 15:37:18 +00:00
xpcom Issue #2928 - Add extra checks to nsExpirationTracker. 2026-03-08 22:59:56 +00: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 Issue #1053 - Part 1c: Remove references to mobile/android targets and paths 2021-01-01 09:59:58 +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 new mozconfigs 2026-03-03 22:23:06 +00: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 import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08: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 Branding part 0 2025-09-27 19:36:55 -07:00
README.md update readme 2026-03-29 22:32:31 +01:00
SECURITY.md Create SECURITY.md 2020-04-18 07:01:45 +08:00
settings.gradle Issue #1053 - Part 1c: Remove references to mobile/android targets and paths 2021-01-01 09: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

Dactyloidae web browser

Official Discord server

Dactyloidae is a fork of Eclipse Lun3r (fork of Pale Moon made for Windows XP).

Some advantages over upstream, roytam1's New Moon and Lun3r are:

  • More optimzations
  • Better interoperability with upstream. (using SQL storage intead of DBM)
  • More modern theme
  • Better e10s support
  • Literally being the fastest XUL browser

We (as in I) reccomend using Palefill to potentially fix any browser issues: Download it here

Credits

@Eclipse-Community for original code

@SoftBluey for logo seen in README and About