Gecko engine for Wine
Go to file
2010-05-28 16:01:08 -07:00
accessible Bug 561932 - Make text events async/safe 2010-06-02 08:30:13 -04:00
browser Merge mozilla-central to tracemonkey. 2010-06-06 11:28:04 -04:00
build Fix indentation in configure --help. (Bug 569261) r=ted 2010-06-02 14:04:21 -07:00
caps Merge mozilla-central to tracemonkey. 2010-05-24 09:05:39 -07:00
chrome Bug 533592, part 1 - Remove uses of and support for xpcnativewrappers=no/yes in manifests. (The default has been yes for some time and we will now only have that behavior.) r=mrbkap. 2010-05-27 12:33:54 -07:00
config Merge mozilla-central to tracemonkey. 2010-06-06 11:28:04 -04:00
content Bug 565157 - typed JS_AddRoot (r=igor) 2010-06-07 17:05:02 -07:00
db
dbm
docshell Bug 535922 - Genereate mobile specific browser chrome test package files r=ted 2010-05-27 13:01:37 -07:00
dom Bug 567048 - Cache same-origin XOWs in the wrapped native's object. r=jst 2010-05-28 16:01:08 -07:00
editor Merge backout of changeset 634e1f2cf46c 2010-06-03 21:28:24 -04:00
embedding Bug 568561 - Adding a shared ID so that SUTAgent and Android Fennec can read each other's files, r=mwu 2010-06-02 14:59:49 -07:00
extensions Merge mozilla-central to tracemonkey. 2010-06-05 19:13:45 -04:00
gfx Bug 569490 Don't build D3D9 layer if we can't find d3d9.h r=ted,jmuizelaar 2010-06-06 11:37:44 +01:00
intl bug 552460 - part 2 - Unicode data needed for Variation Sequence support. r=smontagu 2010-06-01 14:42:37 +01:00
ipc Bug 560630 - NotificationService for e10s fennec initialized and used in different threads. r=bent.mozilla 2010-06-02 05:25:46 -04:00
jpeg
js Bug 567048 - Cache same-origin XOWs in the wrapped native's object. r=jst 2010-05-28 16:01:08 -07:00
layout Merge mozilla-central to tracemonkey. 2010-06-06 11:28:04 -04:00
media Bug 568315 - Android support for media/libsydneyaudio, r=kinetik 2010-06-03 13:59:04 -07:00
memory bug 559263 - make jemalloc work with android, follow up patch r=ted 2010-06-05 13:15:50 -04:00
modules Bug 565157 - typed JS_AddRoot (r=igor) 2010-06-07 17:05:02 -07:00
netwerk Bug 529921 browser part. Implement core support for RFC-2597/2598/3168 Quality-of-Service (DSCP) marking. r=biesi 2010-06-02 22:25:01 -04:00
nsprpub backout bug 415563 because a gcc4.3 bug causes it to break our 32bit linux builders r=ted 2010-06-05 13:15:50 -04:00
other-licenses Merge mozilla-central to tracemonkey. 2010-06-05 19:13:45 -04:00
parser b=565186; remove NS_ENSURE_TRUE in nsHtml5TreeOpExecutor; r=hsivonen 2010-06-04 12:03:24 -07:00
probes
profile Bug 567521: back out part of patch from bug 560095 (changeset 79cbadb26768) to fix winEmbed bustage 2010-05-28 14:58:27 -04:00
rdf Bug 562580 - warning: 'resource' may be used uninitialized in RDFContentSinkImpl::~RDFContentSinkImpl(), r=jst, a=nthomas for the CLOSED TREE 2010-05-06 21:37:45 -07:00
security Bug 565157 - typed JS_AddRoot (r=igor) 2010-06-07 17:05:02 -07:00
storage Bug 492625 - "Stop using underscores to start #defines" [r=vlad] 2010-06-01 08:38:00 -04:00
testing Bug 516984 Mass import of Mozmill code into m-c. This is mozmill release 1.4.1 Reviewers=mikeal, ctalbert, harth, whimboo etc 2010-06-01 13:45:04 -07:00
toolkit Merge mozilla-central to tracemonkey. 2010-06-06 11:28:04 -04:00
tools Bug 568467 - trace-malloc support for Windows x64. r=dbaron 2010-06-04 16:53:02 +09:00
uriloader Bug 564702 Refresh attempted sends bogus state change notification r=biesi 2010-05-28 10:08:24 +01:00
view Bug 563878. Part 4. Add AppUnitsPerDevPixel convenience function to viewmanager. r=mats 2010-06-05 15:29:49 -05:00
webshell
widget Plug leak in nsTransferable::GetTransferData. b=565392 r=dbaron 2010-06-06 16:25:48 +02:00
xpcom Bug 561464 - Add support for XPCOM on Android, patch mostly by vlad, r=bsmedberg 2010-06-01 12:02:42 -07:00
xpfe Bug 530070. r=jmathies 2010-06-02 15:02:05 +02:00
xpinstall Bug 565157 - typed JS_AddRoot (r=igor) 2010-06-07 17:05:02 -07:00
xulrunner Bug 567497 - "Files executed via download manager cause Win7 compatibility mode to permanently apply to firefox.exe and not downloaded file" [r=ted] 2010-05-24 09:55:00 -04:00
.hgignore
.hgtags
aclocal.m4
allmakefiles.sh
client.mk
client.py
configure.in Bug 569490 Don't build D3D9 layer if we can't find d3d9.h r=ted,jmuizelaar 2010-06-06 11:37:44 +01:00
LEGAL
LICENSE
Makefile.in Bug 516984 - Make file changes for Mozmill support in buildbot r=ted 2010-06-01 13:45:01 -07: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 (http://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/