Gecko engine for Wine
Go to file
2014-08-22 17:51:01 -07:00
accessible Bug 314095 - Eliminate nsIContent::GetDocument, r=jst 2014-08-22 23:11:27 +03:00
addon-sdk Bug 1046964 - Fix some JS warnings (r=ttaubert) 2014-08-19 17:27:58 -07:00
b2g Bumping manifests a=b2g-bump 2014-08-22 13:07:02 -07:00
browser Merge inbound to m-c a=merge 2014-08-22 16:47:32 -07:00
build Bug 1055154 - Add more intermittent WebRTC leaks to suppression list. 2014-08-22 13:43:11 -07:00
caps bug 1047696 - mark a number of classes MOZ_FINAL to get compilers to devirtualize more r=froydnj 2014-08-05 13:33:55 -04:00
chrome
config Bug 1029155 - Store peer certificate chain from failed connections on TransportSecurityInfo r=keeler 2014-08-15 11:27:22 -07:00
content Merge m-c to inbound a=merge 2014-08-22 17:05:17 -07:00
db/sqlite3
docshell Bug 1054901 - Add AsyncPanZoomStarted/Stopped notifications to scroll observers. r=roc 2014-08-22 04:32:00 -04:00
dom Bug 1052240 - Mark tests to fail/skip. - r=kamidphish 2014-08-22 17:51:01 -07:00
editor Bug 1054889 - Update images for touch caret and selection carets. r=roc, f=mtseng, ui-r=chuang 2014-08-19 01:34:00 -04:00
embedding Bug 1057339 - nsGlobalWindow::Focus compares innerwindow to outerwindow, r=bz 2014-08-22 23:16:36 +03:00
extensions Bug 1054819 - Ensure that the dictionary is released on the main thread. r=ehsan 2014-08-20 04:28:00 -04:00
gfx Bug 1056962 - Part 2: Add proc name to gralloc memory report entries. r=BenWa 2014-08-22 16:36:24 -07:00
hal
image Bug 1054076 - Make imgFrame reference counted. r=tn 2014-08-22 13:49:54 -07:00
intl Bug 1055281 - check for existence of paths in LOCAL_INCLUDES in moz.build; r=mshal 2014-08-20 11:51:33 -04:00
ipc Bug 1057402: Fix for non-unified builds. r=me 2014-08-22 10:02:47 -07:00
js Bug 1041731 - Unforgeable Xrayed methods aren't getting cached on the holder. r=bholley. 2014-08-22 11:25:07 +02:00
layout Merge m-c to inbound a=merge 2014-08-22 17:05:17 -07:00
media Bug 1052169: Ignore decode-complete callbacks during OMX decoder shutdown r=jhlin 2014-08-20 04:39:44 -04:00
memory Bug 1045977 - Clear heap allocated volatile buffers, r=njn,seth 2014-08-19 15:30:55 -04:00
mfbt Bug 913586 (Part 9) - Add more useful features to the Maybe<T> API. r=waldo 2014-08-22 00:43:02 -07:00
mobile Merge m-c to inbound a=merge 2014-08-22 17:05:17 -07:00
modules Bug 975744 - remove font features pref and enable features by default. r=dbaron 2014-08-20 16:54:35 +09:00
mozglue
netwerk Bug 1054572 - Remove redundant references to HTTP cache v1 API r=mayhemer 2014-08-22 15:17:32 -07:00
nsprpub
other-licenses
parser Bug 1054572 - Remove redundant references to HTTP cache v1 API r=mayhemer 2014-08-22 15:17:32 -07:00
probes
profile Bug 286355: nsIProfileUnlocker for Win32; r=bsmedberg 2014-08-20 16:47:11 -06:00
python Bug 1055281 - check for existence of paths in LOCAL_INCLUDES in moz.build; r=mshal 2014-08-20 11:51:33 -04:00
rdf Back out 2f60f94d4d3c and d06c2e71aca2 for cross-platform breakage. 2014-08-22 15:13:03 -07:00
security Merge m-c to inbound a=merge 2014-08-22 17:05:17 -07:00
services Merge latest green fx-team changeset and mozilla-central; a=merge 2014-08-20 15:14:31 +01:00
startupcache
storage
testing Merge inbound to m-c a=merge 2014-08-22 16:47:32 -07:00
toolkit Merge m-c to inbound a=merge 2014-08-22 17:05:17 -07:00
tools Bug 1055675 - Work around MSVC2010 issue in trace-malloc. r=bsmedberg 2014-08-19 13:29:00 +02:00
uriloader Bug 1054572 - Remove redundant references to HTTP cache v1 API r=mayhemer 2014-08-22 15:17:32 -07:00
view
webapprt Bug 1006615 - Update extensions.blocklist.itemURL and extensions.blocklist.url to new blocklist domain, r=Mossop,jason 2014-08-21 02:22:25 +02:00
widget Merge m-c to inbound a=merge 2014-08-22 17:05:17 -07:00
xpcom Bug 1056962 - Part 1: Move GetThreadName to LinuxUtils. r=jld 2014-08-22 16:35:29 -07:00
xpfe Bug 1051017 - Add browser.contentWindowAsCPOW and browser.contentDocumentAsCPOW (r=mconley,mrbkap) 2014-08-20 12:49:11 -07:00
xulrunner
.clang-format
.clang-format-ignore
.gdbinit
.gitignore
.hgignore
.hgtags
.lldbinit
.reviewboardrc
aclocal.m4
Android.mk
AUTHORS
client.mk
client.py
CLOBBER
configure.in Bug 1055605 - Replace MOZ_ANDROID_OMTC with MOZ_WIDGET_ANDROID. r=BenWa 2014-08-22 15:26:56 -04: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/