Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
Mark Banner 27daf1b0af Bug 1766268 - Update eslint-plugin-mozilla's version of estraverse to fix issues with private identifiers. r=mossop
Due to babel still requiring an old version of estraverse, this disables our setup checking for changes
to modules in the eslint-plugin-mozilla package.json. For now, we'll need to remember to ensure there
is a top-level update to go with any changes - though that normally happens anyway.

For good measure, this also updates some of the top-level modules to ensure that node_modules is re-installed for everyone.

Differential Revision: https://phabricator.services.mozilla.com/D144758
2022-04-27 15:14:35 +00:00
.cargo Bug 1765969 - Update cubeb-coreaudio-rs to 44eca958. r=cubeb-reviewers,chunmin 2022-04-22 15:54:12 +00:00
.vscode
accessible Bug 1766238 - Stop using the target argument for ChromeUtils.import in accessibility tests. r=Jamie 2022-04-27 08:38:35 +00:00
browser Bug 1764626 - Differentiate between about:welcome and Spotlight context when sending event telemetry r=Mardak 2022-04-27 15:12:41 +00:00
build Bug 1766364 - Fix unreachable-code warnings in Windows builds. r=mhowell,emilio,rkraesig 2022-04-26 22:12:09 +00:00
caps Bug 1766238 - Stop using the target argument for ChromeUtils.import in caps tests. r=bholley 2022-04-27 08:38:34 +00:00
chrome Bug 1763000 - Fix ESLint rule warnings for no-unused-vars in caps/tests/unit/test_no_remote_registration.js. r=Standard8 2022-04-05 20:39:36 +00:00
config Bug 1660745 - Update encoding_rs to 0.8.31 and packed_simd to 0.3.7. r=hsivonen 2022-04-20 06:24:28 +00:00
devtools Bug 1766013 - [devtools] Rewrite old test for the currently panel to the New Request Panel. r=bomsy 2022-04-27 14:57:03 +00:00
docs Bug 1766238 - Disallow more than one argument to ChromeUtils.import via ESLint. r=mossop 2022-04-27 08:38:35 +00:00
docshell Bug 1766230 - Fix a couple of incorrect uses of Services.* properties in docshell tests. r=smaug 2022-04-27 11:41:10 +00:00
dom Bug 1762042 - Avoid retargeting in NodesFromRect. r=mconley 2022-04-27 14:39:00 +00:00
editor Bug 1758420 - part 2: Clean up update timing of TextComposition r=m_kato 2022-04-21 03:37:56 +00:00
extensions Bug 1765113. Silence spammy warning in extensions/permissions/PermissionDelegateHandler.cpp. r=timhuang 2022-04-19 09:49:50 +00:00
gfx Bug 1752332: Remove the shouldSanitizeFunction member r=KrisWright 2022-04-27 12:57:38 +00:00
gradle/wrapper
hal Bug 1760839 - Use more automatic memory management in GTK code. r=stransky 2022-03-23 16:14:34 +00:00
image Bug 1765116. Don't ignore any potential invalidation rect from calling UpdateState in FrameAnimator::ResetAnimation. r=aosmond 2022-04-22 09:00:42 +00:00
intl Bug 1766220: Backport ICU-21994 to fix a potential heap buffer overflow. r=platform-i18n-reviewers,dminor 2022-04-25 16:34:42 +00:00
ipc Bug 1765372 - Enable Arbitrary Code Guard for Utility processes r=bobowen 2022-04-27 14:05:42 +00:00
js Bug 1693490 - Remove zeroSimd128. r=lth 2022-04-27 13:29:40 +00:00
layout Bug 1766640 - Remove nsIWebBrowserPrint.cancel(). r=emilio 2022-04-27 14:37:25 +00:00
media Bug 1611957: Make EncodingConstraints.maxFps a Maybe instead of having 0 represent no limit. r=ng 2022-04-26 14:07:37 +00:00
memory Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw 2022-03-16 18:47:08 +00:00
mfbt Bug 1766276 - Give MaybeOneOf a map method r=jandem 2022-04-26 12:29:24 +00:00
mobile Backed out changeset 360f31b00167 (bug 1764709) for causing bc failures in browser_creditCard_submission_normalized. CLOSED TREE 2022-04-27 07:46:31 +03:00
modules Backed out changeset 8a572b71790d (bug 1762919) for causing media failures on test_video_stats_resistfingerprinting.html. CLOSED TREE 2022-04-27 18:22:11 +03:00
mozglue Bug 1766359 - Fix unreachable-code-return warnings in Windows builds. r=emilio,mhowell,nika,rkraesig 2022-04-26 21:44:54 +00:00
netwerk Bug 1752332: Remove the shouldSanitizeFunction member r=KrisWright 2022-04-27 12:57:38 +00:00
nsprpub
other-licenses
parser Bug 1763076 - Avoid OOM crashes when there's a massive number of tree operations. r=edgar 2022-04-27 07:24:34 +00:00
python Bug 1766262 - move clang-tidy arguments for clangd from cli to spcific file. r=marco 2022-04-27 09:10:21 +00:00
remote Bug 1717899 - [remote] Extend the lifetime of the Remote Agent to the Firefox session. r=webdriver-reviewers,jdescottes 2022-04-27 05:43:23 +00:00
security Bug 1765372 - Enable Arbitrary Code Guard for Utility processes r=bobowen 2022-04-27 14:05:42 +00:00
services Bug 1766099 - Part 4: Explicitly specify import or imported symbol for importScripts in services/. r=Standard8 2022-04-27 11:40:41 +00:00
servo Bug 1766020 - Add support for parsing container-query-specific features. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-27 10:52:32 +00:00
startupcache Bug 1752212 - Part 1: Pass loader type to PathifyURI. r=nbp 2022-04-13 14:08:06 +00:00
storage Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw 2022-03-16 18:47:08 +00:00
taskcluster Bug 1748929 - [gecko_taskgraph] Use 'VerificationSequence' from upstream taskgraph, r=releng-reviewers,jcristau 2022-04-26 13:17:49 +00:00
testing Bug 1727995 - Disable websocket over h2, r=necko-reviewers,dragana 2022-04-27 15:11:51 +00:00
third_party Bug 1748929 - Upgrade taskgraph to version 1.4.0, r=releng-reviewers,jcristau 2022-04-26 13:17:48 +00:00
toolkit Backed out changeset 8a572b71790d (bug 1762919) for causing media failures on test_video_stats_resistfingerprinting.html. CLOSED TREE 2022-04-27 18:22:11 +03:00
tools Bug 1766268 - Update eslint-plugin-mozilla's version of estraverse to fix issues with private identifiers. r=mossop 2022-04-27 15:14:35 +00:00
uriloader Bug 1731898 - Change protocol handling logic for non-standard cases r=Gijs 2022-04-26 10:01:31 +00:00
view
widget Bug 1766350 - Get rid of unused internal event messages r=smaug 2022-04-27 01:15:29 +00:00
xpcom Bug 1766020 - Add support for parsing container-query-specific features. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-27 10:52:32 +00:00
xpfe/appshell Bug 1736479 - Make gfx SanityTest.jsm work again r=gfx-reviewers,bradwerth 2022-04-20 01:08:52 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore Bug 1765179: Remove dom/webgpu/ffi. r=jgilbert DONTBUILD 2022-04-19 22:26:40 +00:00
.cron.yml Bug 1766097 - remove .cron entry for perftest-s7. r=sparky 2022-04-25 15:27:05 +00:00
.eslintignore Bug 1757552 - [devtools] Generate actor-less reps stubs.r=bomsy. 2022-03-03 16:16:50 +00:00
.eslintrc.js Bug 1766409 - Fix ESLint rule warnings for no-unused-vars in modules/libpref/unit/test_changeType.js. r=Standard8 2022-04-26 15:30:31 +00:00
.flake8
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1766262 - move clang-tidy arguments for clangd from cli to spcific file. r=marco 2022-04-27 09:10:21 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1766262 - move clang-tidy arguments for clangd from cli to spcific file. r=marco 2022-04-27 09:10:21 +00:00
.hgtags No bug - tagging 1ce63246334ec627d74c38d7acd5b858c781336a with FIREFOX_NIGHTLY_100_END a=release DONTBUILD CLOSED TREE 2022-04-04 15:55:12 +00:00
.lando.ini
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml Bug 1762128 - bump the cache name for decision images to stop interfering with other trees. r=releng-reviewers,ahal a=release 2022-03-30 14:54:03 +02:00
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4 Bug 1747970 - Move AC_CHECK_FUNC{,S} to python configure. r=firefox-build-system-reviewers,andi 2022-01-20 21:01:20 +00:00
AUTHORS
build.gradle Bug 1764549 - Update Glean SDK to v44.1.1 r=TravisLong 2022-04-14 20:35:08 +00:00
Cargo.lock Bug 1765520 - Use a faster traversal for render_on / free_after r=gfx-reviewers,lsalzman 2022-04-22 21:17:39 +00:00
Cargo.toml Bug 1751693 - Followup: Address missed review comment by glandium. r=glandium DONTBUILD 2022-04-22 04:59:07 +00:00
client.mk
client.py
CLOBBER Bug 1759324 - update libvpx to v1.11.0 r=bryce 2022-04-11 08:54:39 +00:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LICENSE
mach Bug 1752927: Avoid distutils deprecation warning on every Mach call r=ahal 2022-02-04 21:49:15 +00:00
mach.cmd Bug 1750874: Support launching Mach with py instead of python r=glandium 2022-01-21 18:22:58 +00:00
mach.ps1 Bug 1761633 - Silence the possible error from Get-Command r=mhentges DONTBUILD 2022-03-28 19:13:18 +00:00
Makefile.in Bug 1751515 - Part 3: Do not install artifact test archive when --disable-tests. r=firefox-build-system-reviewers,glandium 2022-01-26 19:08:57 +00:00
moz.build Bug 1753127 - NSPR doc: move the doc into docs/nspr UPGRADE_NSS_RELEASE r=kaie,bbeurdouche 2022-02-02 17:19:51 +00:00
moz.configure Bug 1544779 - Prioritize mozmake over mingw32-make. r=firefox-build-system-reviewers,andi 2022-03-29 08:26:06 +00:00
mozilla-config.h.in
old-configure.in Bug 1762484 - Enable most of the same warnings on Windows as on other platforms. r=firefox-build-system-reviewers,andi 2022-04-25 22:21:31 +00:00
package-lock.json Bug 1766268 - Update eslint-plugin-mozilla's version of estraverse to fix issues with private identifiers. r=mossop 2022-04-27 15:14:35 +00:00
package.json Bug 1766268 - Update eslint-plugin-mozilla's version of estraverse to fix issues with private identifiers. r=mossop 2022-04-27 15:14:35 +00:00
README.txt
settings.gradle Bug 1753914 - ./mach environment is failed in gradle task on Windows. r=nalexander 2022-02-08 06:19:41 +00:00
substitute-local-geckoview.gradle Bug 1752381 - only parse stdout in substitute-local-geckoview. r=nalexander 2022-02-02 18:00:46 +00:00
test.mozbuild

An explanation of the Firefox Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://firefox-source-docs.mozilla.org/contributing/directory_structure.html

For information on how to build Firefox from the source code and create the patch see:

    https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html

If you have a question about developing Firefox, and can't find the solution
on https://firefox-source-docs.mozilla.org/, you can try asking your question on Matrix at chat.mozilla.org in `Introduction` (https://chat.mozilla.org/#/room/#introduction:mozilla.org) channel.


Nightly development builds can be downloaded from:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://www.mozilla.org/firefox/channel/desktop/#nightly

Keep in mind that nightly builds, which are used by Firefox developers for
testing, may be buggy.