gecko/xpcom
Benjamin Smedberg 0b4de441c4 Bug 568691 - Fix MOZ_OMNIJAR registration, r=mwu
--HG--
rename : modules/libjar/nsXPTZipLoader.cpp => modules/libjar/nsManifestZIPLoader.cpp
rename : modules/libjar/nsXPTZipLoader.h => modules/libjar/nsManifestZIPLoader.h
rename : xpcom/reflect/xptinfo/public/nsIXPTLoader.idl => xpcom/components/nsIManifestLoader.idl
2010-07-02 09:53:19 -04:00
..
analysis Bug 551286: Add a per function 'final' keyword in C++. r=tglek 2010-03-28 11:44:33 -04:00
base Merge mozilla-central, including the Electrolysis changes, into the branch for bug 568691. 2010-07-01 11:55:57 -04:00
build Bug 556400 - Make adding visits asynchronous. r=sdwilsh r=mak sr=bz 2010-06-30 16:08:28 -07:00
components Bug 568691 - Fix MOZ_OMNIJAR registration, r=mwu 2010-07-02 09:53:19 -04:00
doc Backed out changeset 2df29cb1ed93 2009-02-07 15:07:36 +01:00
ds Merge mozilla-central to the bug 568691 branch. 2010-06-30 14:23:23 -04:00
glue Fix generic classinfo objects so that they are allocated statically, to avoid leak-detector annoyances, but not initialized statically, because compilers are stupid and won't const-data-initialize an object with a vtable, even if they could. 2010-07-01 12:11:42 -04:00
idl-parser Bug 574872 - 'Allow XPConnect to pass the JSContext through XPIDL when requested'. r=jst 2010-06-28 15:22:39 -07:00
io Backed out changeset db6f8068e9a5 2010-06-29 17:49:21 +02:00
libxpt/xptcall Backed out changeset 2df29cb1ed93 2009-02-07 15:07:36 +01:00
proxy Backed out changeset db6f8068e9a5 2010-06-29 17:49:21 +02:00
reflect Bug 568691 - Fix MOZ_OMNIJAR registration, r=mwu 2010-07-02 09:53:19 -04:00
sample Implement compatibility wrapper so that binary components can be compatible with both Firefox 3.6 and Firefox 4, as a result of registration changes from bug 568691. 2010-06-24 16:36:27 -04:00
string Bug 574089 - Optimize ::GetInnerHTML, r=jst 2010-06-26 23:39:56 +03:00
stub Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files 2010-06-10 14:11:11 -04:00
system Build and IPDL groundwork for the multi-process Jetpack API (bug 556846). r=bsmedberg 2010-06-25 08:00:35 -07:00
tests Merge mozilla-central to the bug 568691 branch. 2010-06-30 14:23:23 -04:00
threads Backed out changeset db6f8068e9a5 2010-06-29 17:49:21 +02:00
tools Bug 570488 - Stop reading/writing xpti.dat and incrementally loading XPT files [1/2] r=Mossop 2010-06-14 16:05:48 -07:00
typelib fix minor type name output in xpt_dump. r=timeless (no bug) 2010-06-29 10:03:47 -04:00
windbgdlg bug 473151 - limit the number of characters usable in windbgdlg; r=timeless sr=neil 2009-02-19 18:23:15 +01:00
Makefile.in Bug 570488 - Stop reading/writing xpti.dat and incrementally loading XPT files [1/2] r=Mossop 2010-06-14 16:05:48 -07:00
xpcom-config.h.in Use char16_t when available, and when it is, don't test for -fshort-wchar. (Bug 502298) r=bsmedberg 2009-07-20 07:04:41 -04:00
xpcom-private.h.in