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
Перейти к файлу
Cosmin Sabou 241f586c68 Merge mozilla-central to autoland. 2022-05-17 01:00:59 +03:00
.cargo
.vscode
accessible
browser Merge mozilla-central to autoland. 2022-05-17 01:00:59 +03:00
build Bug 1769098 - initial work to allow taskcluster/mozbase/mozharness to support conditioned profiles. r=ahal 2022-05-16 19:11:46 +00:00
caps
chrome
config
devtools
docs
docshell Bug 1769332 - Generate XPCOM error code lists for Java, r=geckoview-reviewers,agi,calu 2022-05-16 18:01:19 +00:00
dom Backed out 2 changesets (bug 1760843) for causing wpt failures in /screen-capture/getdisplaymedia.https.html CLOSED TREE 2022-05-17 00:32:39 +03:00
editor
extensions
gfx Bug 1768096 - Add testcase from report as a crashtest. r=lsalzman 2022-05-16 18:03:27 +00:00
gradle/wrapper
hal
image
intl
ipc Bug 1769547 - Do not MOZ_CRASH() on missing process r=nika 2022-05-16 17:02:44 +00:00
js Bug 1769239 - Upload js.wasm binary for SM(wasi) tasks. r=sfink 2022-05-16 13:25:29 +00:00
layout Bug 1769508 - Remove the special case code for frameset shrink-to-fit. r=emilio 2022-05-16 12:27:49 +00:00
media
memory
mfbt Bug 1767517 - Part 1: Fix incorrect annotation for GUARDED_VAR and PT_GUARDED_VAR, r=jesup 2022-05-16 20:40:49 +00:00
mobile Merge mozilla-central to autoland. 2022-05-17 01:00:59 +03:00
modules Merge autoland to mozilla-central. a=merge 2022-05-17 00:53:26 +03:00
mozglue
netwerk Bug 1769380 - Remove the unused nsSOCKSSocketProvider::CreateV4 and CreateV5. r=necko-reviewers,kershaw 2022-05-16 14:03:33 +00:00
nsprpub
other-licenses
parser
python Bug 1768502 - Add esr102 to cross-channel configuration, drop esr91, r=aki 2022-05-16 16:55:45 +00:00
remote Bug 1769388 - Change nsIPrintSettingsService's 'newPrintSettings' attribute to a 'createNewPrintSettings' function. r=bobowen,webdriver-reviewers,whimboo 2022-05-16 11:50:34 +00:00
security No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM 2022-05-16 13:40:00 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM 2022-05-16 13:40:00 +00:00
servo
startupcache
storage
taskcluster Bug 1769098 - initial work to allow taskcluster/mozbase/mozharness to support conditioned profiles. r=ahal 2022-05-16 19:11:46 +00:00
testing Backed out 2 changesets (bug 1760843) for causing wpt failures in /screen-capture/getdisplaymedia.https.html CLOSED TREE 2022-05-17 00:32:39 +03:00
third_party
toolkit Merge mozilla-central to autoland. 2022-05-17 01:00:59 +03:00
tools Bug 1769055 - Add a try preset for Media. r=ahal,media-playback-reviewers,alwu 2022-05-16 14:07:18 +00:00
uriloader Bug 1757771, always launch the save dialog when pressing the PDF Viewer download button, and remove test code that expected the unknown type dialog to appear, r=marco 2022-05-16 14:34:14 +00:00
view
widget Bug 1769388 - Change nsIPrintSettingsService's 'newPrintSettings' attribute to a 'createNewPrintSettings' function. r=bobowen,webdriver-reviewers,whimboo 2022-05-16 11:50:34 +00:00
xpcom Bug 1767517 - Part 2: Annotate nsPipe for the thread safety analysis, r=jesup,xpcom-reviewers,KrisWright 2022-05-16 20:40:49 +00:00
xpfe/appshell
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml Bug 1766928 - Configure Taskgraph to support esr102 r=releng-reviewers,jcristau,gbrown,aki 2022-05-16 16:13:57 +00:00
.eslintignore
.eslintrc.js
.flake8
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore
.hgtags
.lando.ini
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER
Cargo.lock
Cargo.toml
GNUmakefile
LICENSE
Makefile.in
README.txt
aclocal.m4
build.gradle
client.mk
client.py
configure.in
configure.py
gradle.properties
gradlew
gradlew.bat
mach
mach.cmd
mach.ps1
moz.build
moz.configure
mozilla-config.h.in
old-configure.in
package-lock.json
package.json
settings.gradle
substitute-local-geckoview.gradle
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.