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
Перейти к файлу
Kagami Sascha Rosylight 074001023e Bug 1631581 - Part 6: Rename LenientSetter to LegacyLenientSetter r=edgar
Differential Revision: https://phabricator.services.mozilla.com/D111214
2021-04-11 03:13:32 +00:00
.cargo
.vscode
accessible Bug 1702330 - Graduate infobars to main proton pref r=jaws,marionette-reviewers 2021-04-10 19:56:10 +00:00
browser Bug 1702330 - Disable verify on browser_aboutNewTab_defaultBrowserNotification.js r=jaws 2021-04-10 19:56:13 +00:00
build
caps
chrome
config
devtools Bug 1699039: Make components refering to time to uncontrolled component.r=jdescottes 2021-04-09 06:53:43 +00:00
docs Bug 1693140 - Fix the mermaid rendering issue.r=ahal 2021-04-09 13:26:53 +00:00
docshell Bug 1703291 - Update root bc state when the root bc changes in the session history. r=smaug 2021-04-10 03:29:36 +00:00
dom Bug 1631581 - Part 6: Rename LenientSetter to LegacyLenientSetter r=edgar 2021-04-11 03:13:32 +00:00
editor Bug 1691051 - Make edit action data which is being handled manage whether the editor was temporarily destroyed or not r=m_kato 2021-04-09 06:59:54 +00:00
extensions
gfx Bug 1704235 - Cache and share shader program name. r=jnicol,gfx-reviewers 2021-04-10 12:31:54 +00:00
gradle/wrapper
hal
image
intl
ipc
js Bug 1702196 - Add testing functions for verifying shape invariants. r=jonco 2021-04-10 09:15:43 +00:00
layout Bug 1704270 - Adjust fuzz for layout/reftests/svg/filters/filter-clipped-rect-01. r=longsonr DONTBUILD 2021-04-10 16:17:37 +00:00
media
memory
mfbt
mobile Backed out 7 changesets (bug 1691821) for Browser-chrome failures in autofill/FormAutofillParent.jsm. CLOSED TREE 2021-04-10 03:05:35 +03:00
modules Bug 1694174 - Pref-on the shared font-list by default for all channels. r=emilio 2021-04-10 22:03:24 +00:00
mozglue
netwerk Bug 1703670: Removed expired telemetry probe networking.ftp_opened_channels_files and networking.ftp_opened_channels_listings r=chutten,necko-reviewers,valentin 2021-04-10 13:42:04 +00:00
nsprpub
other-licenses
parser
python Bug 1703664 - Fix linting opt failure on mozlint/roller.py. 2021-04-09 18:56:25 +03:00
remote Bug 1631570 - [remote] Use optional options arguments for all public CDP commands r=whimboo,remote-protocol-reviewers 2021-04-10 10:36:53 +00:00
security Bug 1703636 Don't fail when one slot fails to provide certs; r=keeler 2021-04-09 17:54:05 +00:00
services Backed out 7 changesets (bug 1691821) for Browser-chrome failures in autofill/FormAutofillParent.jsm. CLOSED TREE 2021-04-10 03:05:35 +03:00
servo Bug 1703984 - Clean up text-justify, and make distribute a parse-time alias. r=xidorn 2021-04-10 03:45:51 +00:00
startupcache
storage
taskcluster Bug 1700396: Bump Updatebot version r=jewilde 2021-04-09 18:21:44 +00:00
testing Bug 1703921 - Update wpt metadata r=twisniewski 2021-04-10 20:04:49 +00:00
third_party
toolkit Bug 1702330 - Fix test_reporturl.html proton infobars r=mstriemer 2021-04-10 19:56:14 +00:00
tools Backed out 7 changesets (bug 1691821) for Browser-chrome failures in autofill/FormAutofillParent.jsm. CLOSED TREE 2021-04-10 03:05:35 +03:00
uriloader
view
widget Bug 1704127 - Fire the initial popupshowing event for native context menus from nsXULPopupManager, not from nsMenuX. r=tnikkel 2021-04-10 01:26:24 +00:00
xpcom Bug 1703274 - Enable Proton Urlbar. r=jaws,extension-reviewers,zombie,rpl 2021-04-09 18:20:21 +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
.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.