Gecko engine for Wine
Go to file
2009-10-22 15:13:10 -07:00
accessible Bug 523565 - nsHTMLLabelAccessible shouldn't be text accessible, r=davidb 2009-10-22 12:45:52 +08:00
browser Bug 520173 - Reset lightweight theme previews when leaving the source page. r=dtownsend 2009-10-22 22:47:59 +02:00
build Set dom.popup_maximum to -1 to work around weirdness with the offline tests and get the tree green again, and because we probably want to do it anyway. CLOSED TREE 2009-10-22 13:49:21 -04:00
caps Fix for bug 517196 (The JSClass of wrappers shouldn't change when morphing from slim to XPCWrappedNative). r=mrbkap. 2009-09-18 12:43:48 +02:00
chrome Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted 2009-09-18 19:59:53 -07:00
config Bug 511290: Can't use standard file picker to upload files from user's Maemo File area [r=roc r=ted.mielczarek] 2009-10-15 14:38:10 -04:00
content Bug 520486 (patch 2): Enable SVG/SMIL animation of properties with enumerated values. r=roc 2009-10-21 14:57:57 -07:00
db Backout of bug 519270 - Upgrade to SQLite 3.6.18 due to some instability. 2009-10-22 13:31:17 -07:00
dbm Bug 504080: Update NSS from NSS_3_12_4_FIPS1_WITH_CKBI_1_75 to 2009-07-28 17:01:39 -07:00
docshell Bug 498648 - Start private browsing while editing a message, cancel, doesn't cancel private browsing; r=bz,jst,ehsan 2009-10-20 10:19:43 -04:00
dom Bug 523569 - remove initXXXEventNS methods, r=sicking 2009-10-21 21:35:42 +03:00
editor Include bidi continuations when testing whether a frame has any width. Bug 514156, r=peterv 2009-10-19 01:01:15 -07:00
embedding Backing out bug 520417 2009-10-18 16:29:08 +09:00
extensions Add xpcshell test to make sure things stay in sync when switching PB mode. b=481775, r=sdwilsh 2009-10-22 13:53:58 -07:00
gfx Bug 500200. cairo-ddraw: Fallback if the source surface is larger than the maximum texture size. r=vlad 2009-10-21 12:49:20 -04:00
intl Backout Bug 462381 due to Mac build bustage 2009-10-13 16:53:27 +02:00
jpeg Bug 520672 followup: replace "unsigned char" with "JSAMPLE" (which is typedef'd to unsigned char) in jdmaster.c, for consistency. r=bholley 2009-10-05 21:56:54 -07:00
js Fix two reftest.js mistakes in changeset d4fa46306138. (Bug 471579) r=ted 2009-10-22 16:36:24 -04:00
layout Bug 523755: Remove two unneeded nsCSSValue variable declarations in nsCSSDeclaration. r=dbaron 2009-10-22 15:13:10 -07:00
media Bug 523335 - Abort seek operation on underlying stream close. r=roc 2009-10-21 16:24:21 +13:00
memory/jemalloc Backed out changeset 1a7c75165427 (landed way more than whitespace changes, woops) 2009-10-20 12:33:42 -07:00
modules Add a test for gif comment parsing. 2009-10-21 13:31:04 -04:00
netwerk Add xpcshell test to make sure things stay in sync when switching PB mode. b=481775, r=sdwilsh 2009-10-22 13:53:58 -07:00
nsprpub Update NSPR to the NSPR_HEAD_20091019 CVS tag. r=wtc 2009-10-20 08:13:38 -04:00
other-licenses Bug 512424 - implement IAccessibleTable2, r=marcoz, davidb, sr=neil 2009-09-11 09:07:56 +08:00
parser Add bug 515816's testcase as a crashtest 2009-10-17 19:35:08 -07:00
probes Landing basic framework for dtrace support (bug 388564). Patch by john.rice@sun.com and padraig.obriain@sun.com. r+a=ted.mielczarek@gmail.com, sr=sayrer@gmail.com 2007-10-10 16:03:14 -07:00
profile Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted 2009-08-25 08:59:31 -07:00
rdf Bug 518104 - Implement HTML5 changes to <script defer>. r=hsivonen, sr=mrbkap. (Tests fixed and code merged to tip by hsivonen.) 2009-10-02 14:13:59 +03:00
security Bug 523056 - Remove nonlocalized, inappropriate progresstext attribute that hasn't done anything since 0.6, r=mayhemer 2009-10-20 20:21:29 -07:00
storage Disable test_deadlock_detector for failing on OS X. (Bug 523378) 2009-10-20 20:26:04 -04:00
testing report file + line number in mochitest onerror handler pushing to CLOSED TREE for better failure analysis 2009-10-22 11:36:33 -04:00
toolkit Bug 522944 - chrome://mozapps/skin/extensions/blocklist.css doesn't exist on Windows Vista and 7. r=dtownsend 2009-10-22 22:48:27 +02:00
tools Bug 518632 - Remove embedding/config/, r=bsmedberg 2009-10-02 20:15:26 -07:00
uriloader Only call GetFromExtension if we have an extension. (Bug 523672) r=bzbarsky 2009-10-22 16:36:21 -04:00
view Call WillPaint() on all descendant view observers. b=517772 r=bzbarsky r=roc 2009-10-16 12:55:19 +02:00
webshell Fix for bug 499781 (Move some methods from nsILink to nsIContent). r=bz, sr=dbaron. 2009-07-13 13:48:06 +02:00
widget Merge backout of bug 300904. 2009-10-21 17:09:45 +02:00
xpcom Increase maximum collections at shutdown from 5 to 10 to see if it fixes the leaks on Windows mochitests 2/5. 2009-10-22 18:08:57 -04:00
xpfe Bug 514638 windowmediator should let go of its windows at xpcom-shutdown 2009-10-17 08:20:08 +02:00
xpinstall Bug 519263 - Session and time-based expiration for permissions in permissions manager. r=dwitte, 2009-10-16 14:01:04 -07:00
xulrunner Bug 511761 - Only use compatibility.ini (not .autoreg, or stat()s) to invalidate fastloads and other caches (r=bsmedberg, RELAND WITH TEST FIX) 2009-10-15 23:32:29 -07:00
.hgignore No bug: Ignore idutils index files wherever they appear; ignore SpiderMonkey test logs. r=jorendorff 2009-10-16 11:48:16 -07:00
.hgtags Tagging the last common changeset of mozilla-central and mozilla-1.9.2. The tagged changeset represents the branchpoint of the two. 2009-08-13 09:53:57 -04:00
aclocal.m4 Bug 485409 - Handle a Windows-style path as $srcdir in configure, by modifying the default autoconf M4 macros so that they recognize Z:/ as an absolute path. r=ted 2009-09-22 09:05:48 -04:00
allmakefiles.sh Add missing makefiles, rs=ted 2009-06-27 16:12:56 -07:00
client.mk dummy commit 2009-09-02 00:27:27 -07:00
client.py Land jsctypes. b=513783, r=jorendorff, sr=bsmedberg. 2009-09-23 10:57:22 -07:00
configure.in Backout of bug 519270 - Upgrade to SQLite 3.6.18 due to some instability. 2009-10-22 13:31:17 -07:00
LEGAL Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
LICENSE Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
Makefile.in Backed out changeset 8cbc47eee659 2009-10-02 18:09:08 -05:00
README.txt Bug 502499 - Remove extra "the" from core readme. r=bsmedberg 2009-07-07 14:14:15 +02:00

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/