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
Перейти к файлу
Tim Huang fb52aa79c4 Bug 1773695 - Part 1: Add prefs for email tracking protection. r=dimi
Differential Revision: https://phabricator.services.mozilla.com/D151048
2022-07-15 14:30:20 +00:00
.cargo
.vscode
accessible
browser Bug 1777147 - remove DownloadsSubview module reference. r=mak 2022-07-15 14:28:08 +00:00
build Backed out changeset ca6ec0d979df (bug 1769290) for causing build bustages. CLOSED TREE 2022-07-15 16:48:37 +03:00
caps
chrome
config
devtools Bug 1762462 - Make tests in devtools/client/storage/test/ reflect Always Partitioning Storage; r=jdescottes 2022-07-15 13:26:17 +00:00
docs
docshell Bug 1762462 - Make tests in docshell/test/navigation/ reflect Always Partitioning Storage; r=smaug 2022-07-15 13:26:18 +00:00
dom Bug 1762462 - Make tests in dom/websocket/tests/ reflect Always Partitioning Storage; r=baku 2022-07-15 13:26:23 +00:00
editor
extensions
gfx Bug 1617369 - Reformat recent rust changes with rustfmt r=emilio 2022-07-15 09:37:22 +00:00
gradle/wrapper
hal
image Bug 1519636 - Reformat recent changes to the Google coding style. r=marco 2022-07-15 08:27:50 +00:00
intl
ipc
js Backed out changeset ca6ec0d979df (bug 1769290) for causing build bustages. CLOSED TREE 2022-07-15 16:48:37 +03:00
layout Bug 1762462 - Make tests in layout/base/tests/ reflect Always Partitioning Storage; r=smaug 2022-07-15 13:26:21 +00:00
media
memory
mfbt
mobile
modules Bug 1773695 - Part 1: Add prefs for email tracking protection. r=dimi 2022-07-15 14:30:20 +00:00
mozglue
netwerk Bug 1758745 - Refactor EffectiveStoragePrincipal to EffectiveCookiePrincipal and create new function EffectiveStoragePrincipal that is never unpartitioned; r=bvandersloot 2022-07-15 13:26:17 +00:00
nsprpub
other-licenses
parser
python Bug 1778358 - add c++17 flag to the static analysis test. r=marco 2022-07-15 08:26:25 +00:00
remote Bug 1779694 - Await window closing during reftest cleanup, r=webdriver-reviewers,whimboo 2022-07-15 11:33:48 +00:00
security Bug 1617369 - Reformat recent rust changes with rustfmt r=emilio 2022-07-15 09:37:22 +00:00
services
servo
startupcache
storage
supply-chain
taskcluster Bug 1779603 - Disable Always Partition Storage on xorigin mochitests, r=jmaher 2022-07-15 13:26:23 +00:00
testing Bug 1762462 - Disable Always Partitioning Storage pref for Web Platform Tests; r=bvandersloot 2022-07-15 13:26:22 +00:00
third_party
toolkit Bug 1773691 - Add email tracking prtoection and annotation to the safebrowsing module. r=dimi 2022-07-15 14:30:19 +00:00
tools Backed out changeset ca6ec0d979df (bug 1769290) for causing build bustages. CLOSED TREE 2022-07-15 16:48:37 +03:00
uriloader
view
widget
xpcom
xpfe/appshell Backed out changeset bdb3f95ed1fd (bug 1773310) for causing wdspec leaks (bug 1779170). CLOSED TREE 2022-07-15 15:17:16 +03:00
.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
mots.yaml
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.