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
Go to file
2018-09-18 11:22:23 -04:00
.cargo
.vscode
accessible Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-09-18 10:44:51 +03:00
browser Merge inbound to mozilla-central. a=merge 2018-09-18 17:33:09 +03:00
build Bug 1490654 - Drop support for MSVC 2017 Update 6. r=froydnj 2018-09-16 22:22:31 +09:00
caps
chrome
config
db
devtools Backed out 5 changesets (bug 1478397) for failures on browser/base/content/test/static/browser_parsable_css.js on a CLOSED TREE 2018-09-18 18:10:34 +03:00
docshell Bug 1492039 - Remove the XPCOM component registration for SessionStorageManager; r=baku 2018-09-18 09:42:43 -04:00
dom Bug 1492142 - Remove the XPCOM registrations for the document classes; r=baku 2018-09-18 11:22:23 -04:00
editor Bug 1484122 - part 2: Clean up HTMLEditor::DeleteRow() r=m_kato 2018-09-18 08:31:00 +00:00
embedding
extensions Bug 1491569 - Remove the XPCOM registration for mozSpellChecker; r=smaug 2018-09-15 20:13:51 -04:00
gfx Bug 1491860 - Use utf-8 rather than utf-16 strings to read/store font family names from preferences, as they're almost entirely ASCII. r=lsalzman 2018-09-18 09:34:24 +01:00
gradle/wrapper
hal
image Bug 1491574 - Part 1: Remove the XPCOM registration for nsProperties; r=froydnj 2018-09-18 00:33:59 -04:00
intl Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-09-14 12:56:57 +03:00
ipc Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-09-18 17:38:17 +03:00
js Bug 1491561 follow-up: Add back Cu.createCommandParams() which was accidentally removed 2018-09-18 11:12:21 -04:00
layout Bug 1492142 - Remove the XPCOM registrations for the document classes; r=baku 2018-09-18 11:22:23 -04:00
media Bug 1491476: Fix strncpy length in a couple of error cases. r=mjf,drno 2018-09-18 16:56:25 +03:00
memory
mfbt
mobile Bug 1449567 - Don't reattach compositor for the same compositor object; r=snorp 2018-09-17 17:29:30 +00:00
modules Backed out changeset b4ac15e18538 (bug 1490977) for assertion failures at build/build/src/dom/base/nsDocument.cpp on a CLOSED TREE 2018-09-18 18:08:03 +03:00
mozglue
netwerk Bug 1491574 - Part 2: Remove the XPCOM registration for nsPersistentProperties; r=froydnj 2018-09-18 00:58:52 -04:00
nsprpub
other-licenses Bug 1490264 Part 2 - Document our SFX stub version resource edits. r=agashlin 2018-09-11 11:17:30 -07:00
parser
python Bug 1490654 - Drop support for MSVC 2017 Update 6. r=froydnj 2018-09-16 22:22:31 +09:00
security Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-09-18 01:02:05 +03:00
services Bug 1475487 - Restartless preference change r=Gijs,glasserc 2018-09-18 06:46:06 +00:00
servo Merge inbound to mozilla-central. a=merge 2018-09-18 17:33:09 +03:00
startupcache
storage
taskcluster Bug 1490145 - Upgrade builders to rustc 1.29. r=glandium 2018-09-18 00:51:44 +00:00
testing Bug 1491818 - Update metadata, a=testonly on a CLOSED TREE 2018-09-18 15:44:40 +01:00
third_party Bug 1491577 - Revendor rust dependencies. r=me 2018-09-15 19:25:49 +02:00
toolkit Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-09-18 17:38:17 +03:00
tools Bug 1475553 - Add type field to all markers that doesn't have before r=gregtatum 2018-09-17 19:01:03 +00:00
uriloader
view
widget Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-09-18 17:38:17 +03:00
xpcom Bug 1491574 - Part 2: Remove the XPCOM registration for nsPersistentProperties; r=froydnj 2018-09-18 00:58:52 -04:00
xpfe/appshell
.arcconfig
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore
.eslintrc.js
.flake8 Backed out changeset aae4f349fa58 (bug 1479503) per developer's request on IRC a=backout 2018-09-14 16:35:23 +03:00
.gdbinit
.gdbinit_python
.gitignore
.hgignore Backed out changeset aae4f349fa58 (bug 1479503) per developer's request on IRC a=backout 2018-09-14 16:35:23 +03:00
.hgtags
.lldbinit
.mailmap
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock bug 1466818: mozrunner: depend on in-tree mozprofile; r=me 2018-09-16 01:12:07 +01:00
Cargo.toml
client.mk
client.py
CLOBBER
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
LEGAL
LICENSE
mach
Makefile.in
moz.build
moz.configure Backed out changeset aae4f349fa58 (bug 1479503) per developer's request on IRC a=backout 2018-09-14 16:35:23 +03:00
mozilla-config.h.in
old-configure.in
package-lock.json
package.json
Pipfile
Pipfile.lock
README.txt
settings.gradle
test.mozbuild

An explanation of the Mozilla Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://developer.mozilla.org/en/Mozilla_Source_Code_Directory_Structure

For information on how to build Mozilla from the source code, see:

    https://developer.mozilla.org/en/docs/Build_Documentation

To have your bug fix / feature added to Mozilla, you should create a patch and
submit it to Bugzilla (https://bugzilla.mozilla.org). Instructions are at:

    https://developer.mozilla.org/en/docs/Creating_a_patch
    https://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree

If you have a question about developing Mozilla, and can't find the solution
on https://developer.mozilla.org, you can try asking your question in a
mozilla.* Usenet group, or on IRC at irc.mozilla.org. [The Mozilla news groups
are accessible on Google Groups, or news.mozilla.org with a NNTP reader.]

You can download nightly development builds from the Mozilla FTP server.
Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy. Firefox nightlies, for example, can be found at:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://www.mozilla.org/firefox/channel/desktop/#nightly