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
Перейти к файлу
Nihanth Subramanya d608fa6362 Bug 1736627 - Renew image preload delay telemetry probes until fx 103. r=necko-reviewers,valentin
Differential Revision: https://phabricator.services.mozilla.com/D133598
2021-12-21 11:06:29 +00:00
.cargo Bug 1745608 - Add additional AVIF telemetry for unimplemented features. r=aosmond CLOSED TREE 2021-12-18 20:05:19 +00:00
.vscode
accessible Bug 1746827: Null check mCachedFields in RemoteAccessibleBase::Min/Cur/MaxValue/Step. r=eeejay 2021-12-20 22:52:45 +00:00
browser Bug 1742558 - Add a Places Previews module. r=Standard8 2021-12-21 10:53:45 +00:00
build Bug 1746544 - Move --enable-sandbox to python configure. r=firefox-build-system-reviewers,andi 2021-12-18 00:41:44 +00:00
caps Bug 1590068 - Add fuzzing target for StructuredCloneData. r=baku,sfink 2021-12-08 18:59:02 +00:00
chrome Bug 1734823 - Enable ESLint rule no-unused-vars globally for xpcshell test*.js files. r=necko-reviewers,Gijs,valentin 2021-10-11 11:07:02 +00:00
config Bug 1744234 - Bump minimum Rust version to 1.57. r=firefox-build-system-reviewers,andi 2021-12-17 08:37:39 +00:00
devtools Bug 1746370 - [devtools] Pass SOURCE resources down to newGeneratedSources. r=nchevobbe 2021-12-21 09:15:32 +00:00
docs Bug 1746839 - Rename the basename in firefox source docs.r=firefox-source-docs-reviewers,sylvestre DONTBUILD 2021-12-20 10:20:23 +00:00
docshell Bug 1735613 - Part 1: Remove the requirement for SHIP with parent controlled loads, r=peterv,nika 2021-12-20 22:39:29 +00:00
dom Bug 1746870: part 2) Add minor documentation to `nsIGlobalObject`. r=hsivonen 2021-12-21 09:46:17 +00:00
editor Bug 1745882 - Move all editor prefs in `all.js` to `StaticPrefList.yaml` r=m_kato 2021-12-15 05:17:52 +00:00
extensions Bug 1746299 - Remove broken support for --enable-project=extensions and --enable-extensions. r=Gijs,firefox-build-system-reviewers,mhentges 2021-12-18 00:32:34 +00:00
gfx Bug 1746540 - Move --enable-logrefcnt to python configure. r=nika,firefox-build-system-reviewers,mhentges 2021-12-18 00:32:35 +00:00
gradle/wrapper Backed out 2 changesets (bug 1724480) for causing Bug 1745152 and Bug 1745153 CLOSED TREE 2021-12-09 18:58:02 +02:00
hal Bug 1744101 - Support ScreenOrientation.unlock r=geckoview-reviewers,agi 2021-12-15 16:51:28 +00:00
image Bug 1745608 - Add additional AVIF telemetry for unimplemented features. r=aosmond CLOSED TREE 2021-12-18 20:05:19 +00:00
intl Bug 1746837 - Part 1: Include "mozilla/intl/MeasureUnitGenerated.h" in Spidermonkey. r=platform-i18n-reviewers,tcampbell,dminor 2021-12-21 08:43:10 +00:00
ipc Bug 1745269 - Remove the GC_WAIT_FOR_IDLE_* telemetry r=smaug 2021-12-20 22:12:08 +00:00
js Bug 1746702 - [MIPS] Fix build issue caused by optimization for compare-and-select. r=jseward,lth 2021-12-21 09:50:11 +00:00
layout Bug 1355821 - Allow a half pixel difference if the top level document gets scaled under 1.0. r=tnikkel 2021-12-21 01:50:37 +00:00
media Bug 1744639 - Update dav1d to 7b99b0e17fbd86f0847684798b182f9122545580 r=jbauman 2021-12-18 02:56:07 +00:00
memory Bug 1743713 - Fix a warning for FdPrintf in PHC r=glandium 2021-12-07 22:27:21 +00:00
mfbt Bug 1746540 - Move --enable-logrefcnt to python configure. r=nika,firefox-build-system-reviewers,mhentges 2021-12-18 00:32:35 +00:00
mobile Bug 1712837 - introduce ipcclientcerts to allow client certificates to work with the socket process r=rmf,kershaw,necko-reviewers,ipc-reviewers,nika,glandium,jschanck 2021-12-18 01:30:24 +00:00
modules Bug 1746110 - Turn on OffscreenCanvas in nightly only by default. r=gfx-reviewers,emilio,jrmuizel 2021-12-21 02:14:44 +00:00
mozglue Bug 1729815 - Remove unnecessary profiler feature "threads" - r=julienw,perftest-reviewers,AlexandruIonescu 2021-12-20 21:03:09 +00:00
netwerk Bug 1736627 - Renew image preload delay telemetry probes until fx 103. r=necko-reviewers,valentin 2021-12-21 11:06:29 +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
parser Bug 1745239 - Chunk XML parsing to 64k characters at a time. r=bholley 2021-12-20 19:31:55 +00:00
python Bug 1746770 - "mach vendor rust" fails when crate has the directory name that uses space character. r=firefox-build-system-reviewers,mhentges 2021-12-21 01:26:21 +00:00
remote Bug 1746953 - [remote] Update error message when validating origin header r=webdriver-reviewers,whimboo 2021-12-21 07:17:46 +00:00
security No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM 2021-12-20 13:37:10 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM 2021-12-20 13:37:10 +00:00
servo Bug 1746920 - Use ThreadPool::scope_fifo in style. r=TYLin 2021-12-20 23:55:36 +00:00
startupcache Backed out 3 changesets (bug 1724509) for causing marionette failures. CLOSED TREE 2021-10-06 03:57:57 +03:00
storage Bug 1738966 - Pass in argc, argv in GreOmniPath. r=kershaw,valentin 2021-11-03 16:31:06 +00:00
taskcluster Bug 1744234 - Bump minimum Rust version to 1.57. r=firefox-build-system-reviewers,andi 2021-12-17 08:37:39 +00:00
testing Bug 1674343 - Test that service workers respect secure context restrictions r=asuth 2021-12-21 09:38:02 +00:00
third_party Bug 1744671 - Update fluent-bundle to v0.15.2. r=platform-i18n-reviewers,nordzilla 2021-12-21 01:03:01 +00:00
toolkit Bug 1736627 - Renew image preload delay telemetry probes until fx 103. r=necko-reviewers,valentin 2021-12-21 11:06:29 +00:00
tools Bug 1734141 - Improve clarity of try percentile estimates. r=ahal 2021-12-20 22:44:12 +00:00
uriloader Bug 1721217 - Part 6: Don't cancel concurrent loads if they are downloads, r=nika,necko-reviewers 2021-12-16 22:27:17 +00:00
view Bug 1737044 - Include pointer and frame in nsWindow logging. r=stransky 2021-10-21 14:02:30 +00:00
widget Bug 1664149 p2: Wait for sanitize in test_bug1123480.xhtml. r=smaug 2021-12-20 17:32:49 +00:00
xpcom Backed out changeset e38313bed466 (bug 1746488) for causing mochitest failures on Mutex_posix.cpp CLOSED TREE 2021-12-21 05:11:33 -05:00
xpfe/appshell Bug 1586061: Prevent additional hidden windows from being created if one already exists on macOS. r=mstange 2021-12-16 18:59:42 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore Bug 1719554 - Unify unicode::Script as intl::Script; r=platform-i18n-reviewers,gregtatum 2021-12-06 18:15:50 +00:00
.cron.yml Bug 1738908 - remove esr78 references. r=releng-reviewers,mtabara DONTBUILD 2021-11-02 16:47:50 +00:00
.eslintignore Bug 1726804 - Refactor PROCESS_TYPE_* from nsICrashService r=gsvelto 2021-11-19 14:02:56 +00:00
.eslintrc.js Bug 1745977 - Stop using the second argument to ChromeUtils.import in various files in services/. r=markh 2021-12-15 10:05:35 +00:00
.flake8
.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 1736907 - Add a build flag to experimentally build with ICU4X static data; r=platform-i18n-reviewers,dminor 2021-11-16 15:09:09 +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 1736907 - Add a build flag to experimentally build with ICU4X static data; r=platform-i18n-reviewers,dminor 2021-11-16 15:09:09 +00:00
.hgtags No bug - tagging 9a9e37163d95b8021449260af27a113d4633235c with FIREFOX_NIGHTLY_96_END a=release DONTBUILD CLOSED TREE 2021-12-06 19:18:18 +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
.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 1744671 - Update fluent-bundle to v0.15.2. r=platform-i18n-reviewers,nordzilla 2021-12-21 01:03:01 +00:00
Cargo.toml Bug 1712837 - introduce ipcclientcerts to allow client certificates to work with the socket process r=rmf,kershaw,necko-reviewers,ipc-reviewers,nika,glandium,jschanck 2021-12-18 01:30:24 +00:00
GNUmakefile
LICENSE
Makefile.in Bug 1744325 - Remove outdated `update-packaging` cruft. r=bhearsum,firefox-build-system-reviewers,glandium 2021-12-10 17:31:08 +00:00
README.txt
aclocal.m4
build.gradle Bug 1744674 - Update to Glean v42.3.0 & glean_parser v4.3.1 r=chutten 2021-12-13 11:24:50 +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 1743033 - Avoid creating mach virtualenv when running confgure standalone. r=mhentges 2021-11-26 01:56:04 +00:00
gradle.properties
gradlew
gradlew.bat
mach Bug 1731158 - Allow initializing mach from a Thunderbird source repo. r=firefox-build-system-reviewers,mhentges 2021-11-29 18:34:58 +00:00
mach.ps1
moz.build Bug 1734831 - fx doc: import the gtest doc from mdn archive + refresh r=gcp DONTBUILD 2021-10-08 19:53:53 +00:00
moz.configure Bug 1743832 - Move bootstrap-related configure code to a separate file. r=firefox-build-system-reviewers,andi 2021-12-17 22:47:50 +00:00
mozilla-config.h.in
old-configure.in Bug 1746544 - Move --enable-sandbox to python configure. r=firefox-build-system-reviewers,andi 2021-12-18 00:41:44 +00:00
package-lock.json Bug 1736781 - Update eslint-plugin-no-unsanitized to version 3.2.0 r=Standard8 2021-10-21 13:08:11 +00:00
package.json Bug 1736781 - Update eslint-plugin-no-unsanitized to version 3.2.0 r=Standard8 2021-10-21 13:08:11 +00:00
settings.gradle Bug 1529082 - Move TestRunnerActivity to test_runner. r=ahal,owlish 2021-11-02 18:56:26 +00:00
substitute-local-geckoview.gradle Bug 1744336 - load mozconfig only once in substitute-local-geckoview. r=agi 2021-12-07 17:53:25 +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.