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
Перейти к файлу
Jim Mathies 5a00e1c7fb Bug 819888 - Check the result of nsBaseWidget::GetActiveRollupListener. r=enndeakin 2012-12-31 11:27:04 -06:00
accessible Bug 459357 - Support accessible name computation for SVG, r=tbsaunde 2012-12-31 17:04:08 +09:00
b2g Bug 821514 - fix YoutubeProtocolHandler.js to report errors, and also parse titles properly. r=dale a=blocking-basecamp+ 2012-12-29 20:51:43 -08:00
browser Bug 815352 - Part 3 follow-up: use about:downloads 2012-12-31 12:19:36 -05:00
build Bug 824746 - Remove unused mozconfig files. r=rail. 2012-12-26 23:55:29 -05:00
caps Merge mozilla-central into mozilla-inbound 2012-12-06 23:13:32 -05:00
chrome Bug 493711 Part 1b: remove transitive nsVoidArray dependence through nsCOMArray r=sicking 2012-12-21 10:09:50 +00:00
config Bug 820148 - Add RELEASE_BUILD macro available in pref js files. r=ted 2012-12-22 16:35:51 +11:00
content Bug 818932: Remove superfluous (and annoying) security check in nsImageLoadingContent::Notify. r=jdm 2012-12-31 07:49:41 -08:00
db/sqlite3 Bug 824167 - Upgrade SQLite to version 3.7.15.1 (Mozilla changes). r=mak 2012-12-27 11:12:05 -05: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 6cd44513d285 (bug 782542) 2012-12-28 19:18:38 -05:00
dom Bug 823789 - Pass enableHighAccuracy geolocation changes to the chrome process. r=dougt 2012-12-31 11:36:46 -05:00
editor bug 821593 - stop using nsIDOMCSSValue / nsIDOMRGBColor in editor r=bz 2012-12-14 04:14:21 -05:00
embedding bug 825278 - remove nsISupportsArray listener list members from embeding/components/printingui/ r=roc 2012-12-24 07:35:40 -05:00
extensions Bug 807757 main part - remove nsIProfileChangeStatus, nsIProfile and remnants of code to support them, r=glandium 2012-12-13 12:20:56 -05:00
gfx Bug 825002 - We should not start compositor thread if it is already started. r=nsilva 2012-12-30 18:07:11 -08:00
hal Rollup of bug 821192: Ensure that content processes don't see an inconsistent app dir. r=bent,dhylands 2012-12-28 01:45:16 -08:00
image Backed out changeset 5244caae8c46 (bug 822846) for Windows build bustage. 2012-12-23 11:45:38 -05:00
intl Bug 805374 - Remove UTF-16 family from Character Encoding menu. r=smontagu 2012-12-16 19:54:58 -05:00
ipc Rollup of bug 821192: Ensure that content processes don't see an inconsistent app dir. r=bent,dhylands 2012-12-28 01:45:16 -08:00
js Bug 803601 - Prevent SIGILL crashes on ARMv6 builds built with the NDK r8c toolchain (gcc-4.6, gold). r=mjrosenb 2012-12-30 00:03:35 -05:00
layout Bug 818626 - Record in crash reports whether nsPrintObject trees are sane. r=roc 2012-12-31 10:17:40 +11:00
media Bug 824956: Activate media type when set to receive media by constraint r=jesup 2012-12-28 16:40:51 -06:00
memory bug 822717 - remove checks for old gcc r=glandium 2012-12-18 13:22:28 -05:00
mfbt bug 822717 - remove checks for old gcc r=glandium 2012-12-18 13:22:28 -05:00
mobile Bug 771746 - Draw scrollbars using a white outline so it shows up on dark backgrounds. r=Cwiiis 2012-12-29 15:24:01 -05:00
modules Bug 818400. Add a preference to control :scope and pref it off in release builds for now. r=dbaron 2012-12-24 19:35:34 -08:00
mozglue Backed out changeset 10b47593c4d7 (bug 824715) 2012-12-28 19:03:50 -05:00
netwerk Backed out changeset 6cd44513d285 (bug 782542) 2012-12-28 19:18:38 -05:00
nsprpub Bug 634793: update NSPR to NSPR_4_9_5_BETA1 and add the TestPRIntN.cpp 2012-12-14 09:01:25 -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 705570 - reenable the crashtests that include an <applet> on OS X 10.7 and 10.8 now that they no longer leak 2012-12-29 08:18:56 -08:00
probes Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
profile Bug 818861 Shouldn't allow promising a flat string from a flat string r=dbaron 2012-12-22 20:40:37 +00:00
python Bug 820285 - Use distutils.version.StrictVersion in OSX version tests; r=gps 2012-12-12 19:56:48 -05:00
rdf bug 819936 - remove NS_NewArrayEnumerator overload for nsISupportsArray r=bz, bsmedberg 2012-12-09 05:04:21 -05:00
security Bug 825022, pick up NSS roots module version 1.93. patch by bsmith/kaie. r=kaie/kwilson/bsmith. a=bbajaj 2012-12-29 18:47:31 +01:00
services Bug 823725 - Remove the Svc.Private getter since it is no longer used; r=rnewman 2012-12-20 17:43:13 -05:00
startupcache Bug 816656 - Don't write the startup cache on shutdown. r=mwu 2012-12-05 14:09:30 -05:00
storage Bug 823553 - Fix build error in Variant.h on MSVC 2008 and Solaris by not taking double-references. r=mak 2012-12-20 15:44:25 -05:00
testing Bug 810705 - Reenable test_MochiKit-DOM-Safari.html on Linux now that bug 799295 should have fixed the crashes 2012-12-30 09:34:38 -08:00
toolkit Bug 825467: Remove unused variable 'reusingGlobal' from PerfMeasurement.cpp. r=khuey 2012-12-29 17:33:30 -08:00
tools Bug 824603 Part 2: Move nsDOMDocumentType => mozilla::dom::DocumentType r=bz 2012-12-28 20:34:02 -05:00
uriloader Backed out changeset 6cd44513d285 (bug 782542) 2012-12-28 19:18:38 -05:00
view Bug 795833 - Add a RequestRepaint method to nsIWidgetListener and use it in the android widget instead of invalidating the view. r=roc 2012-12-18 16:42:02 +13: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 819888 - Check the result of nsBaseWidget::GetActiveRollupListener. r=enndeakin 2012-12-31 11:27:04 -06:00
xpcom Bug 819819 (part 1) - Remove DMDV. r=khuey. 2012-12-20 23:03:50 -08:00
xpfe Bug 785060 - Check for allocation failure in JS_NewUCStringCopyZ calls; r=Ms2ger 2012-12-22 18:35:07 -05: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 Backout 51119e80e283 (bug 822422), 1a7f21d5a95a (bug 822421) for java NPEs on a CLOSED TREE 2012-12-19 19:49:58 +00: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 815219 - Part 1: Automatically build using all available processor cores; r=ted 2012-11-27 14:01:17 -08: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 772974 - Force gold to align LOAD sections to 16k. r=glandium 2012-12-30 00:05:45 -05: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/