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
2013-08-07 01:36:03 -04:00
accessible Bug 900943 - multiline textbox contains bogus <br>, r=tbsaunde 2013-08-05 22:09:05 -04:00
addon-sdk Backed out changeset 2d80e7cf6e09 (bug 901239) for Jetpack bustage. 2013-08-03 11:00:12 -07:00
b2g Bumping gaia.json for 2 gaia-central revision(s) 2013-08-06 09:25:24 -07:00
browser Bug 897811 - remove browser.pageThumbs.enabled preference. r=gavin 2013-08-07 11:10:58 +10:00
build Bug 901149 - Add the clang workaround for __float128 to HOST_CXXFLAGS when not cross-compiling. r=ted 2013-08-06 10:08:23 +09:00
caps Bug 901750 - Change return type of |JSNative| from |JSBool| to |bool|. code=nnethercote,jandem. r=luke,bz. 2013-08-02 00:41:57 -07:00
chrome
config Bug 902251 - Use |hg manifest -q| in check_spidermonkey_style.py. r=gps. 2013-08-06 20:58:56 -07:00
content Bug 856361. Part 10: Address review comments. 2013-08-07 15:42:43 +12:00
db/sqlite3
docshell bug 887052 - refactor nsISiteSecurityService for multiple headers r=cviecco r=mcmanus r=jst sr=jst 2013-08-02 16:23:18 -07:00
dom Bug 824652 - crypto.generateCRMFRequest bypasses CSP (allows script execution from a string, without unsafe-eval) r=bsmith r=khuey r=keeler 2013-08-06 21:46:05 -05:00
editor Bug 902111 - Forward-declare nsIFrame in nsISelectionPrivate.h; r=bzbarsky 2013-08-06 16:19:11 -04:00
embedding Bug 881323 - Re-implement CycleCollectorParticipant with actual vtables, with constexpr to avoid static initializers. r=mccr8 2013-08-02 10:29:05 +09:00
extensions
gfx bug 893180 - [WebGL 2.0] gl.vertexAttribDivisor (GL_ARB_instanced_array) - r=jgilbert 2013-08-06 20:05:51 -04:00
hal
image
intl Bug 897921 - Remove some dead assignments in makefiles; r=mshal 2013-08-02 09:03:55 +02:00
ipc Bug 901750 - Change return type of |JSNative| from |JSBool| to |bool|. code=nnethercote,jandem. r=luke,bz. 2013-08-02 00:41:57 -07:00
js Bug 902251 - Use |hg manifest -q| in check_spidermonkey_style.py. r=gps. 2013-08-06 20:58:56 -07:00
layout Bug 897811 - remove browser.pageThumbs.enabled preference. r=gavin 2013-08-07 11:10:58 +10:00
media Bug 901527: null pointer when resetting a resampler r=roc 2013-08-07 01:36:03 -04:00
memory Merge m-c to inbound. 2013-08-02 11:07:57 +02:00
mfbt Bug 898653 - Quell 'not enough parameters for macro' warnings in MSVC. r=djvj 2013-07-27 13:05:36 +02:00
mobile Bug 873378 - Add a limit on mobile of 20 layers per container layer. r=roc 2013-07-16 16:17:18 -04:00
modules Bug 873378 - Add a limit on mobile of 20 layers per container layer. r=roc 2013-07-16 16:17:18 -04:00
mozglue
netwerk bug 887052 - refactor nsISiteSecurityService for multiple headers r=cviecco r=mcmanus r=jst sr=jst 2013-08-02 16:23:18 -07:00
nsprpub
other-licenses
parser Bug 881323 - Re-implement CycleCollectorParticipant with actual vtables, with constexpr to avoid static initializers. r=mccr8 2013-08-02 10:29:05 +09:00
probes
profile
python Merge m-c to inbound. 2013-08-02 11:07:57 +02:00
rdf Bug 881323 - Re-implement CycleCollectorParticipant with actual vtables, with constexpr to avoid static initializers. r=mccr8 2013-08-02 10:29:05 +09:00
security Bug 824652 - crypto.generateCRMFRequest bypasses CSP (allows script execution from a string, without unsafe-eval) r=bsmith r=khuey r=keeler 2013-08-06 21:46:05 -05:00
services Merging in version bump NO BUG 2013-08-05 11:06:54 -07:00
startupcache Bug 900986 - Convert JS_*Element API to use MutableHandleValue for out params r=terrence r=bholley r=smaug 2013-08-05 14:02:47 +01:00
storage Bug 901750 - Change return type of |JSNative| from |JSBool| to |bool|. code=nnethercote,jandem. r=luke,bz. 2013-08-02 00:41:57 -07:00
testing test only change b2g excludetests for bug 824652 r=philor r=ddahl 2013-08-06 22:07:34 -05:00
toolkit Bug 898940. Test. r=jaws 2013-08-07 15:31:25 +12:00
tools Bug 892774 - Breakpad Stack scan: speed up MyCodeModules::GetModuleForAddress. r=bgirard. 2013-08-06 10:36:10 +02:00
uriloader
view
webapprt Bug 772325 - Add title and taskbar hint to webapprt error message dialogs. r=karlt 2013-08-05 16:26:42 -04:00
widget Merge m-c to fx-team. 2013-08-06 10:16:50 -04:00
xpcom Merging in version bump NO BUG 2013-08-05 11:06:54 -07:00
xpfe Bug 843363 - Remove unused variable 'rv' in nsDirectoryViewer.cpp. r=bz 2013-08-05 20:18:48 -04:00
xulrunner Bug 870370 - Move EXTRA_COMPONENTS to mozbuild (file batch #4); r=mshal 2013-08-02 09:03:42 +02:00
.gdbinit
.gitignore
.hgignore
.hgtags Added tag FIREFOX_AURORA_25_BASE for changeset ad0ae007aa9e 2013-08-05 10:56:53 -07:00
aclocal.m4
Android.mk
AUTHORS
client.mk
client.py
CLOBBER bug 892978 - [WebGL 2.0] Query objects (GL_ARB_occlusion_query_boolean) - r=jgilbert 2013-08-06 17:23:46 -04:00
configure.in Bug 901202 - Set WEBRTC_TARGET_ARCH to a right value on ia64. r=ted 2013-08-06 10:08:48 +09: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/