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
2016-09-16 17:49:39 +02:00
.cargo bug 1298422 - vendor byteorder into third-party/rust. r=froydnj 2016-09-08 15:12:34 -07:00
accessible Backed out changeset ce601f208476 (bug 1272256) for frequent failures in browser_bug1299667.js a=backout 2016-09-15 14:20:04 -07:00
addon-sdk Bug 1294199: Part 2 - Fix rendering of SDK panels in private browsing windows. r=gabor 2016-09-12 16:59:14 -07:00
b2g Bug 1300884 follow-up: Remove the last import of AlarmService.jsm 2016-09-07 18:38:10 -04:00
browser Merge mozilla-central to mozilla-inbound 2016-09-16 13:06:24 +02:00
build Backed out 2 changesets (bug 1280477) for depending on something backed out 2016-09-15 19:46:09 -07:00
caps Bug 1018486 - Part 8: Various other changes, r=smaug 2016-09-07 10:50:45 -04:00
chrome Bug 1018486 - Part 8: Various other changes, r=smaug 2016-09-07 10:50:45 -04:00
config Bug 977786 - Add tests for nsProfileLock. r=ted 2016-09-16 17:31:14 +02:00
db/sqlite3 Bug 1293367 - Upgrade to SQLite 3.14.1. r=asuth 2016-08-18 22:02:22 -04:00
devtools Merge fx-team to central, a=merge 2016-09-15 16:35:46 -07:00
docshell Bug 1294199: Part 1 - Add a docShell flag to allow legacy panels to skip inheriting origin attributes. r=ehsan 2016-09-15 13:47:55 -07:00
dom Bug 1284837 - Disallow implicit conversions from float to integer when creating. r=botond 2016-09-16 17:49:39 +02:00
editor Bug 1272893 - Remove nsISupportsArray from GetEmbeddedObjects() in editor. r=masayuki 2016-09-15 04:33:00 +02:00
embedding Bug 1301138. Set the one allowed sandbox navigator even when popups are allowed to escape the sandbox, so the new popup can be navigated by the sandboxed document. r=smaug 2016-09-08 00:17:11 -04:00
extensions Bug 1277895 - Remove one new line from http auth prompt message. r=dolske 2016-09-16 09:24:26 +02:00
gfx Bug 1284837 - Disallow implicit conversions from float to integer when creating. r=botond 2016-09-16 17:49:39 +02:00
gradle/wrapper
hal Bug 1300884 follow-up: Remove browser_alarms.js, landed on a CLOSED TREE 2016-09-07 15:22:21 -04:00
image Bug 1284837 - Disallow implicit conversions from float to integer when creating. r=botond 2016-09-16 17:49:39 +02:00
intl Bug 1296050 - When checking whether bidi resolution is needed, ignore Unicode directional-control characters that do not actually introduce right-to-left-ness. r=xidorn 2016-09-05 14:15:32 +01:00
ipc Bug 1290619 - Content sandbox rules should use actual profile directory, not Profiles/*/ regex's; r=jimm 2016-08-30 13:32:21 -07:00
js Bug 1299359 - Odin: split out separate JitOptions.asmJSAtomicsEnable (rs=lth) 2016-09-16 10:06:17 -05:00
layout Bug 1284837 - Disallow implicit conversions from float to integer when creating. r=botond 2016-09-16 17:49:39 +02:00
media Backed out changeset 27f8a2467b31 (bug 1302935) for jsep_session_unittest failures 2016-09-15 19:37:25 -07:00
memory Bug 1300974 - Work around race condition leading to deadlock on fork when enabling LogAlloc. r=njn 2016-09-08 07:56:02 +09:00
mfbt Bug 1302233 - Introduce VsprintfLiteral to mfbt. r=froydnj 2016-09-14 20:48:45 +02:00
mobile Merge fx-team to central, a=merge 2016-09-15 16:35:46 -07:00
modules Backed out changeset 27f8a2467b31 (bug 1302935) for jsep_session_unittest failures 2016-09-15 19:37:25 -07:00
mozglue Backed out changeset 48694b762a84 (bug 1263595) for -Werror bustage 2016-09-15 22:04:50 -07:00
netwerk Backed out changeset 48694b762a84 (bug 1263595) for -Werror bustage 2016-09-15 22:04:50 -07:00
nsprpub Bug 1293329, NSPR_4_13_BETA3, reusing r=ted 2016-09-12 05:36:36 -07:00
other-licenses Bug 1296449, statically link mbsdiff.exe, like we do for mar.exe r=glandium 2016-08-22 16:59:33 +12:00
parser merge mozilla-inbound to mozilla-central a=merge 2016-09-09 12:02:43 +02:00
probes
python Bug 1303174 - Correct gdb nsTHashtable pretty printer's understanding of table capacity to not be the entry count. r=nfroyd 2016-09-16 10:18:29 -04:00
rdf Bug 1018486 - Part 8: Various other changes, r=smaug 2016-09-07 10:50:45 -04:00
release/docker Bug 1294040 - Funsize should accept downloads from https://archive.mozilla.org r=philor a=automation DONTBUILD 2016-08-10 09:44:36 -04:00
security merge autoland to mozilla-central a=merge 2016-09-14 12:07:02 +02:00
services Bug 1302286 - Remove _getNode and _getChildren from the bookmarks engine. r=markh 2016-09-13 17:02:30 -07:00
startupcache Bug 1297300 - Add missing checks to GetSpec() calls in rdf/, startupcache/ and xpfe/. r=froydnj. 2016-08-31 09:08:42 +10:00
storage Backed out changeset ef7939c0332e (bug 1285041) for failures in test_storage_connection.js 2016-09-15 20:04:30 -07:00
taskcluster Backed out changeset f227ea4d52fe (bug 1302907) because it caused some updated packages to get built, causing linux64 failures a=backout CLOSED TREE 2016-09-15 14:40:10 -07:00
testing Merge m-c to m-i 2016-09-15 19:31:55 -07:00
third_party/rust/byteorder bug 1298422 - vendor byteorder into third-party/rust. r=froydnj 2016-09-08 15:12:34 -07:00
toolkit Bug 977786 - Add tests for nsProfileLock. r=ted 2016-09-16 17:31:14 +02:00
tools Backed out changeset 48694b762a84 (bug 1263595) for -Werror bustage 2016-09-15 22:04:50 -07:00
uriloader Bug 1018486 - Part 5: Changes in docshell/ and uriloader/, r=bz 2016-09-07 10:50:41 -04:00
view Back out b00b37cb64ef (bug 1298709) for static analysis bustage 2016-09-05 20:14:56 -07:00
widget Bug 1284837 - Disallow implicit conversions from float to integer when creating. r=botond 2016-09-16 17:49:39 +02:00
xpcom Backed out changeset 48694b762a84 (bug 1263595) for -Werror bustage 2016-09-15 22:04:50 -07:00
xpfe Bug 1297300 - Add missing checks to GetSpec() calls in rdf/, startupcache/ and xpfe/. r=froydnj. 2016-08-31 09:08:42 +10:00
.clang-format
.clang-format-ignore
.eslintignore Bug 1300808 - Enable eslint for browser/mobile/chrome. r=kmag 2016-09-14 14:18:40 -07:00
.eslintrc
.flake8
.gdbinit
.gdbinit_python
.gitignore Bug 1301790 - Bundle codemirror into a single script;r=gl 2016-09-11 09:38:51 -07:00
.hgignore Bug 1301790 - Bundle codemirror into a single script;r=gl 2016-09-11 09:38:51 -07:00
.hgtags
.lldbinit
.taskcluster.yml Bug 1252235 - Make try syntax available to mozharness from TaskCluster through an environment variable. r=armenzg 2016-08-29 16:33:24 -07:00
.ycm_extra_conf.py Bug 1293534: Fix .ycm_extra_conf after bug 1195748. r=gps 2016-08-09 10:30:58 -07:00
aclocal.m4 Bug 1298536 - Move --with-linux-headers to Python configure. r=glandium 2016-08-31 14:29:29 -07:00
Android.mk
AUTHORS
build.gradle
client.mk Bug 1295751 - Make it possible to copy configure.in to configure. r=gps 2016-08-16 19:35:00 -07:00
client.py
CLOBBER Bug 1302429 - touch clobber to fix bustage a=me 2016-09-13 15:54:40 +02:00
configure.in Bug 1295751 - Make it possible to copy configure.in to configure. r=gps 2016-08-16 19:35:00 -07:00
configure.py Bug 1296503 - Switch config.status to unicode literals. r=ted 2016-08-24 07:32:52 +09:00
GNUmakefile
gradle.properties
gradlew
LEGAL
LICENSE
mach
Makefile.in Bug 1293448 - Build XPIDL files in the tup backend; r=glandium,gps 2016-07-29 13:43:29 -04:00
moz.build Bug 1289194 - Move tools/fuzzing/libfuzzer reference to toolkit. r=ted 2016-09-10 02:27:23 +02:00
moz.configure Bug 1293448 - Build XPIDL files in the tup backend; r=glandium,gps 2016-07-29 13:43:29 -04:00
mozilla-config.h.in
old-configure.in Bug 1298472 - part 1 - suppress more warnings in clang-cl; r=glandium 2016-09-09 09:00:31 -04:00
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:

    http://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:

    http://developer.mozilla.org/en/docs/Creating_a_patch
    http://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 http://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 -
    http://nightly.mozilla.org/