accessible
Issue #1656 - Remove more vim control lines.
2023-05-05 23:00:05 +08:00
application
[Basilisk] Issue #19 followup - remove DNT from mozscreenshots We technically don't use mozscreenshots at all, but this should still be removed since it is no longer a valid setting
2023-10-18 11:50:56 +08:00
build
Add --enable-irc and --enable-inspector to old.configure
2023-08-24 13:39:54 +08:00
caps
Issue #1656 - Remove more vim control lines.
2023-05-04 10:46:38 +08:00
chrome
Issue #1656 - Remove more vim control lines.
2023-05-04 10:46:38 +08:00
config
Issue #2311 - Part 6 - Remove now unused libav source files
2023-09-26 16:35:26 +08:00
db
No issue - Update SQLite lib to 3.42.0
2023-06-23 16:06:33 +08:00
devtools
Issue #2026 - Part 3c - Add BigInt Devtools support. (new frontend)
2023-07-29 23:42:19 +08:00
docs
Update CONTRIBUTING.md
2020-10-02 17:19:58 +08:00
docshell
Issue #1656 - Remove more vim control lines.
2023-05-04 10:46:38 +08:00
dom
[DOM] For now, use C++11 static_asserts only.
2023-11-04 11:39:19 +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 #1656 - Remove more vim control lines.
2023-05-05 22:57:19 +08:00
extensions
Issue #2290 - Hunspell must be built into libxul on SunOS.
2023-08-24 13:39:38 +08:00
gfx
Issue #2364 - Optimize the software-based box blur implementation.
2023-11-04 11:40:15 +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 #1656 - Remove more vim control lines.
2023-05-05 22:57:19 +08:00
image
Issue #1382 - Fix invalid assert for decoder type if JXL is not built on debug builds
2023-06-24 12:22:21 +08:00
intl
Issue #1656 - Remove more vim control lines.
2023-05-04 10:46:38 +08:00
ipc
Issue #2301 - Make Gecko Media Plugins optional when not building EME or WebRTC
2023-09-14 10:22:47 +08:00
js
Issue #2354 - Restore ARM32 buildability on Linux. Fix ION breakages due to BigInt changes. Fix breakages from libjpeg, libyuv and libvpx upgrades. Restore ARM(32/64) NEON FPU support in libyuv.
2023-11-04 11:36:56 +08:00
layout
Issue #2364 - use DrawTarget::DrawSurfaceWithShadow to render box shadows on platforms that accelerate it.
2023-11-04 11:40:00 +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 #1656 - Remove more vim control lines.
2023-05-05 22:57:19 +08:00
media
Issue #2354 - Restore ARM32 buildability on Linux. Fix ION breakages due to BigInt changes. Fix breakages from libjpeg, libyuv and libvpx upgrades. Restore ARM(32/64) NEON FPU support in libyuv.
2023-11-04 11:36:56 +08:00
memory
[memory] Guard OOM reporter from incorrectly reported (too small) size.
2023-09-27 11:41:51 +08:00
mfbt
Issue #1240 - Part 3b - Implement WrappingOperations.h for wraparound math operations & conversions. https://bugzilla.mozilla.org/show_bug.cgi?id=1441657 Implement mozilla::WrappingMultiply. Prerequisite for our V8 fast forward.
2023-07-25 09:08:56 +08:00
modules
[WebGL] Add preffed limit to WebGL vertCount
2023-10-26 10:53:11 +08:00
mozglue
Issue #2323 - Part 1: Add Min()/Max() methods to TimeDuration.
2023-10-03 22:03:37 +08:00
netwerk
[network] Block more invalid cookie name characters.
2023-10-26 10:51:50 +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 - Remove more vim control lines.
2023-05-05 22:59:16 +08:00
parser
Issue #1656 - Remove more vim control lines.
2023-05-05 22:59:16 +08:00
probes
Issue #1656 - Part 6: Clean up the build files
2020-09-25 22:04:23 +08:00
python
Issue #2301 - Make Gecko Media Plugins optional when not building EME or WebRTC
2023-09-14 10:22:47 +08:00
rdf
Issue #1656 - Part 8: Devtools and misc.
2020-09-25 22:06:55 +08:00
security
No Issue - Updates to Mac packaging for notarization. Add Mac entitlements. Switch to using "create" instead of "makehybrid" when creating the disk image. This fixes bogus extended attributes which interfere with the code signature. Finally add any -bin or dylibs in the Resources folder since --deep skips that folder.
2023-05-10 11:57:07 +08: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
Issue #1656 - Part 6: Clean up the build files
2020-09-25 22:04:23 +08:00
testing
Issue #2301 - Make Gecko Media Plugins optional when not building EME or WebRTC
2023-09-14 10:22:47 +08:00
toolkit
Correct overzealous GMP checks
2023-10-11 11:51:41 +08:00
tools
Issue #1656 - Remove more vim control lines.
2023-05-05 23:00:05 +08:00
uriloader
Issue #1769 : Ensure MIME type is known in URIloader for jxl
2023-06-24 12:18:52 +08:00
view
[widget] Change RegisterDragDrop to be called on idle.
2023-10-26 10:52:28 +08:00
widget
[widget] Change RegisterDragDrop to be called on idle.
2023-10-26 10:52:28 +08:00
xpcom
[XPCOM] Add several app/msi file types to the executables list (Win).
2023-10-26 10:54:13 +08:00
xpfe
Issue #1656 - Remove more vim control lines.
2023-05-05 23:00:05 +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
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
Issue #2354 - Restore ARM32 buildability on Linux. Fix ION breakages due to BigInt changes. Fix breakages from libjpeg, libyuv and libvpx upgrades. Restore ARM(32/64) NEON FPU support in libyuv.
2023-11-04 11:36:56 +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