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
Перейти к файлу
Yoshi Cheng-Hao Huang 53e105ef77 Bug 1803984 - Part 1: Don't use the preloaded module request if there's an import map. r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D178298
2023-06-28 08:43:42 +00:00
.cargo
.vscode
accessible Bug 1826194 part 2: When calculating a text equivalent, walk the flat tree instead of only direct children. r=morgan 2023-06-28 01:18:18 +00:00
browser Bug 1840311 - Record SOV (Share of Voice) partner assignment r=nanj 2023-06-28 07:34:30 +00:00
build Backed out changeset 80f21c20d24d (bug 1840537) for causing problems when running e.g. mach lint CLOSED TREE 2023-06-28 11:07:45 +03:00
caps
chrome
config
devtools Bug 1839165 - Test for too many CSP reports. r=freddyb,devtools-reviewers,nchevobbe 2023-06-28 08:12:20 +00:00
docs
docshell
dom Bug 1803984 - Part 1: Don't use the preloaded module request if there's an import map. r=jonco 2023-06-28 08:43:42 +00:00
editor Bug 1839553 - Move `EditorBase::IsInPlaintextMode()` to `HTMLEditor` with renaming to `IsPlaintextMailComposer()` r=m_kato 2023-06-28 01:01:12 +00:00
extensions
gfx
gradle/wrapper
hal
image
intl
ipc
js Bug 1803984 - Part 1: Don't use the preloaded module request if there's an import map. r=jonco 2023-06-28 08:43:42 +00:00
layout Bug 1840700 - Make `Selection::AddRangeAndSelectFramesAndNotifyListenersInternal()` update interline position even if it does nothing r=jjaschke 2023-06-28 07:59:13 +00:00
media Backed out changeset 80f21c20d24d (bug 1840537) for causing problems when running e.g. mach lint CLOSED TREE 2023-06-28 11:07:45 +03:00
memory
mfbt
mobile
modules Bug 1839165 - Throttle the number of CSP reports that are send. r=freddyb 2023-06-28 08:12:20 +00:00
mozglue
netwerk
nsprpub
other-licenses
parser
python Backed out changeset 80f21c20d24d (bug 1840537) for causing problems when running e.g. mach lint CLOSED TREE 2023-06-28 11:07:45 +03:00
remote Bug 1838149 - [remote] Use ".sys.mjs" to reference other ESM modules in ModuleCache.sys.mjs r=webdriver-reviewers,whimboo DONTBUILD 2023-06-28 07:19:54 +00:00
security
services
servo Bug 1840587 - Improve custom property reference storage. r=zrhoffman 2023-06-27 20:26:20 +00:00
startupcache
storage
supply-chain
taskcluster Bug 1840795 - Collect ARM64 Firefox Snap debug symbols r=gsvelto 2023-06-28 08:10:57 +00:00
testing Bug 1785509: Annotate observed macOS-specific fuzziness in WPT border-image-shorthand-001.htm. (no review) 2023-06-28 05:40:01 +00:00
third_party Bug 1830461 - Allow to build webrtc on Linux/riscv64 - moz.build file updates. r=webrtc-reviewers,ng 2023-06-28 06:36:59 +00:00
toolkit Bug 1840272 [Linux] Don't break *BSD builds if eventfd is missing r=glandium 2023-06-28 08:36:08 +00:00
tools
uriloader
view
widget Bug 1840272 [Linux] Don't break *BSD builds if eventfd is missing r=glandium 2023-06-28 08:36:08 +00:00
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 Bug 1830461 - Allow to build webrtc on Linux/riscv64 - moz.build file updates. r=webrtc-reviewers,ng 2023-06-28 06:36:59 +00:00
Cargo.lock
Cargo.toml
GNUmakefile
LICENSE
Makefile.in
README.txt
aclocal.m4
build.gradle
client.mk
client.py
configure
configure.py Backed out changeset 80f21c20d24d (bug 1840537) for causing problems when running e.g. mach lint CLOSED TREE 2023-06-28 11:07:45 +03:00
gradle.properties
gradlew
gradlew.bat
mach
mach.cmd
mach.ps1
mots.yaml
moz.build
moz.configure
mozilla-config.h.in
old-configure.in Bug 1840494: Reverts changes from bug 1831935 for non-nightly r=glandium,firefox-build-system-reviewers 2023-06-28 06:11:18 +00:00
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.