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 c6da6d392f Bug 1753067 - Make Wayland and X11 clipboard implementations a bit more similar. r=stransky
Differential Revision: https://phabricator.services.mozilla.com/D137619
2022-02-02 14:55:13 +00:00
.cargo
.vscode
accessible
browser Bug 1747692 - Remove ObserverChanges in editBookmark.js. r=mak 2022-02-02 11:08:20 +00:00
build
caps
chrome
config
devtools Bug 1751677 - [devtools] Cleanup tests to use shared clickGutter function r=ochameau 2022-02-02 08:27:43 +00:00
docs
docshell Bug 1750174 - Auto-refreshing pages reposition themselves to the top upon refresh. r=smaug 2022-02-02 13:22:30 +00:00
dom Bug 1750012 - Make tests in dom/locks/test/ dFPI compatible, r=timhuang 2022-02-02 14:47:42 +00:00
editor
extensions
gfx Bug 1752881 - Include our preferred emoji fonts in Common Fallbacks on Windows, so that they'll take precedence over random user-installed emoji fonts when no explicit font request applies. r=m_kato 2022-02-02 13:40:58 +00:00
gradle/wrapper
hal
image
intl
ipc Bug 1751367: Delay loading winmm.dll, so it loads after COM initialization. r=cmartin,media-playback-reviewers,alwu 2022-02-02 13:43:51 +00:00
js Bug 1752231 - Refactor binarySimd128 to allow VEX encoding. r=jseward 2022-02-02 13:39:51 +00:00
layout
media
memory
mfbt
mobile
modules Bug 1753131 - use fake device name changes to test devicechange events r=jib 2022-02-02 09:18:18 +00:00
mozglue
netwerk Bug 1751367: Delay loading winmm.dll, so it loads after COM initialization. r=cmartin,media-playback-reviewers,alwu 2022-02-02 13:43:51 +00:00
nsprpub
other-licenses
parser Bug 1752498 - XML error shows garbage for location. r=bholley 2022-02-02 09:28:33 +00:00
python
remote
security Bug 1751367: Delay loading winmm.dll, so it loads after COM initialization. r=cmartin,media-playback-reviewers,alwu 2022-02-02 13:43:51 +00:00
services
servo
startupcache
storage
taskcluster Bug 1753045 - funsize: stop using deprecated `warn` logging method. r=releng-reviewers,gbrown DONTBUILD 2022-02-02 10:46:27 +00:00
testing Bug 1753109 - Disable new tests if not domstreams r=mgaudet 2022-02-02 14:39:53 +00:00
third_party
toolkit Bug 1752201 - Remove 'early adopter' language from FOG docs r=TravisLong 2022-02-02 14:48:27 +00:00
tools
uriloader Bug 1752996, r=mhowell,dveditz 2022-02-02 14:29:04 +00:00
view
widget Bug 1753067 - Make Wayland and X11 clipboard implementations a bit more similar. r=stransky 2022-02-02 14:55:13 +00:00
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.