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 f56fbb0c77 Bug 1683281 - Part 4: Add helper method to get ObservableArray backing object; r=peterv
Depends on D112278

Differential Revision: https://phabricator.services.mozilla.com/D112279
2022-03-10 22:44:28 +00:00
.cargo
.vscode
accessible
browser Bug 1744377 - Coalesce next variation to avoid exceptions in tests r=pdahiya 2022-03-10 21:56:32 +00:00
build
caps
chrome
config
devtools Bug 1757951 - [devtools] Implement "Root" Resources in order to be able to watch for context-less resources in the parent process. r=jdescottes,devtools-backward-compat-reviewers 2022-03-10 22:43:48 +00:00
docs
docshell
dom Bug 1683281 - Part 4: Add helper method to get ObservableArray backing object; r=peterv 2022-03-10 22:44:28 +00:00
editor
extensions
gfx
gradle/wrapper
hal
image
intl
ipc
js Bug 1683281 - Part 3: Add ObservableArrayProxyHandler base class; r=peterv 2022-03-10 22:44:27 +00:00
layout Bug 1728379: Add diagnostic logging to reftest 459443-1.html to see how far we get when it times out. r=smaug 2022-03-10 21:22:19 +00:00
media
memory
mfbt
mobile
modules
mozglue
netwerk
nsprpub
other-licenses
parser
python Bug 1756047: When creating Mach venv in CI, put it in `$WORKSPACE` r=ahal 2022-03-10 20:41:54 +00:00
remote
security
services
servo
startupcache
storage
taskcluster Bug 1748510 - [taskgraph] Use taskgraph.py from vendored Taskgraph, r=taskgraph-reviewers,aki 2022-03-10 22:17:36 +00:00
testing
third_party
toolkit
tools Bug 1748510 - [taskgraph] Use taskgraph.py from vendored Taskgraph, r=taskgraph-reviewers,aki 2022-03-10 22:17:36 +00:00
uriloader
view
widget
xpcom
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.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.