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
Перейти к файлу
Christian Holler 5d618d3e71 Bug 1905284 - Mark triggering principal as not nullable in BlobURLDataRequest. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D215183
2024-07-31 12:14:55 +00:00
.cargo Bug 1910513 - Update tokio to 1.39.2. r=nika,supply-chain-reviewers 2024-07-31 02:53:18 +00:00
.github/workflows
.vscode
accessible
browser Bug 1906054 - SearchModeSwitcher icon is not updated when default search engine changes. r=daleharvey 2024-07-31 11:24:05 +00:00
build Bug 1910513 - Update tokio to 1.39.2. r=nika,supply-chain-reviewers 2024-07-31 02:53:18 +00:00
caps
chrome
config
devtools Bug 1910569 - [devtools] Rename OutputParser unmatchedVariableClass option into unmatchedClass so it can be used for light-dark(). r=devtools-reviewers,ochameau. 2024-07-31 05:35:08 +00:00
docs
docshell
dom Bug 1905284 - Mark triggering principal as not nullable in BlobURLDataRequest. r=nika 2024-07-31 12:14:55 +00:00
editor
extensions
gfx Bug 1910637 - Call DisableVideoOverlay() in DCSurfaceVideo::PresentVideo() if necessary r=gfx-reviewers,lsalzman 2024-07-30 22:14:53 +00:00
gradle/wrapper
hal
image
intl
ipc Bug 1865896 - Apply DefineEnum to CryptoScheme r=media-playback-reviewers,padenot 2024-07-31 00:09:56 +00:00
js Bug 1899344 - Part 2: Change shell module registry to be keyed by module type and path r=jonco 2024-07-30 18:42:13 +00:00
layout Bug 1910597 - Notify of MediaFeatureValuesChanges from dpi changes after setting mCurAppUnitsPerDevPx. r=layout-reviewers,hiro 2024-07-30 21:22:15 +00:00
media
memory
mfbt Bug 1865896 - Add ToString function to DefineEnum r=padenot 2024-07-31 00:09:52 +00:00
mobile Bug 1910582 - Move DownloadItem ext to downloads package r=android-reviewers,gl,007 2024-07-31 09:57:45 +00:00
modules
mozglue
netwerk Bug 1760110 - Restart http3Server to make more tests pass, r=mxinden 2024-07-31 11:14:57 +00:00
nsprpub
other-licenses
parser Bug 1910600 - Minor clean-ups to test_img_picture_preload.html. r=smaug 2024-07-30 21:22:15 +00:00
python Bug 1910819 - Remove OS_INCLUDES from WASM compile flags. r=firefox-build-system-reviewers,sergesanspaille 2024-07-31 09:10:33 +00:00
remote
security
services
servo
startupcache
storage
supply-chain Bug 1910513 - Update tokio to 1.39.2. r=nika,supply-chain-reviewers 2024-07-31 02:53:18 +00:00
taskcluster Bug 1910179 - [ci] Re-use logic from upstream Taskgraph's main.py, r=taskgraph-reviewers,bhearsum 2024-07-30 17:17:02 +00:00
testing Bug 1910808 - [wpt-sync] Update web-platform-tests to 072e7fd7d7391bb49370e6100610e529d6c9d2b5, a=testonly 2024-07-31 10:45:59 +00:00
third_party Bug 1910513 - Update tokio to 1.39.2. r=nika,supply-chain-reviewers 2024-07-31 02:53:18 +00:00
toolkit Bug 1910586: Improve https telemetry within OpenSearchLoader, r=daleharvey 2024-07-31 10:54:14 +00:00
tools
uriloader
view
widget
xpcom
xpfe/appshell
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml
.eslintrc-ignores.js
.eslintrc-rollouts.js
.eslintrc-test-paths.js
.eslintrc.js
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hgignore
.hgtags
.lando.ini
.lldbinit
.mailmap
.prettierignore
.prettierrc.js
.stylelintignore
.stylelintrc.js
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER
Cargo.lock Bug 1910513 - Update tokio to 1.39.2. r=nika,supply-chain-reviewers 2024-07-31 02:53:18 +00:00
Cargo.toml Bug 1910513 - Update tokio to 1.39.2. r=nika,supply-chain-reviewers 2024-07-31 02:53:18 +00:00
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.