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
Перейти к файлу
Rafael Ávila de Espíndola b2ccc613ee Bug 815709 - Shutdown time is read in the main thread. r=ehsan.
Move code to Telemetry.cpp and s/NULL/nullptr/.
2012-12-13 12:06:27 -05:00
accessible Bug 819280 - Fixed some GCC warnings in accessible module r=trev.saunders 2012-12-13 13:04:12 +01:00
b2g Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-12-13 15:55:31 +00:00
browser Make the simple leaktest run first and give it ample time to make sure GC from previous tests does not cause debugger tests to fail (bug 774619); r=vporof 2012-12-13 15:47:36 +02:00
build Bug 780448 - Add rules for generic python unit tests. r=ted 2012-12-12 16:01:32 +01:00
caps Merge mozilla-central into mozilla-inbound 2012-12-06 23:13:32 -05:00
chrome Bug 815671 part 1. Make RegisterRemoteChrome use InfallibleTArray like its caller does. r=jlebar 2012-11-29 11:14:13 -05:00
config Bug 780448 - Add rules for generic python unit tests. r=ted 2012-12-12 16:01:32 +01:00
content Merge mozilla-central to mozilla-inbound 2012-12-13 16:02:48 +00:00
db/sqlite3 Bug 801281 - Upgrade SQLite to version 3.7.14.1 (Mozilla changes). r=mak 2012-10-16 21:34:06 -04:00
dbm Bug 816392: Update to NSS 3.14.1 beta 2 (NSS_3_14_1_BETA2), r=me, a=rrelyea 2012-12-05 15:19:18 -08:00
docshell Backed out changeset 34c9ccee8058 (bug 782542) for mochitest failures 2012-12-11 15:04:11 -05:00
dom Merge mozilla-central to mozilla-inbound 2012-12-13 16:02:48 +00:00
editor Bug 818817 - Fix some compiler warnings, r=Ms2ger 2012-12-09 22:53:19 +05:30
embedding Bug 774621 - Part 4/5: Android backend, r=sicking 2012-12-11 17:09:49 +08:00
extensions Bug 717853 - Add a native version of DMD. r=jlebar,glandium. 2012-12-10 16:05:07 -08:00
gfx Bug 818060 - Add a memory reporter for graphics textures. r=njn,BenWa 2012-12-13 11:38:37 -05:00
hal Backed out changeset ea39e0af0831 (bug 820135) 2012-12-12 02:23:10 -05:00
image Bug 819412 - Test for Bug 733553 gets desynched under load r=joe 2012-12-10 15:13:42 -06:00
intl Bug 820255 - U+205F (MEDIUM MATHEMATICAL SPACE) and U+1680 (OGHAM SPACE MARK) should break line. r=masayuki 2012-12-12 16:00:23 +09:00
ipc Bug 817122 - Disable failing B2G xpcshell tests, enable debugger tests, r=mdas, DONTBUILD a=NPOTB,test-only 2012-12-12 10:52:24 -05:00
js Bug 813671 - ModI should not clobber input register, r=jandem. 2012-12-13 09:20:38 -07:00
layout Bug 814952 - Test: Add a reftest for non-scaled stroke. r=jrmuizel 2012-12-13 16:34:51 +01:00
media Bug 803394 - Use Android ColorConverter class for video color conversion on Gingerbread r=doublec 2012-12-13 11:54:21 +13:00
memory Bug 820401 - Default DMD to sample-below=4093. r=njn 2012-12-11 18:26:43 -05:00
mfbt Bug 818941 - Fix misspelling of __GXX_EXPERIMENTAL_CXX0X__ macro. r=ehsan 2012-12-06 00:05:26 -08:00
mobile Bug 820545 - Update comment in about:rights to be more accurate. r=gcp 2012-12-13 11:54:03 -05:00
modules Backed out changeset 34c9ccee8058 (bug 782542) for mochitest failures 2012-12-11 15:04:11 -05:00
mozglue Bug 804303 part 2 - Add ability to dynamically replace or supplement jemalloc implementation. r=jlebar,r=khuey 2012-12-07 09:32:24 +01:00
netwerk Bug 807678: Don't proliferate NSPR DNS types beyond the host resolver itself. Make it possible to easily hook up other host resolvers. r=sworkman 2012-12-13 09:18:33 -05:00
nsprpub Bug 757593: update NSPR to NSPR_4_9_4_RTM. The only change is the 2012-11-21 06:14:33 -08:00
other-licenses Bug 811646 - New VC6 InetBgDL DLL with range request support. r=rstrong 2012-11-16 21:39:17 -05:00
parser Bug 820435 - Fix the B2G builds on gcc-4.6 (NDK r8) due to missing std::nullptr_t in STLPort; r=ehsan 2012-12-11 20:29:00 -05:00
probes Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
profile Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg 2012-09-01 22:35:17 -04:00
python Bug 820117 - Remove XQuartz from OS X prerequisites; r=gps 2012-12-11 14:02:27 -08:00
rdf bug 801466 - part 5 uriloader/ and rdf/ r=ehsan 2012-12-01 19:57:25 -05:00
security Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-12-13 15:55:31 +00:00
services Bug 752243 - Disable test_service_wipeServer.js, test_service_createAccount.js, test_service_changePassword.js, test_aitc_server.js, test_aitc_client.js & test_hashcompleter.js on OS X & Linux for too many intermittent failures 2012-12-13 12:48:42 +00:00
startupcache Backout bc20093cfc9d (bug 816656) for build failures during prepare-package 2012-12-03 18:47:04 +00:00
storage Bug 717853 - Add a native version of DMD. r=jlebar,glandium. 2012-12-10 16:05:07 -08:00
testing Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-12-12 18:56:05 +00:00
toolkit Bug 815709 - Shutdown time is read in the main thread. r=ehsan. 2012-12-13 12:06:27 -05:00
tools Backout 14d25f6b938e (bug 809317) for build failures on a CLOSED TREE 2012-12-11 21:13:15 +00:00
uriloader Backed out changeset 34c9ccee8058 (bug 782542) for mochitest failures 2012-12-11 15:04:11 -05:00
view bug 819725 pt 1.1 - don't round device-pixel coordinates in nsView and nsXULWindow when calling widget APIs to move/resize windows. r=roc 2012-12-12 09:57:48 +00:00
webapprt Bug 817076 - Update webapprt build config to use DIST_SUBDIR vs. FINAL_TARGET. r=glandium 2012-12-05 16:36:36 -06:00
widget bug 819725 pt 1 - make widget move & resize methods take floating-point parameters, to allow passing fractional coordinates without rounding. r=roc 2012-12-12 09:57:38 +00:00
xpcom b=731974, requestAnimationFrame generates too short/long frames (incl. bug 799242); r=bz,smaug,roc,ehsan 2012-12-11 17:15:32 -05:00
xpfe bug 819725 pt 1.1 - don't round device-pixel coordinates in nsView and nsXULWindow when calling widget APIs to move/resize windows. r=roc 2012-12-12 09:57:48 +00:00
xulrunner Bug 812918 - Don't install the xulrunner stub in dist/bin on Mac. r=ted 2012-12-10 19:01:44 +01:00
.gdbinit Bug 820548 - Move .gdbinit to topsrcdir. r=glandium 2012-12-11 16:05:53 -05:00
.gitignore Bug 751795 - Part 1: mach, the new frontend to mozilla-central; r=jhammel 2012-09-26 09:43:54 -07:00
.hgignore Bug 751795 - Part 1: mach, the new frontend to mozilla-central; r=jhammel 2012-09-26 09:43:54 -07:00
.hgtags Added tag FIREFOX_AURORA_19_BASE for changeset cf8750abee06 2012-11-19 11:56:01 -08:00
AUTHORS Bug 763623 - Add AUTHORS file. 2012-09-17 10:47:50 +01:00
Android.mk Bug 794297: Block the android build system from looking in mozilla-central. r=mwu 2012-09-25 17:04:01 -07:00
CLOBBER Bug 816576 - Link libsoundtouch statically instead of dynamically. CLOBBER NEEDED r=glandium 2012-11-30 14:17:54 +01:00
LEGAL
LICENSE Bug 547914 - Replace /LICENSE with a mention of where the canonical license info lives, and stop shipping it with binaries, r=gerv,shaver 2010-02-23 09:37:07 -08:00
Makefile.in Bug 804303 part 1 - Cleanup how the mozjemalloc/jemalloc3 glue is set up, attempting to make it clearer. r=jlebar,r=khuey 2012-12-07 09:32:24 +01:00
README.txt added nightly.mozilla.org mention to README.txt, pushing to a CLOSED TREE, a=davidb 2011-03-30 08:23:52 -03:00
aclocal.m4 Bug 788276 - Properly check for broken (deprecated) compilers. r=gps. 2012-09-12 14:54:40 -04:00
allmakefiles.sh Bug 804303 part 3 - Build jemalloc3 as a replace-malloc library when building with mozjemalloc. r=khuey 2012-12-07 09:32:24 +01:00
client.mk Bug 717372 - The clobber information should live in the tree; r=khuey 2012-03-13 13:00:24 -04:00
client.py Bug 816392: Update to NSS 3.14.1 beta 2 (NSS_3_14_1_BETA2), r=me, a=rrelyea 2012-12-05 15:19:18 -08:00
configure.in Bug 815883 - fix WebRTC builds for ARM chips with neon FPUs by cloning some linux headers and fixing build files. r=dmose,ted 2012-12-12 12:05:54 -08:00
mach Bug 803400 - Add clobber mach command; r=glandium 2012-12-05 22:46:01 -08:00
mozilla-config.h.in Bug 774032 part 6 - Replace autoconf handling of config files and headers with our own. r=ted 2012-08-04 08:47:28 +02:00

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/