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
Перейти к файлу
Mitchell Hentges 5c911478fd Bug 1683797: Removes redundant path parsing r=sheehan,firefox-build-system-reviewers,glandium
We already know the project name, we should unbundle it
from the project path.

This change is possible due to the work in 1664083,
and puts us back to the state before 1255185.

Differential Revision: https://phabricator.services.mozilla.com/D106293
2021-03-09 14:45:25 +00:00
.cargo
.vscode
accessible
browser Bug 1694509 - Use brand-short-name in troubleshoot/refresh dialog title, r=Gijs 2021-03-09 14:44:24 +00:00
build Bug 1683797: Removes redundant path parsing r=sheehan,firefox-build-system-reviewers,glandium 2021-03-09 14:45:25 +00:00
caps
chrome
config
devtools Bug 1696471 - [devtools] Notify about content process target destruction via watcher's target-destroyed-form. r=nchevobbe,jdescottes 2021-03-09 12:30:53 +00:00
docs
docshell Bug 1696266, test reloading a page which might otherwise enter bfcache, r=peterv 2021-03-09 13:42:43 +00:00
dom Bug 1696123 - Always copy the checkedness of input elements r=edgar 2021-03-09 14:12:34 +00:00
editor
extensions
gfx
gradle/wrapper
hal
image
intl
ipc
js Bug 1696861 part 6 - Rename Delegate flag to IsUsedAsPrototype. r=tcampbell 2021-03-09 14:28:24 +00:00
layout Bug 1696527 - Remove unused 'JankLevel' code from nsRefreshDriver, r=bas 2021-03-09 12:37:25 +00:00
media
memory
mfbt
mobile
modules Bug 1696768 - [marionette] Remove unused "marionette.contentListener" preference. r=marionette-reviewers,jdescottes 2021-03-09 13:04:30 +00:00
mozglue
netwerk Bug 1696266, limit the load types which may cause the page to enter bfcache, r=peterv 2021-03-09 13:42:43 +00:00
nsprpub
other-licenses
parser
python
remote
security
services
servo
startupcache
storage
taskcluster Bug 587344: run startup tests on signed Firefox builds. r=taskgraph-reviewers,aki 2021-03-09 14:36:19 +00:00
testing Bug 587344: Mozharness script for running something and testing whether or not it stays alive for a given period of time. r=releng-reviewers,aki 2021-03-09 14:36:18 +00:00
third_party
toolkit Bug 1694507 - Update messaging in "restart with add-ons disabled" / "safe mode" dialog r=jaws,flod 2021-03-09 14:16:42 +00:00
tools
uriloader
view
widget
xpcom
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 Bug 1683797: Removes unnecessary lines from client.mk r=sheehan,firefox-build-system-reviewers,glandium 2021-03-09 14:45:24 +00:00
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.