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-09-02 11:47:00 -04:00
accessible Address the review comments from bug 1061009 2014-09-02 18:37:58 -04:00
addon-sdk Bug 1061013 - Disable various browser chrome tests when running with e10s. r=jimm 2014-09-02 13:47:12 -05:00
b2g Bumping manifests a=b2g-bump 2014-09-02 14:51:59 -07:00
browser Bug 1061013 - Disable various browser chrome tests when running with e10s. r=jimm 2014-09-02 13:47:12 -05:00
build Bug 1061335 - Part 2: Add in-tree mozconfigs for VS2013 (these are not yet active) r=glandium 2014-09-03 10:34:05 +12:00
caps Bug 1060989 - Fix more bad implicit constructors in caps; r=bsmedberg 2014-09-02 18:20:14 -04:00
chrome Bug 1061002 - Fix more bad implicit constructors in chrome; r=bsmedberg 2014-09-02 18:21:00 -04:00
config Bug 1060198, part 2: Move other IS_GYP_DIR rules to gyp_reader.py, r=glandium. 2014-09-02 23:45:26 -05:00
content Bug 1036052 - Privatize public destructor of DOMRect. r=baku 2014-09-02 11:47:00 -04:00
db/sqlite3
docshell Bug 1061013 - Disable various browser chrome tests when running with e10s. r=jimm 2014-09-02 13:47:12 -05:00
dom Bug 1036052 - Privatize public destructor of DOMRect. r=baku 2014-09-02 11:47:00 -04:00
editor
embedding Bug 1061254 - Fix more bad implicit constructors in misc. components; r=bsmedberg 2014-09-02 18:24:49 -04:00
extensions Bug 1061254 - Fix more bad implicit constructors in misc. components; r=bsmedberg 2014-09-02 18:24:49 -04:00
gfx Bug 1033098 - Wallpaper over the intermittent crash. r=nsilva 2014-09-02 10:19:52 -04:00
hal
image Bug 1061013 - Disable various browser chrome tests when running with e10s. r=jimm 2014-09-02 13:47:12 -05:00
intl
ipc Bug 1062076 - remove Chromium system monitor from IPC code. rs=bent 2014-09-02 23:30:40 -05:00
js Backed out changeset cf159b0581df (Bug 1019611) for B2G bustage on a CLOSED TREE. 2014-09-03 10:22:24 -07:00
layout bug 1061170 - constrain the reflow-state's available inline size for an orthogonal flow. r=smontagu 2014-09-03 16:43:03 +01:00
media Bug 1062293 - Fix opensl's cubeb backend draining. r=kinetik 2014-09-03 15:54:03 +02:00
memory Bug 1061385 - Remove |Writer| parameter from CodeAddressService. r=mccr8. 2014-09-01 20:03:06 -07:00
mfbt
mobile Bug 1061644 - Fall back to default engine if engine can't be found from pref. r=bnicholson 2014-09-02 13:32:37 -07:00
modules Bug 1061061 - Fix more bad implicit constructors in misc. code; r=bsmedberg 2014-09-02 18:24:24 -04:00
mozglue
netwerk Bug 1061264 - Add service.gov.uk to the PSL. Patch by David Illsley <david.illsley@digital.cabinet-office.gov.uk>. r=gerv. 2014-09-02 08:07:00 +02:00
nsprpub
other-licenses
parser
probes
profile Bug 1061061 - Fix more bad implicit constructors in misc. code; r=bsmedberg 2014-09-02 18:24:24 -04:00
python Bug 1060198, part 2: Move other IS_GYP_DIR rules to gyp_reader.py, r=glandium. 2014-09-02 23:45:26 -05:00
rdf Bug 1061049 - Fix some bad impliciti constructors in RDF; r=bsmedberg 2014-09-02 18:21:23 -04:00
security Bug 1061085 - Clean up misused export macros from bug 1041886. r=glandium 2014-08-31 23:23:00 +02:00
services Bug 1044051 - MobileIdentityClient tests. r=spenrose 2014-09-03 16:21:41 +02:00
startupcache
storage Bug 1061254 - Fix more bad implicit constructors in misc. components; r=bsmedberg 2014-09-02 18:24:49 -04:00
testing Bug 1048942 - Add support for getting the device ip address to mozdevice.adb, r=bclary 2014-09-02 18:22:35 +01:00
toolkit Bug 1055753, reset fields before opening autocomplete popup, r=felipe 2014-09-03 11:33:44 -04:00
tools
uriloader Bug 1061000 - Fix more bad implicit constructors in uriloader; r=bzbarsky 2014-09-03 08:10:55 -04:00
view
webapprt
widget Bug 1061209 - Fix WError build failure on a CLOSED TREE 2014-09-03 14:59:36 +02:00
xpcom Bug 1061385 - Remove |Writer| parameter from CodeAddressService. r=mccr8. 2014-09-01 20:03:06 -07:00
xpfe Bug 1061061 - Fix more bad implicit constructors in misc. code; r=bsmedberg 2014-09-02 18:24:24 -04:00
xulrunner
.clang-format
.clang-format-ignore
.gdbinit
.gitignore
.hgignore
.hgtags
.lldbinit
.reviewboardrc
aclocal.m4
Android.mk
AUTHORS
client.mk
client.py
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2014-09-02 12:54:33 -04:00
configure.in
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/