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
Перейти к файлу
Julian Descottes b06a1d4e19 Bug 1790375 - [bidi] Implement network.fetchError event r=webdriver-reviewers,whimboo
Implements https://w3c.github.io/webdriver-bidi/#event-network-fetchError

Differential Revision: https://phabricator.services.mozilla.com/D197586
2024-01-11 15:49:30 +00:00
.cargo
.github/workflows
.vscode
accessible
browser Bug 1849135 - make about:preferences search work with moz-toggle + custom elements r=settings-reviewers,Gijs 2024-01-11 15:03:04 +00:00
build
caps
chrome
config
devtools Bug 1873515 - [devtools] Log DOM events when tracing from the browser toolbox. r=devtools-reviewers,nchevobbe 2024-01-11 15:28:03 +00:00
docs
docshell
dom
editor
extensions
gfx Bug 1873927. r=gfx-reviewers,lsalzman 2024-01-11 15:38:39 +00:00
gradle/wrapper
hal
image
intl
ipc
js
layout
media
memory
mfbt
mobile
modules
mozglue
netwerk
nsprpub
other-licenses
parser
python
remote Bug 1790375 - [bidi] Implement network.fetchError event r=webdriver-reviewers,whimboo 2024-01-11 15:49:30 +00:00
security
services
servo
startupcache
storage
supply-chain
taskcluster
testing
third_party
toolkit Bug 1871198 - removing PWMGR_IMPORT_LOGINS_FROM_FILE_MS probe r=issozi,credential-management-reviewers,issammani 2024-01-11 14:48:05 +00:00
tools Bug 1874108 - Only declare the ProfilerBandwidthCounter class when MOZ_GECKO_PROFILER is defined, r=canaltinova,profiler-reviewers. 2024-01-11 15:28:58 +00:00
uriloader
view
widget
xpcom
xpfe/appshell
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore
.eslintrc-test-paths.js
.eslintrc.js
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore
.hgtags
.lando.ini
.lldbinit
.mailmap
.prettierignore
.prettierrc.js
.stylelintignore
.stylelintrc.js
.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
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
pyproject.toml
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.