accessible
Issue #2191 - Remove as much old fontconfig support as needed for Harfbuzz update.
2023-04-07 08:23:07 +08:00
application
[Pale-Moon] Issue MoonchildProductions/UXP#2165 - Follow-up: Simplify OS detection for MOZ_SHARED_ICU check.
2023-03-29 11:06:28 +08:00
build
Issue #2191 - Remove as much old fontconfig support as needed for Harfbuzz update.
2023-04-07 08:23:07 +08:00
caps
Issue #62 - Follow-up: Fix debug build bustage with shared Spidermonkey.
2023-04-05 07:12:22 +08:00
chrome
Issue #1829 - Revert "Issue #1751 "
2022-05-04 09:40:24 +08:00
config
Issue #2181 - Add sys/auxv.h to system-headers
2023-04-05 07:11:45 +08:00
db
Issue #1829 - Revert "Issue #1751 "
2022-05-04 09:40:24 +08:00
devtools
[devtools] Don't allow sourcemap URLs to redirect
2023-04-13 09:24:00 +08:00
docs
Update CONTRIBUTING.md
2020-10-02 17:19:58 +08:00
docshell
No issue - add API to tell Profile Timeline Recording state to JS engine
2023-01-26 11:38:40 +08:00
dom
Issue #1691 - Part 12: Fix return value in ExecScript() and debug assert in ParseTask. https://bugzilla.mozilla.org/show_bug.cgi?id=1331662 Replace nsJSUtils::EvaluateString calls by ExecutionContext scopes. ExecutionContext: The mRetValue is not used even though it is checked in various asserts. This is how it is in the Mozilla code even years later, only the passed in value is used. ParseTask: JoinDecode() and JoinCompile() run the same code but the type is different causing a debug assert when it checks the type Script vs ScriptDecode.
2023-04-30 21:22:00 +08:00
editor
Issue #2135 - Bug 1066965: Make contentEditable and spellchecking to work in Shadow DOM
2023-03-06 16:16:21 +08:00
embedding
Issue #1829 - Revert "Issue #1751 "
2022-05-04 09:40:24 +08:00
extensions
Issue #1451 - Fix hunspell build bustage in FreeBSD.
2023-04-30 21:16:02 +08:00
gfx
Issue #61 - Follow-up: Fix xul.dll link bustage related to Skia.
2023-04-30 09:29:43 +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
Issue #2073 - m-c 1454149: Do not advance animated images which are not displayed
2023-01-10 07:31:40 +08:00
intl
Issue #2165 - Build ICU as a shared library if we're building Spidermonkey shared.
2023-03-28 12:11:00 +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
Issue #1691 - Part 15: Make |new import()| a syntax error. https://bugzilla.mozilla.org/show_bug.cgi?id=1508672
2023-04-30 21:22:42 +08:00
layout
Issue #252 - Follow-up: Include a null check against mDocument
2023-04-08 07:33:48 +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
No issue - [MailNews] Fix build bustage due to recent MIME API changes
2023-04-30 09:30:17 +08:00
media
No Issue - Fix FreeBSD build failure with WebRTC enabled.
2023-04-07 07:06:48 +08:00
memory
Issue #2184 - Increase mozjemalloc page cache size from 1 MiB to 16 MiB.
2023-04-05 07:12:04 +08:00
mfbt
Issue #2148 - Shrink Vector from (usually) four pointers in size to three when no inline storage is used.
2023-03-15 22:50:56 +08:00
modules
Issue #1691 - Part 6c: Fix a few issues with the earlier commits. Need PNK_CALL_IMPORT and PNK_IMPORT_META in the node children list or it will abort. When porting ScriptFetchOptions support, I had 2 constructors, I picked the wrong one. Missed adding the preference javascript.options.dynamicImport to all.js.
2023-04-30 21:18:24 +08:00
mozglue
Issue #1829 - Revert "Issue #1751 "
2022-05-04 09:40:24 +08:00
netwerk
Issue #1691 - Part 8: Fix --enable-debug builds and continue dynamic module import changes. https://bugzilla.mozilla.org/show_bug.cgi?id=1342012 Support import from timeout handlers by associating the initiating script with the compiled JSScript. Fix error message that covers all import() failures that don't throw a JS exception. https://bugzilla.mozilla.org/show_bug.cgi?id=1331662 Partial - Replace nsJSUtils::EvaluateString calls by ExecutionContext scopes. Left EvaluateString() in nsXBLProtoImplField.cpp until ExecutionContext errors can be fixed.
2023-04-30 21:21:06 +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 #1344 - (Parser: C++) Don't reset containsHyphen value after finding one
2023-02-27 11:04:46 +08:00
probes
Issue #1656 - Part 6: Clean up the build files
2020-09-25 22:04:23 +08:00
python
Issue #2160 - Initial support for notarizing during DMG package. Added --with-macbundle-idenity configure option to set a codesign identity. If no identity is set or cross-compiling from Linux no codesigning will be done. Currently doing a full deep bundle v2 sign, instead of limited v1.
2023-03-15 22:49:40 +08:00
rdf
Issue #1656 - Part 8: Devtools and misc.
2020-09-25 22:06:55 +08:00
security
Issue #2180 - Follow-up: Move sentinel check up a bit.
2023-03-29 11:05:39 +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 #1382 - Annotate crash with database name when storage connection not closed
2023-02-21 08:20:39 +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 #1451 - Split hunspell library out of xul.
2023-04-30 21:15:46 +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
Increase size of data over which we write the data to disk rather than keep it around in memory
2023-04-13 09:23:03 +08:00
xpcom
Issue #1691 - Part 10: Add and use method to annotate CC crashes with a class name. https://bugzilla.mozilla.org/show_bug.cgi?id=1277260 Make PtrInfo into a class and mark it final. Also fix an erroneous debug assert because mBaseURL not set in one code path.
2023-04-30 21:21:31 +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
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
Issue #324 - Follow-up: Remove more traces of *INTL_API.
2023-03-28 12:12:42 +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