Gecko engine for Wine
Go to file
2013-05-14 22:01:23 -06:00
accessible Bug 872338 - Update pivot tests to reflect virtualCursor in every doc change. r=tbsaunde 2013-05-17 19:10:30 -07:00
addon-sdk Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
b2g Bug 865022 - Set the http cache size to match the size of the /cache partition r=vingtetun 2013-05-17 15:57:10 -07:00
browser No bug, Automated blocklist update from host slice 2013-05-18 18:56:23 -07:00
build Bug 872507 - Tweak logcat java-exception regex to strip more whitespace; r=jmaher 2013-05-17 12:42:02 +01:00
caps Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
chrome Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
config bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium 2013-05-16 09:33:26 -04:00
content Bug 868778 - Part d: Actually move DataChannel to WebIDL. 2013-05-20 11:48:16 +02:00
db/sqlite3
docshell Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
dom Merge m-c to inbound. 2013-05-20 11:29:37 -04:00
editor Bug 824080 HTML editor shouldn't set selection state as inactive at losing focus but the document has focus r=ehsan 2013-05-18 09:07:46 +09:00
embedding Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
extensions Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
gfx Merge backout. 2013-05-19 20:26:58 +02:00
hal
image Bug 463696 - crash test 2013-05-19 18:20:20 +00:00
intl Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
ipc Bug 873038 - Remove the old MSVC PGO exclusions across the tree; r=glandium 2013-05-16 11:16:30 -04:00
js Bug 873730. Make JS_SourceHook take a Handle for the JSScript. r=till 2013-05-18 23:09:11 -04:00
layout Merge m-c to m-i 2013-05-19 11:43:44 -07:00
media Bug 868778 - Part a: Move nsDOMDataChannel.h to nsDOMDataChannelDeclarations.h; r=jesup 2013-05-20 09:10:59 +02:00
memory
mfbt Bug 864035 - Add an atomic RefCounted and WeakPtr implementation. r=Waldo 2013-05-18 09:52:53 +02:00
mobile Bug 870930 - Shut up GeckoAboutHomeTopSites. r=trivial 2013-05-17 15:51:44 -07:00
modules Merge backout. 2013-05-19 20:26:58 +02:00
mozglue Bug 865583 - Use thread-safe ref-counting in the linker. r=nfroyd 2013-05-18 09:53:18 +02:00
netwerk Bug 868778 - Part c: Move DataChannel to WebIDL; r=mounir+jesup 2013-05-20 09:19:45 +02:00
nsprpub
other-licenses Bug 614570 - Rev IAccessible2 1.3, r=tbsaunde 2013-05-19 10:21:42 +09:00
parser Bug 555462 - crash test 2013-05-18 18:38:33 +00:00
probes
profile Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
python Merge inbound to m-c. 2013-05-16 20:29:40 -04:00
rdf Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
security Merge the last PGO-green cset from m-i to m-c 2013-05-18 18:07:46 -07:00
services Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
startupcache
storage Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
testing Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
toolkit Bug 860625 - Use asynchronous getCharsetForURI in BookmarkJSONUtils.jsm. r=mak 2013-05-14 22:01:23 -06:00
tools
uriloader bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium 2013-05-16 09:33:26 -04:00
view Bug 399852 - crash test 2013-05-18 18:38:32 +00:00
webapprt
widget Backed out changeset b097bd9fd24c because of Windows build bustage 2013-05-19 11:29:19 -04:00
xpcom Bug 872497 - Remove problematic "optimization" in NS_QuickSort. r=jlebar 2013-05-18 15:16:02 -04:00
xpfe Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
xulrunner
.gdbinit
.gitignore
.hgignore
.hgtags
aclocal.m4
Android.mk
AUTHORS
client.mk
client.py
CLOBBER Bug 549861 backout followup, clobber for Windows builds and for tests 2013-05-19 13:13:29 -07:00
configure.in
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/