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
Перейти к файлу
Edgar Chen dcc9800af0 Bug 1727631 - Part 1: Make nsRadioGroupStruct::mRadioButtons use nsTArray<RefPtr<HTMLInputElement>; r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D123681
2021-08-28 18:53:15 +00:00
.cargo
.vscode
accessible
browser Backed out changeset 60697a776b8a (bug 1581889) for causing failures on browser_removeAllDialog.js. CLOSED TREE 2021-08-28 21:14:00 +03:00
build
caps
chrome
config
devtools
docs
docshell
dom Bug 1727631 - Part 1: Make nsRadioGroupStruct::mRadioButtons use nsTArray<RefPtr<HTMLInputElement>; r=smaug 2021-08-28 18:53:15 +00:00
editor
extensions
gfx Bug 1727876 - Remove BasicCompositor. r=jrmuizel 2021-08-28 03:54:24 +00:00
gradle/wrapper
hal
image
intl
ipc
js Bug 1721562 - Remove unimplemented GCVector methods from MutableWrappedPtrOperations for GCVector r=sfink 2021-08-28 12:17:58 +00:00
layout Bug 1727683 - Remove LayerTreeInvalidation. r=jrmuizel 2021-08-28 03:54:23 +00:00
media
memory
mfbt
mobile
modules Backed out 5 changesets (bug 1726360) for causing build bustages on nsClipboardWayland.cpp. CLOSED TREE 2021-08-27 21:29:18 +03:00
mozglue
netwerk
nsprpub
other-licenses
parser
python
remote
security
services
servo
startupcache
storage
taskcluster Bug 1727925 - Part 1: Migrate windows32-tests from AWS to Azure r=jmaher 2021-08-27 16:31:30 +00:00
testing Bug 1727881 - Add onbegin/onend/onrepeat event handler IDL attributes to SVGAnimationElement r=emilio 2021-08-28 16:06:20 +00:00
third_party
toolkit Bug 1726808 - Un-hardcode the snap name to check against in nsToolkitProfileService::IsSnapEnvironment(). r=stransky,mossop 2021-08-27 18:51:41 +00:00
tools Backed out changeset 2c24c285ed0a (bug 1727780) for breaking browsertime tasks (new yargs version requires node 12 but version 10 is used). CLOSED TREE 2021-08-28 16:38:45 +03:00
uriloader
view
widget Bug 1727876 - Remove BasicCompositor. r=jrmuizel 2021-08-28 03:54:24 +00:00
xpcom Bug 1501983 - Add onslotchange event handler.r=smaug 2021-08-27 20:15:30 +00:00
xpfe/appshell
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml
.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.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.