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
2019-01-11 06:23:02 +02:00
.cargo
.vscode
accessible Bug 1518805 - Don't update bounds on gone or defunct accessibles. r=MarcoZ 2019-01-10 06:59:16 +00:00
browser Bug 1512039 - Allow the stub installer to detect and download the AArch64 Windows build. r=agashlin 2019-01-10 23:09:01 +00:00
build Bug 1515579 - Use absolute paths for compilers, etc. r=ted 2019-01-10 23:37:46 +00:00
caps
chrome
config Bug 1519042 - Remove special case adding -xgot assembly flag on NetBSD. r=ted 2019-01-10 22:06:02 +00:00
db
devtools Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2019-01-11 06:23:02 +02:00
docshell
dom Backed out changeset 8d953c25fdef (bug 1514874) for windows asan mda failures on RemoteDecoderModule.cpp. 2019-01-11 02:03:38 +02:00
editor Backed out 8 changesets (bug 181137) for bustage on FragmentOrElement.cpp:1751. CLOSED TREE 2019-01-10 11:42:27 +02:00
embedding
extensions
gfx Merge mozilla-inbound to mozillia-central. a=merge 2019-01-11 06:14:14 +02:00
gradle/wrapper
hal
image
intl
ipc Merge mozilla-inbound to mozillia-central. a=merge 2019-01-11 06:14:14 +02:00
js Merge mozilla-inbound to mozillia-central. a=merge 2019-01-11 06:14:14 +02:00
layout Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2019-01-11 06:23:02 +02:00
media
memory
mfbt
mobile Bug 1508279 - Handle persistent notification actions. r=geckoview-reviewers,snorp 2019-01-10 17:05:32 +00:00
modules Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2019-01-11 06:23:02 +02:00
mozglue
netwerk Bug 1509829 - Spoof OS in HTTP User-Agent header for desktop platforms r=timhuang,baku 2019-01-09 12:53:30 -06:00
nsprpub
other-licenses
parser
python Merge mozilla-inbound to mozillia-central. a=merge 2019-01-11 06:14:14 +02:00
security
services
servo Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2019-01-11 06:23:02 +02:00
startupcache
storage
taskcluster No bug: [taskgraph] Remove unused channel for defining taskcluster gecko.* routes; r=aki 2019-01-10 21:19:37 +00:00
testing Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2019-01-11 06:23:02 +02:00
third_party Bug 1515351 - Update encoding_rs to 0.8.14. r=m_kato 2019-01-10 09:42:39 +00:00
toolkit Merge mozilla-inbound to mozillia-central. a=merge 2019-01-11 06:14:14 +02:00
tools
uriloader
view
widget Bug 1514715 - Update color prefs for new color IDs including -moz-win-accentcolor r=jmathies 2019-01-09 16:37:34 +00:00
xpcom Bug 1518038 - Add nsIThread.hasPendingHighPriorityEvents, r=froydnj 2019-01-10 19:07:34 +02:00
xpfe/appshell
.arcconfig
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore
.eslintrc.js
.flake8
.gdbinit
.gdbinit_python
.git-blame-ignore-revs
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore
.hgtags
.lldbinit
.mailmap
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock Bug 1519269 - Remove OrderedMap in favor of IndexMap. r=emilio 2019-01-11 01:02:54 +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 Bug 1519040 - Remove some unused old-configure assignments. r=mshal 2019-01-10 22:02:04 +00:00
mozilla-config.h.in
old-configure.in Bug 1519030 - Move libav-fft configuration to python configure. r=mshal 2019-01-10 22:00:41 +00:00
package-lock.json
package.json
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.]

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 Mozilla developers for
testing, may be buggy.