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
Jeff Muizelaar 9c450cf671 Bug 735262. Make leaf address printing saner. r=bgirard
We don't need to store an mLeafAddress field for each profile entry.
Instead just add a 'l' tag for the leaf entries.
2012-04-10 11:48:55 -04:00
accessible Bug 741697 - dexpcomify CAccessibleComponent, r=tbsaunde, f=surkov 2012-04-14 00:46:37 +09:00
b2g Back out entire dd28759eba7b push (bug 739913 and bug 742226) due to OSX 10.7 and b2g bustage. r=shouldausedtry 2012-04-12 20:00:57 -04:00
browser Bug 714631. Feed converter should check HTTP channel response status before proceeding. r=gavin 2012-04-13 13:46:15 -04:00
build Bug 735451. raise exception when DeviceManager fails to initialize. r=jmaher 2012-04-11 14:51:18 -04:00
caps Bug 740688 - Use uintptr_t instead of PRUword, and intptr_t instead of PRWord. r=jwalden 2012-04-11 17:17:44 -07:00
chrome
config Backed out changeset 676dca561a2c 2012-04-12 18:53:25 -04:00
content Bug 743575 - Try to get line number if at all possible when reporting warnings to the error console. r=mrbkap 2012-04-13 13:57:05 -04:00
db/sqlite3
dbm
docshell Bug 737133 - getFaviconURLForPage and getFaviconDataForPage should invoke nsIFaviconDataCallback even if the favicon is not available. r=mak sr=gavin 2012-04-12 12:27:14 +02:00
dom Bug 743820. Update to the changes to WebIDL that made interfaces with indexed properties distinguishable from array and sequence. r=khuey 2012-04-13 13:52:21 -04:00
editor
embedding Bug 739493 - Add "Accessibility:IsEnabled" message for Android 2012-03-15 10:38:27 -04:00
extensions
gfx bug 744480 - check for failure to set up the cairo font. r=bas 2012-04-13 17:39:39 +01:00
hal Back out entire dd28759eba7b push (bug 739913 and bug 742226) due to OSX 10.7 and b2g bustage. r=shouldausedtry 2012-04-12 20:00:57 -04:00
image Bug 740668 - Add noise to background of image document. r=joe,zpao 2012-04-10 16:03:48 -07:00
intl
ipc Bug 728171 - Use Scoped.h throughout the code. r=cjones 2012-04-12 12:21:24 +02:00
js Attempt to fix OS X (gcc 4.2) build bustage. No bug, r=gcc-42-should-die 2012-04-12 18:32:25 -07:00
layout Bug 740743 - Implement CSS overflow for <legend>. r=bz 2012-04-13 17:52:13 +02:00
media Bug 741289 - Sydneyaudio does not include MOZ_ALSA_CFLAGS. r=glandium,romaxa 2012-04-11 07:58:27 -04:00
memory Bug 743715 - Cannot build Fennec without jemalloc. r=glandium 2012-04-11 14:12:34 +02:00
mfbt Bug 719776 - Part 2: Make MOZ_CRASH and MOZ_ASSERT expand inline. r=waldo 2012-04-12 02:03:07 +02:00
mobile Bug 739493 - Add "Accessibility:IsEnabled" message for Android 2012-03-15 10:38:27 -04:00
modules Merge last green PGO from inbound to central 2012-04-13 12:40:12 +02:00
mozglue Bug 740961 - Remove debug logging from nssbridge. r=mfinkle 2012-04-12 20:32:41 -07:00
netwerk Bug 691108 - Make sure that no entry can be bound to the disk cache when nsDiskCacheDevice::ClearDiskCache() is in progress 2012-04-12 18:27:38 +02:00
nsprpub
other-licenses
parser Bug 721730. When we have a null aKey, don't do a linear search down to mLastBuffer. r=hsivonen 2012-04-13 13:46:07 -04:00
probes
profile
rdf Bug 633602 - Implement Pointer Lock (Mouse Lock) API. r=roc,smaug 2012-04-11 17:55:21 -04:00
security
services Bug 744627 - TokenServerClient should not call callbacks twice; r=rnewman 2012-04-11 18:51:48 -07:00
src/test/java/org/mozilla/android/sync/repositories/domain
startupcache
storage Bug 721784 - Don't configure sqlite to use jemalloc on Android [r=mak] 2012-04-12 12:13:23 -07:00
testing Merge services-central into mozilla-central 2012-04-11 11:46:19 -07:00
toolkit Merge last green PGO from inbound to central 2012-04-13 12:40:12 +02:00
tools Bug 735262. Make leaf address printing saner. r=bgirard 2012-04-10 11:48:55 -04:00
uriloader
view
widget Bug 739493 - Add "Accessibility:IsEnabled" message for Android 2012-03-15 10:38:27 -04:00
xpcom Bug 743056 - nsPrintfCString is consistently misused because people don't understand its length-truncation behavior. Make it behave the way people expect by expanding the string as necessary (and use nsTSubstring::AppendPrintf to unify the codepath), r=jlebar 2012-04-13 12:58:59 -04:00
xpfe
xulrunner Bug 743560 - Include xpcshell and run-mozilla.sh in the SDK package but not the binary package, r=Mossop 2012-04-13 13:27:24 -04:00
.gitignore
.hgignore
.hgtags
aclocal.m4
allmakefiles.sh
client.mk
client.py Bug 741125: Update WebIDL parser. 2012-04-12 15:14:10 -07:00
configure.in Bug 730862 - Fix for enabling the signmar configure.in option. r=rstrong 2012-04-12 19:05:37 -04:00
LEGAL
LICENSE
Makefile.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/