accessible
Issue #1829 - Revert "Issue #1751 "
2022-05-04 09:40:24 +08:00
application
[Pale-Moon] Use native mode for Zoho
2022-10-06 10:29:41 +08:00
build
Issue #1905 - Part 4a - Change "as" test to "Apple" from "LLVM". This will make this test Mac only, but it should work with any Xcode.
2022-06-22 08:55:06 +08:00
caps
Issue #1967 - Remove moz://a from mochitest
2022-07-30 08:43:37 +08:00
chrome
Issue #1829 - Revert "Issue #1751 "
2022-05-04 09:40:24 +08:00
config
Update timezone data to 2022e
2022-11-10 14:55:09 +08:00
db
Issue #1829 - Revert "Issue #1751 "
2022-05-04 09:40:24 +08:00
devtools
Issue #1829 - Follow-up: Mac-specific shortcut key for closing the developer tools toolbox window should not be excluded from other platforms
2022-10-27 08:58:38 +08:00
docs
Update CONTRIBUTING.md
2020-10-02 17:19:58 +08:00
docshell
Issue #21 - Remove Telemetry accumulation/structures from toolkit js.
2022-04-28 10:26:19 +08:00
dom
Issue #2030 - Dispatch click on common interactive ancestor if mousdown/up are not on the same element
2022-12-02 23:56:40 +08:00
editor
Issue #2019 - Do not dispatch keypress event for non-printable keys.
2022-10-27 08:57:42 +08:00
embedding
Issue #1829 - Revert "Issue #1751 "
2022-05-04 09:40:24 +08:00
extensions
Issue #2019 - Follow-up: Adjust content spellchecker to use keydown
2022-10-27 08:57:55 +08:00
gfx
[WebGL] Implement webgl.max-size-per-texture-mib
2022-10-27 09:04:31 +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 #1829 - Revert "Issue #1751 "
2022-05-04 09:40:24 +08:00
image
Hold some strong references on nsRefreshDriver
2022-10-27 09:03:27 +08:00
intl
Update timezone data to 2022e
2022-11-10 14:55:09 +08:00
ipc
Issue #2000 - Stop using deprecated ext/hash_map. This has been long deprecated in favor of std::unsorted_map. Since all platforms are using modern compilers now it should not be a problem to switch over to std::unsorted_map in the single place hash_map is used. This allows us to build on platforms which have removed hash_map such as FreeBSD.
2022-09-07 10:39:29 +08:00
js
Update timezone data to 2022e
2022-11-10 14:55:09 +08:00
layout
Issue #2030 - Pref-gate default button event dispatch logic
2022-12-02 23:56:21 +08:00
ldap
No Issue - Fix building ldap on MacOS. Discovered this problem building Epyrus on MacOS, based on this Mozilla Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1652906
2022-12-02 23:57:13 +08:00
mailnews
Issue #1312 - Fix potential crashes in MailNews.
2022-07-30 08:43:45 +08:00
media
No Issue - prevent build issue in MSVC due to libaom SIMD inlining.
2022-09-09 10:13:31 +08:00
memory
Issue #1829 - Readd code cleanup that is not Mac related that got clobbered by reverting Issue #1751
2022-05-04 10:01:23 +08:00
mfbt
mfbt: fixup after rev 13fcc4a0
2022-05-04 11:43:38 +08:00
modules
Issue #2030 - Pref-gate default button event dispatch logic
2022-12-02 23:56:21 +08:00
mozglue
Issue #1829 - Revert "Issue #1751 "
2022-05-04 09:40:24 +08:00
netwerk
[network] Fix Mac buffer overflow.
2022-11-25 11:43:19 +08:00
nsprpub
Issue #1905 - Part 3e - Fix NSPR build on ARM. The dynamic loader had been falling through to the ancient PowerPC code without __aarch64__ #ifdef
2022-06-13 09:01:00 +08:00
other-licenses
Issue #1656 - Part 6: Clean up the build files
2020-09-25 22:04:23 +08:00
parser
Issue #2010 - Ensure raw tagnames are safe exiting internalEntityParser
2022-09-29 15:18:46 +08:00
probes
Issue #1656 - Part 6: Clean up the build files
2020-09-25 22:04:23 +08:00
python
No Issue - Fix building on MacOS Big Sur. The python binary copied reports a valid signature on Big Sur and thus codesign fails. Add the -f option so it overwrites the supposedly valid signature. Other versions are either already unsigned or the install_name_tool invalidates the signature.
2022-09-01 10:19:58 +08:00
rdf
Issue #1656 - Part 8: Devtools and misc.
2020-09-25 22:06:55 +08:00
security
[NSS] Fix uninitialized value in cert_ComputeCertType.
2022-07-30 08:43:45 +08:00
services
Issue #1656 - Part 6: Clean up the build files
2020-09-25 22:04:23 +08:00
startupcache
Issue #21 - Remove remaining telemetry structs, callers and flags.
2022-04-28 10:33:44 +08:00
storage
Issue #21 - Remove Telemetry plumbing and fix build.
2022-04-28 10:25:48 +08:00
taskcluster
Issue #1656 - Part 6: Clean up the build files
2020-09-25 22:04:23 +08:00
testing
Issue #1991 - Support TURN TLS Support in WebRTC Backport of Mozilla bug 1056934
2022-09-01 10:18:07 +08:00
toolkit
Issue #2029 - Part 2: Protocol handling dialog should be dependent if not modal
2022-11-25 11:45:12 +08:00
tools
Issue #1829 - Revert "Issue #1751 "
2022-05-04 09:40:24 +08:00
uriloader
Issue #1829 - Revert "Issue #1751 "
2022-05-04 09:40:24 +08:00
view
Issue #1829 - Revert "Issue #1751 "
2022-05-04 09:40:24 +08:00
widget
Issue #2022 Follow-Up - Add autorelease to our manual NSView to prevent potential leaks. Also move titlebar overrides from BaseWindow to ToolbarWindow... This caused problems in Waterfox Classic on Ventura, while this didn't seem to be necessary in UXP... There is no need for those overrides in BaseWindow, so why risk potential problems. https://bugzilla.mozilla.org/show_bug.cgi?id=1576387 d7f5814dc0
2022-12-02 23:56:58 +08:00
xpcom
Issue #2027 - Use reserved stack space instead of heap allocation in nsLocalFile
2022-11-25 11:44:36 +08:00
xpfe
Issue #1829 - Revert "Issue #1751 "
2022-05-04 09:40:24 +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
Issue #1053 - Part 1c: Remove references to mobile/android targets and paths
2021-01-01 09:59:58 +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
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
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
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
Silence removing dist/bin
2020-04-11 09:40:41 +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
Issue #1905 - Part 3b - Remove iOS support from old-configure. iOS is not really a viable target and Apple Silicon Macs report the same core system.
2022-06-13 08:58:08 +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
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