Gecko engine for Wine
Go to file
2010-03-03 12:21:23 +00:00
accessible Bug 546748 - topcrash regression: null dereference in nsRefPtr<T>::assign_assuming_AddRef(AddStyleSheetTxn*) | nsAccEventQueue::Shutdown() [@nsRefPtr<AddStyleSheetTxn>::assign_assuming_AddRef(AddStyleSheetTxn*) | nsAccEventQueue::Shutdown()], r=davidb 2010-02-26 11:02:39 -08:00
browser Bug 499435 - mochitest-browser-chrome: browser_420786.js needs to report "success"; (Av1) Add a |todo(false, "...");|. 2010-03-03 11:12:28 +01:00
build Bug 501436 - move Gecko 1.9.3 tinderboxes and production builds to Mac OS X 10.5, 10.5 SDK, gcc-4.2; (Bv1) Fix comment too. 2010-03-03 11:12:28 +01:00
caps Bug 543870: Implement File.url. r=bz sr=jst 2010-03-02 23:51:09 -08:00
chrome Bug 544112 part 2: DeCOMtaminate and devirtualize nsCSSLoader. r=bzbarsky sr=dbaron 2010-03-02 13:00:53 -08:00
config Bug 528131 - build config should check whether __force_align_arg_pointer__ is valid. r=ted 2010-03-01 13:24:42 +09:00
content Bug 543870: Implement File.url. r=bz sr=jst 2010-03-02 23:51:09 -08:00
db Bug 547454 orkinHeap should use malloc/free instead of new/delete 2010-02-28 22:59:55 +02:00
dbm Bug 527659, Update mozilla-central to NSS 3.12.6 (beta) 2010-02-07 12:54:28 +01:00
docshell Bug 522214 Crash when setting null on charset [@ strlen | nsDependentCString::nsDependentCString(char const*)] 2010-02-28 17:28:54 +02:00
dom Bug 526454 - Link to plugin check page from about:plugins. r=josh, ui-r=faaborg 2010-03-03 09:51:58 +01:00
editor Bug 544112 part 2: DeCOMtaminate and devirtualize nsCSSLoader. r=bzbarsky sr=dbaron 2010-03-02 13:00:53 -08:00
embedding Bug 547854 - Improve outermost svg:title tooltip behaviour. r=dao,r=bzbarsky 2010-03-01 19:21:02 +00:00
extensions Set a minimum threshold even for the detector's preferred language. Bug 547487, r=emk 2010-02-23 01:46:15 -08:00
gfx Bug 549668 - check that mozilla.widget.render-mode pref value is within valid range. r=vlad 2010-03-03 09:27:08 +00:00
intl Bug 548495 followup to fix reftest failure. r=masayuki pending 2010-02-26 22:20:56 -05:00
ipc Bug 545455: IPDL/C++ test. 2010-02-16 12:44:23 -06:00
jpeg Bug 539378 - Remove MOZ_BITS macro from tree. r=ted 2010-01-19 14:12:09 +09:00
js Bug 521673 - Remove remnant OJI references; (Av1) /js/src/configure.in. 2010-03-03 11:12:28 +01:00
layout Bug 549860 Fix non-libxul build bustage from bug 544112. r=ted over irc 2010-03-03 12:21:23 +00:00
media Backed out changeset b876c36242dc 2010-02-26 15:10:11 -08:00
memory/jemalloc Bug 515556 - Fix jemalloc committed memory statistics. r=vlad 2009-11-10 16:01:08 -08:00
modules Bug 549272: Initialize the mozilla.widget.render-mode pref in all.js. r=vlad 2010-03-03 09:29:57 +00:00
netwerk Bug 543870: Implement File.url. r=bz sr=jst 2010-03-02 23:51:09 -08:00
nsprpub Bug 545865: A better way to build NSPR tests for Windows Mobile. Also 2010-02-16 10:50:04 -08:00
other-licenses Bug 535369 - fix bsdiff cross-compile bustage on Windows 2010-02-22 22:04:46 -05:00
parser Bug 544112 part 1: Make speculative and chrome style sheet loads go through the document object. Rearrange some C++ unit tests so they'll still link after part 2. r=bzbarsky sr=dbaron 2010-03-02 13:00:39 -08:00
probes
profile bug 514188 - fix nsProfileLock to use SA_SIGINFO style signal handler, so it can chain to Breakpad's signal handler properly. r=bsmedberg 2009-12-14 06:44:27 -05:00
rdf Fix spelling of 'multiple' to cause another round of builds and talos runs. 2010-02-17 11:29:15 -05:00
security Bug 546644 - Remove trailing white space from test_bug521461.html. r=honzab.moz. 2010-02-22 14:17:35 +02:00
storage Fix regression in mozIStorageStatement.bindUTF8StringParameter such that it accepts arbitrary octets by 2010-02-22 13:57:45 -08:00
testing Bug 541412 Add Runtestsremote.py to mozilla-central for remote mochitests p=jmhaer r=ctalbert 2010-02-25 11:10:39 -08:00
toolkit Bug 531256 Move nsBrowserStatusFilter from xpfe/browser to toolkit/components/statusfilter. r=dtownsend,sr=Neil 2010-03-03 11:19:57 +00:00
tools Bug 539516 - Switch automation.py to use the new python stack fixer. r=ted 2010-02-21 13:03:20 -08:00
uriloader Bug 152001. Map the .mml extension to application/xhtml+mathml if there is no existing mapping for it. r=bzbarsky 2010-02-26 21:32:31 -05:00
view Bug 534425. Part 6: Let nsIWidgets expose a LayerManager to be used to render into the widget, instead of nsPaintEvent::renderingContext which is removed since it's no longer needed. Currently all widgets fall back to a default BasicLayerManager implementation. Also change nsPaintEvent::region to be an nsIntRegion, and get rid of nsPaintEvent::rect since it's redundant. 2010-03-01 21:03:49 +13:00
webshell Bug 461199 (Part 17) - Remove no longer needed code from webshell and docshell. 2009-12-15 16:04:18 -08:00
widget Optimize Mac OS X native menu image code. Avoid unnecessary endian swaps, ARGB->RGBA conversions, and mallocs. b=548712 r=smichaud 2010-03-02 16:23:07 -06:00
xpcom Bug 549743: Abort if cycle collected object is refcounted from threads other than the main thread. Such refcounting will randomly cause leaks and crashes anyway, so better crash up front to make sure developers notice. r=dbaron 2010-03-02 16:04:34 -08:00
xpfe Bug 531256 Move nsBrowserStatusFilter from xpfe/browser to toolkit/components/statusfilter. r=dtownsend,sr=Neil 2010-03-03 11:19:57 +00:00
xpinstall Bug 542091 - fix mingw bustage (r=dveditz) 2010-02-26 11:09:20 -08:00
xulrunner bug 538183. Update xulrunner debian package control files. r=blassey 2010-01-06 09:10:48 -08:00
.hgignore Bug 537271 - Add .pyo files to .hgignore, r=ted 2010-01-08 13:57:46 +01:00
.hgtags Electrolysis-plugin-only bookkeeping commit. 2009-12-15 20:33:05 -05: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 bug 501034 - add a Win32 helper app to crash a process, and make automation.py use it when the app hangs. r=Waldo 2009-10-16 13:34:27 -04: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 Bug 485405 - Use gmake to build NSS, even when using pymake everywhere else; (Cv1) Remove leftover comment on (1.9.3) m-c. 2010-03-03 11:12:28 +01:00
LEGAL
LICENSE
Makefile.in bug 474610 - generate a text file alongside application packages that includes the build ID and source changeset, and upload it with the build package. r=bhearsum 2010-02-25 11:19:35 -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/