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
Перейти к файлу
Emilio Cobos Álvarez 2b25e0298a Bug 1758702 - Avoid including RemoteWorkerChild in WorkerPrivate.h. r=asuth
This avoids having to include PRemoteBrowser* headers etc, which are not
exported otherwise.

Differential Revision: https://phabricator.services.mozilla.com/D140659
2022-03-17 19:06:51 +00:00
.cargo Bug 1758877 - Bump jsparagus for bug 885514. r=nbp 2022-03-10 11:46:43 +00:00
.vscode
accessible Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw 2022-03-16 18:47:08 +00:00
browser Backed out changeset 268f1e1be96c (bug 1748571) for causing bc failures in browser_ext_windows_events. CLOSED TREE 2022-03-17 20:08:24 +02:00
build Backed out changeset 6fd4b72c9a6c (bug 1617283) for dt failure on browser_dbg-backgroundtask-debugging.js . CLOSED TREE 2022-03-16 02:26:38 +02:00
caps Bug 1757796 - Permit midi-sysex on localhost. r=mixedpuppy 2022-03-04 22:55:00 +00:00
chrome Bug 1758474 - Implement an ESLint rule to disallow passing {} as the target parameter for ChromeUtils.import. r=Gijs,mossop,perftest-reviewers,preferences-reviewers,sparky 2022-03-11 16:41:29 +00:00
config Bug 1758204: `mozunit` should use `--tb=short` with pytest r=ahal 2022-03-08 15:32:06 +00:00
devtools Bug 1723949 - [devtools] Improve high contrast mode with about:debugging r=nchevobbe 2022-03-17 18:00:42 +00:00
docs Bug 1758753 - Migrate XPCOM hashtable documentation from MDN to Firefox Source Docs. r=nika 2022-03-17 14:23:27 +00:00
docshell Bug 1620690 - Fix BFCACHE_COMBO telemetry is double counted r=smaug 2022-03-17 14:59:28 +00:00
dom Bug 1758702 - Avoid including RemoteWorkerChild in WorkerPrivate.h. r=asuth 2022-03-17 19:06:51 +00:00
editor Bug 1759602 - Make outline-style: auto the default focus outline. r=mstange 2022-03-16 23:27:19 +00:00
extensions Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw 2022-03-16 18:47:08 +00:00
gfx Bug 1207753: Basic thread-safety annotations to quiet errors until real annotations land r=nika 2022-03-17 18:39:15 +00:00
gradle/wrapper Bug 1724480 - Upgrade JDK to Java 17. r=glandium,ahal,calu 2022-01-11 19:16:01 +00:00
hal Bug 1753574 - hal::LockOrientation can return error status. r=smaug,geckoview-reviewers,agi,calu 2022-03-02 03:48:14 +00:00
image Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw 2022-03-16 18:47:08 +00:00
intl Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw 2022-03-16 18:47:08 +00:00
ipc Bug 1207753: Basic thread-safety annotations to quiet errors until real annotations land r=nika 2022-03-17 18:39:15 +00:00
js Bug 1207753: Basic thread-safety annotations to quiet errors until real annotations land r=nika 2022-03-17 18:39:15 +00:00
layout Bug 1759919 - Don't stop looking for intersecting frames too early in case there are fully-opaque transformed elements. r=miko,mconley 2022-03-17 15:37:31 +00:00
media Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw 2022-03-16 18:47:08 +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 1758702 - Allow ThreadSafeWeakPtr<IncompleteType> to work. r=glandium 2022-03-17 15:24:40 +00:00
mobile Backed out changeset 416c97246140 (bug 1618560) for causing xpcshell failures in test_feature_java.js CLOSED TREE 2022-03-16 14:52:13 -04:00
modules Bug 1750932 - Add color_scheme / content_color_scheme properties to theme API. r=robwu,dao 2022-03-17 14:44:03 +00:00
mozglue Bug 1207753 - Base thread-safety attribution support r=nika 2022-03-16 23:01:41 +00:00
netwerk Bug 1207753: Basic thread-safety annotations to quiet errors until real annotations land r=nika 2022-03-17 18:39:15 +00:00
nsprpub Bug 1743566 - Finalize NSPR version number (no code change). r=glandium UPGRADE_NSPR_RELEASE DONTBUILD 2021-12-18 01:13:20 +00:00
other-licenses Bug 1733545 - Remove REQUIRES_UNIFIED_BUILD from third-party directories that don't need it. r=firefox-build-system-reviewers,andi 2021-10-01 09:01:27 +00:00
parser Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw 2022-03-16 18:47:08 +00:00
python Bug 1759193: Remove workaround for handling `local/` in venv paths r=ahal 2022-03-16 17:11:23 +00:00
remote Bug 1694391 - [webdriver-bidi] Implement browsingContext.getTree command. r=webdriver-reviewers,jdescottes,jgraham 2022-03-17 10:37:36 +00:00
security Bug 1757138 - atomically write DataStorage data and kick off a write when backgrounded r=agi,jschanck 2022-03-17 17:51:16 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=diannaS 2022-03-17 16:33:07 +00:00
servo Bug 1759130 - Add support for parsing the `content-visibility` property from the CSS Contain specification r=emilio 2022-03-14 12:33:55 +00:00
startupcache Bug 1207753: Basic thread-safety annotations to quiet errors until real annotations land r=nika 2022-03-17 18:39:15 +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 1759149: Retry commit fetch r=jewilde 2022-03-15 19:47:03 +00:00
testing Bug 1759749 - Fix nsStyleOutline::CalcDifference to account for 'outline-style: auto' properly. r=dholbert 2022-03-17 12:16:15 +00:00
third_party Bug 1758482 - Update dav1d to new version 28a9c46e1c36540d3276299f2e284ece1d2386be from 2022-02-04T23:02:17.000-03:00. r=media-playback-reviewers,padenot 2022-03-14 17:17:59 +00:00
toolkit Bug 1207753: Basic thread-safety annotations to quiet errors until real annotations land r=nika 2022-03-17 18:39:15 +00:00
tools Bug 1755750 - mozlint/rst: don't report the warning 'is not referenced' r=mhentges DONTBUILD 2022-03-17 14:37:17 +00:00
uriloader Bug 1753369 - Use sync PathUtils directory getters on mainthread in uriloader/ r=Gijs 2022-03-10 15:16:43 +00:00
view Bug 1737044 - Include pointer and frame in nsWindow logging. r=stransky 2021-10-21 14:02:30 +00:00
widget Bug 1207753: Basic thread-safety annotations to quiet errors until real annotations land r=nika 2022-03-17 18:39:15 +00:00
xpcom Bug 1207753: Basic thread-safety annotations to quiet errors until real annotations land r=nika 2022-03-17 18:39:15 +00:00
xpfe/appshell Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw 2022-03-16 18:47:08 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore Bug 1750663 [Linux] Move mozva library and va headers to media directory r=alwu,media-playback-reviewers 2022-01-24 10:19:51 +00:00
.cron.yml Bug 1758746 - Make searchfox run on-push for mozilla-central r=ahal 2022-03-09 21:21:16 +00:00
.eslintignore Bug 1757552 - [devtools] Generate actor-less reps stubs.r=bomsy. 2022-03-03 16:16:50 +00:00
.eslintrc.js Bug 1758292 - Stop using ChromeUtils.import(..., null) for browser_actions_ShowHeartbeatAction.js. r=Gijs 2022-03-08 16:59:20 +00:00
.flake8 Bug 1731542 - remove `infer` from our static-analysis pipeline. r=static-analysis-reviewers,marco 2021-09-20 12:47:44 +00:00
.git-blame-ignore-revs Bug 1735638 - Add Bug 1571899 to annotate/blame ignore revisions. r=glandium DONTBUILD 2021-10-14 16:02:46 +00:00
.gitattributes
.gitignore Bug 1759087 - Ignore Visual Studio user config files in VCS. r=mhentges 2022-03-11 15:40:52 +00:00
.hg-annotate-ignore-revs Bug 1735638 - Add Bug 1571899 to annotate/blame ignore revisions. r=glandium DONTBUILD 2021-10-14 16:02:46 +00:00
.hg-format-source
.hgignore Bug 1732376 - Add a --clean option to remove the raptor venv before running r=sparky,perftest-reviewers 2022-03-16 12:39:55 +00:00
.hgtags No bug - tagging 923f64ad8d51a0ba1540c400bb6ee63cbe1233c4 with FIREFOX_NIGHTLY_99_END a=release DONTBUILD CLOSED TREE 2022-03-08 10:07:40 +00:00
.lando.ini Bug 1740791: temporarily disable autoformatting r=sheehan DONTBUILD 2021-11-16 16:49:41 +00:00
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml Bug 1732723 - Rename "taskgraph" Python module to "gecko_taskgraph". r=jmaher 2021-09-30 09:50:08 -04:00
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2021-12-06 19:18:29 +00:00
Cargo.lock Bug 1681985 - P3. Implement CreditCardRuleset in C++ r=sgalich,emilio 2022-03-11 11:45:59 +00:00
Cargo.toml Bug 1755956 - Add initial boilerplate for origin trials. r=smaug,hsivonen 2022-02-18 13:57:30 +00:00
GNUmakefile
LICENSE
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
README.txt
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
build.gradle Bug 1754474 - Update to Glean 44.0.0 and glean_parser 5.0.1. r=janerik 2022-02-15 13:35:07 +00:00
client.mk Bug 1734594 - Terminate the sccache server in cases where submakes end in an error. r=firefox-build-system-reviewers,andi 2021-10-08 09:30:48 +00:00
client.py
configure.in
configure.py Bug 1747332 - Move build environment checks to configure.py. r=firefox-build-system-reviewers,andi 2021-12-23 20:47:47 +00:00
gradle.properties Bug 1727438 - Increase java max heap to 32G. r=nalexander,owlish 2021-08-31 20:53:08 +00:00
gradlew
gradlew.bat
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 1748762: Update mach.ps1 to always support MozillaBuild 4.0 r=saschanaz 2022-01-21 18:22:59 +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 1596656 - Move STRIP to python configure. r=firefox-build-system-reviewers,andi 2022-01-28 03:00:13 +00:00
mozilla-config.h.in Bug 1746991 - Avoid warning noise from __STDC_CONSTANT_MACROS being redefined. r=firefox-build-system-reviewers,andi 2021-12-21 21:22:26 +00:00
old-configure.in Bug 1752064 - Move the remainder of AS to python configure. r=firefox-build-system-reviewers,andi 2022-02-03 00:06:29 +00:00
package-lock.json Bug 1753652 - Update various node_modules to their latest versions. r=Gijs 2022-02-07 17:28:47 +00:00
package.json Bug 1753652 - Update various node_modules to their latest versions. r=Gijs 2022-02-07 17:28:47 +00:00
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

README.txt

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.