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
2014-01-09 10:02:08 -08:00
accessible Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
addon-sdk
b2g Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump 2014-01-08 20:20:17 -08:00
browser Backed out changeset f552ce04bc36 (bug 809056) for m-bc orange 2014-01-08 22:02:28 -08:00
build Bug 957487 - |mach valgrind-test|: Use --vex-iropt-register-updates=allregs-at-mem-access. r=gkw. 2014-01-08 14:02:02 -08:00
caps Bug 939294 - Handlify all the rest. r=terrence 2014-01-09 18:39:37 +01:00
chrome Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
config Bug 948405 - Define a dummy environment variable to ensure that the build system will not choke with non-ASCII characters. r=gps 2014-01-07 07:58:30 +09:00
content Bug 939294 - Handlify content/. r=smaug 2014-01-09 18:39:37 +01:00
db/sqlite3
docshell Bug 939294 - Handlify all the rest. r=terrence 2014-01-09 18:39:37 +01:00
dom Bug 939294 - Handlify dom/. r=khuey 2014-01-09 18:39:37 +01:00
editor Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
embedding Bug 939294 - Handlify all the rest. r=terrence 2014-01-09 18:39:37 +01:00
extensions Bug 939294 - Handlify all the rest. r=terrence 2014-01-09 18:39:37 +01:00
gfx Bug 939294 - Handlify all the rest. r=terrence 2014-01-09 18:39:37 +01:00
hal Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
image Bug 514173 Make literal string buffers shareable r=dbaron,ehsan,bholley 2014-01-08 20:51:38 +00:00
intl Bug 956024 - Remove traces of SunDevanagari and LangBox Arabic encodings. r=emk. 2014-01-07 12:41:09 +02:00
ipc Bug 514173 Make literal string buffers shareable r=dbaron,ehsan,bholley 2014-01-08 20:51:38 +00:00
js Bug 957891 - Treat PersistentRooted as Rooted for the hazard analysis; r=sfink 2014-01-09 09:59:51 -08:00
layout Bug 939294 - Handlify all the rest. r=terrence 2014-01-09 18:39:37 +01:00
media Bug 953394 - Force OMXCodec to output a sane colour format on Android 4.4 and above r=doublec 2014-01-09 14:54:57 +13:00
memory
mfbt Backed out changeset 07a4682a75f2 (bug 956507) because it has bitrotten 2014-01-07 23:02:23 -05:00
mobile Merge m-c to inbound 2014-01-08 18:14:55 -08:00
modules Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
mozglue Bug 956783 - Stop using NULL in Fennec's JNI code; r=jchen 2014-01-06 15:21:27 -05:00
netwerk Bug 939294 - Handlify all the rest. r=terrence 2014-01-09 18:39:37 +01:00
nsprpub
other-licenses Bug 950130 - Move more INCLUDES / LOCAL_INCLUDES to moz.build; r=mshal 2013-12-31 10:06:11 +01:00
parser Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
probes
profile
python Bug 935196 - Bootstrap doesn't have MacPorts url for 10.9. r=gps 2014-01-07 20:48:31 -08:00
rdf Bug 957442: Drop "register" keyword from rdf/base/src/nsInMemoryDataSource.cpp since it's deprecated in C++11 and clang warns about it. r=bsmedberg 2014-01-08 09:00:50 -08:00
security bug 950268 - fix leak in nsCertTree::GetDispInfoAtIndex r=cviecco 2014-01-09 10:02:08 -08:00
services Merge m-c to s-c 2014-01-07 15:22:58 -08:00
startupcache Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
storage Bug 939294 - Handlify all the rest. r=terrence 2014-01-09 18:39:37 +01:00
testing Bug 956384 - Enable addons for talos runs when running metro browser, r=jmaher 2014-01-09 09:37:52 -08:00
toolkit Bug 939294 - Handlify toolkit/. r=smaug 2014-01-09 18:39:37 +01:00
tools Bug 939294 - Handlify all the rest. r=terrence 2014-01-09 18:39:37 +01:00
uriloader Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
view
webapprt Bug 952040 - webapprt: overrides: Use 'received' instead of 'recieved' and remove pairs of whitespaces. r=tabraldes 2014-01-03 11:36:34 +01:00
widget Bug 939294 - Handlify all the rest. r=terrence 2014-01-09 18:39:37 +01:00
xpcom Bug 939294 - Handlify all the rest. r=terrence 2014-01-09 18:39:37 +01:00
xpfe Bug 939294 - Handlify all the rest. r=terrence 2014-01-09 18:39:37 +01:00
xulrunner Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
.gdbinit
.gitignore
.hgignore
.hgtags
.lldbinit Add command to lldbinit to print objects using their concrete type; no bug. (NPOTB, DONTBUILD) rs=ehsan 2014-01-08 09:52:51 +11:00
.reviewboardrc
aclocal.m4
Android.mk
AUTHORS
client.mk
client.py
CLOBBER Bug 956240 - Update clobber file due to bug 956723; DONTBUILD 2014-01-06 15:19:11 +00:00
configure.in Bug 952074 - Add configure option --enable-systrace to b2g. r=vlin,glandium 2014-01-08 11:12:02 -05:00
LEGAL
LICENSE
mach
Makefile.in
moz.build
mozilla-config.h.in
README.txt

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:

    ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/
            - or -
    http://nightly.mozilla.org/