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
Перейти к файлу
Sean Feng b7780dae55 Bug 1742203 - Tweak lazy-loading root margin defaults to 500px in all directions for EARLY_BETA_OR_EARLIER r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D131713
2021-11-20 16:49:50 +00:00
.cargo
.vscode
accessible
browser Bug 1708193 - Remove mozapps/extensions/internal/Content.js r=rpl 2021-11-20 13:10:58 +00:00
build
caps
chrome
config Backed out changeset 4294063f1606 (bug 1688452) for causing mochitest and wpt failures. CLOSED TREE 2021-11-20 13:00:27 +02:00
devtools
docs
docshell
dom Bug 1708193 - Remove mozapps/extensions/internal/Content.js r=rpl 2021-11-20 13:10:58 +00:00
editor
extensions
gfx Bug 1740739 - Implement AddInputBlockCallback for APZCTreeManagerChild. r=botond 2021-11-20 09:49:15 +00:00
gradle/wrapper
hal
image
intl
ipc
js Bug 1742142 - Part 17: Remove BigIntType.h includes from Stencil.h. r=tcampbell 2021-11-20 16:10:25 +00:00
layout Backed out changeset 4294063f1606 (bug 1688452) for causing mochitest and wpt failures. CLOSED TREE 2021-11-20 13:00:27 +02:00
media
memory
mfbt Bug 1742115 - Fix UnsafeConvertValidUtf8toUtf16 to wrap the correct Rust implementation. r=hsivonen 2021-11-19 18:57:44 +00:00
mobile
modules Bug 1742203 - Tweak lazy-loading root margin defaults to 500px in all directions for EARLY_BETA_OR_EARLIER r=emilio 2021-11-20 16:49:50 +00:00
mozglue Bug 1742111 - Rename internal accentcolor and textcolor properties to be more consistent with the webext theme API. r=harry 2021-11-19 20:00:07 +00:00
netwerk Bug 1740767: DataChannels cleanup r=bwc 2021-11-19 16:27:17 +00:00
nsprpub
other-licenses
parser Backed out changeset 4294063f1606 (bug 1688452) for causing mochitest and wpt failures. CLOSED TREE 2021-11-20 13:00:27 +02:00
python Bug 1739644 - make clang based tooling work for cross compile builds also. r=firefox-static-analysis-reviewers,sylvestre DONTBUILD 2021-11-19 20:10:21 +00:00
remote Bug 1731556 - [remote] Do not broadcast already existing session data items r=whimboo,jgraham,webdriver-reviewers 2021-11-19 15:39:12 +00:00
security Backed out changeset 4294063f1606 (bug 1688452) for causing mochitest and wpt failures. CLOSED TREE 2021-11-20 13:00:27 +02:00
services Bug 1736175 - Use PathUtils for generating paths in sync engines r=markh 2021-11-19 18:37:22 +00:00
servo Bug 1739464 - Simplify language-dependent font fallback code. r=jfkthame 2021-11-19 16:11:55 +00:00
startupcache
storage
taskcluster Bug 1632870 - [taskgraph] Store a hash of the 'test-setting' object, r=jmaher 2021-11-19 14:18:33 +00:00
testing Bug 1740579 - Add pdfpaint benchmark for gradients. r=perftest-reviewers,AlexandruIonescu 2021-11-19 22:00:06 +00:00
third_party
toolkit Bug 1708193 - Remove mozapps/extensions/internal/Content.js r=rpl 2021-11-20 13:10:58 +00:00
tools
uriloader Bug 1737696, skip spam check for downloads that were saved; this allows the save link context menu item to work properly, r=mtigley 2021-11-20 12:45:28 +00:00
view
widget Bug 1340301 - Ensure APZ functions are called from correct threads on Android with GPU process. r=botond 2021-11-20 09:49:14 +00:00
xpcom Backed out changeset 4294063f1606 (bug 1688452) for causing mochitest and wpt failures. CLOSED TREE 2021-11-20 13:00:27 +02: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.