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
Перейти к файлу
Jeff Gilbert 67e6fce4dd Bug 1730282 - Cleanup IPC WebGL code. r=gfx-reviewers,lsalzman
* Replace QueueStatus with bool
* Remove unused structs and code
* Add some MOZ_LIKELY to (de)serialization branches

Differential Revision: https://phabricator.services.mozilla.com/D125295
2021-09-11 02:11:11 +00:00
.cargo Bug 1729751 - Update wgpu and ron 3rd parties r=jimb 2021-09-10 18:24:02 +00:00
.vscode
accessible
browser Bug 1729847 - Fixing Pocket panel auto closing on enter r=mconley 2021-09-10 23:38:34 +00:00
build
caps
chrome
config
devtools
docs
docshell
dom Bug 1730282 - Cleanup IPC WebGL code. r=gfx-reviewers,lsalzman 2021-09-11 02:11:11 +00:00
editor Bug 1720809 - part 2: Make `insertLineBreak` command handler in `HTMLEditor` insert a linefeed character instead of `<br>` element in same condition as Blink/WebKit r=m_kato 2021-09-10 21:45:47 +00:00
extensions
gfx Bug 1729751 - Update wgpu and ron 3rd parties r=jimb 2021-09-10 18:24:02 +00:00
gradle/wrapper
hal
image
intl
ipc
js
layout Backed out 2 changesets (bug 1728187) for causing reftest failures on backplate-select-001.html. CLOSED TREE 2021-09-11 04:08:21 +03:00
media
memory
mfbt
mobile
modules Backed out changeset 282b96702ce9 (bug 1687682) for causing multiple mochitest failures. 2021-09-11 04:07:28 +03:00
mozglue
netwerk
nsprpub
other-licenses
parser
python
remote
security Bug 1730265: Add includes to SandboxTestingChild.cpp and SandboxTestingParent.cpp to fix build errors with --disable-unified-build. r=handyman 2021-09-10 22:07:52 +00:00
services
servo Bug 1730123 - Fix anonymous name handling in presence of stylesheet sharing. r=firefox-style-system-reviewers,boris 2021-09-11 00:04:18 +00:00
startupcache
storage
taskcluster Bug 1730255 - [ci] Don't 'always-target' Python tests on MacOS, r=taskgraph-reviewers,jmaher 2021-09-10 21:03:19 +00:00
testing Bug 1730123 - Fix anonymous name handling in presence of stylesheet sharing. r=firefox-style-system-reviewers,boris 2021-09-11 00:04:18 +00:00
third_party Bug 1710097 - Use the memmap2 crate in place of the unmaintained memmap crate r=mstange 2021-09-10 19:46:14 +00:00
toolkit Backed out changeset 282b96702ce9 (bug 1687682) for causing multiple mochitest failures. 2021-09-11 04:07:28 +03:00
tools Bug 1710097 - Use the memmap2 crate in place of the unmaintained memmap crate r=mstange 2021-09-10 19:46:14 +00:00
uriloader
view
widget Backed out changeset 282b96702ce9 (bug 1687682) for causing multiple mochitest failures. 2021-09-11 04:07:28 +03:00
xpcom Bug 1729921: Cancel with a sync dispatch to the target thread in these tests. r=nika 2021-09-10 19:08:25 +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 Bug 1710097 - Use the memmap2 crate in place of the unmaintained memmap crate r=mstange 2021-09-10 19:46:14 +00:00
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.