.. |
standalone
|
Bug 334528 - xulrunner-stub requires the MSVC runtimes to be present; this also fixes embedders and component authors who want to link to the XPCOM glue libraries with various CRTs, r=darin
|
2006-08-30 15:57:03 +00:00 |
.cvsignore
|
|
|
Makefile.in
|
Bug 349002, try #2 - Refactor xptcall into a frozen API, r=timeless - with OS/2 fixup by Peter Weilbacher
|
2006-11-20 17:03:38 +00:00 |
nsArrayEnumerator.cpp
|
Don't crash on OOM. b=353997 r+sr=darin
|
2006-09-30 05:15:57 +00:00 |
nsArrayEnumerator.h
|
Bug 347183 - frozen-linkage access to null/singleton/union/array enumerators, r=darin
|
2006-08-08 18:18:50 +00:00 |
nsArrayUtils.cpp
|
|
|
nsArrayUtils.h
|
|
|
nsBaseHashtable.h
|
bug 356734: nsBaseHashtable.h casts a pointer to a PRBool, which gives an error in 64 bit gcc
|
2006-10-17 04:00:01 +00:00 |
nsClassHashtable.h
|
|
|
nsCOMArray.cpp
|
Fixing bug 348062. Making nsContentList hold strong references to the nodes in the list. r+sr=bzbarsky@mit.edu
|
2006-08-25 17:45:25 +00:00 |
nsCOMArray.h
|
|
|
nsComponentManagerUtils.cpp
|
|
|
nsComponentManagerUtils.h
|
|
|
nsCOMPtr.cpp
|
|
|
nsCOMPtr.h
|
Don't return nsDerivedSafe when .get() is explicitly used on nsCOMPtr and nsRefPtr. r/sr=dbaron
|
2006-11-21 21:28:14 +00:00 |
nsCRTGlue.cpp
|
Build bustage, io.h only exists on windows.
|
2006-09-12 18:50:10 +00:00 |
nsCRTGlue.h
|
Bug 319843 - XULRunner windows are grouped in the taskbar (and all XULRunner apps have the same firewall settings), r=darin
|
2006-08-17 14:22:04 +00:00 |
nsDataHashtable.h
|
|
|
nsDebug.h
|
Bug 340443 - Not possible to use the XPCOM glue with the static CRT, r=neil sr=darin
|
2006-09-12 18:22:40 +00:00 |
nsEnumeratorUtils.cpp
|
Bug 347183 - frozen-linkage access to null/singleton/union/array enumerators, r=darin
|
2006-08-08 18:18:50 +00:00 |
nsEnumeratorUtils.h
|
Bug 347183 - frozen-linkage access to null/singleton/union/array enumerators, r=darin
|
2006-08-08 18:18:50 +00:00 |
nsGenericFactory.cpp
|
Bug 340443 - Not possible to use the XPCOM glue with the static CRT, r=neil sr=darin
|
2006-09-12 18:22:40 +00:00 |
nsGenericFactory.h
|
|
|
nsGREGlue.cpp
|
Bug 332074, [BEOS]Fix XPCOMGlue for BeOS, p=sergei_d, r=thesuckiestemail, r=bsmedberg
|
2006-09-27 16:07:06 +00:00 |
nsHashKeys.h
|
Bug 339105 - nsUnicharPtrHashKey, r=darin
|
2006-06-15 13:48:29 +00:00 |
nsIClassInfoImpl.h
|
|
|
nsID.cpp
|
|
|
nsID.h
|
Bug 313309 - Table-driven QI part 3 - use weak statics for interface IDs, r=shaver. This will break VC6 and gcc2.9x, which is ok
|
2006-11-14 21:21:37 +00:00 |
nsIGenericFactory.h
|
|
|
nsIInterfaceRequestorUtils.cpp
|
|
|
nsIInterfaceRequestorUtils.h
|
|
|
nsINIParser.cpp
|
|
|
nsINIParser.h
|
|
|
nsInterfaceHashtable.h
|
|
|
nsISupportsImpl.cpp
|
Bug 360836 - queryinterface isn't nulling the outparam in failure cases, r=dbaron
|
2006-11-16 02:29:45 +00:00 |
nsISupportsImpl.h
|
Bug 313309 - Table-driven QI, part 4 (the final piece!) - this could be a test-landing depending on how perf numbers turn out, r=shaver
|
2006-11-15 22:10:57 +00:00 |
nsISupportsUtils.h
|
Bug 313309 - Table-driven QI part 3 - use weak statics for interface IDs, r=shaver. This will break VC6 and gcc2.9x, which is ok
|
2006-11-14 21:21:37 +00:00 |
nsIWeakReferenceUtils.h
|
|
|
nsMemory.cpp
|
|
|
nsMemory.h
|
|
|
nsProxyRelease.cpp
|
Bustage fix, bug 338734
|
2006-05-22 14:56:00 +00:00 |
nsProxyRelease.h
|
Bug 338734 - Make nsProxyRelease available to frozen-linkage code, r=darin
|
2006-05-22 14:19:13 +00:00 |
nsQuickSort.cpp
|
|
|
nsQuickSort.h
|
Bug 305949 - Fix various XPCOM macros in preparation for stopping exporting nonfrozen XPCOM functions, r=darin sr=bryner
|
2006-04-19 16:29:31 +00:00 |
nsRefPtrHashtable.h
|
|
|
nsServiceManagerUtils.h
|
|
|
nsStringAPI.cpp
|
Re-land bug 345517 now that the logging issues are hopefully fixed, r=darin/mento/mano
|
2006-11-13 17:53:01 +00:00 |
nsStringAPI.h
|
Re-land bug 345517 now that the logging issues are hopefully fixed, r=darin/mento/mano
|
2006-11-13 17:53:01 +00:00 |
nsStringGlue.h
|
|
|
nsTArray.cpp
|
Remove now-useless include. Bug 359224 followup, r+sr=sicking
|
2006-11-04 02:00:31 +00:00 |
nsTArray.h
|
Back out previous checkin, ENABLE_TESTS is not available inside code
|
2006-11-03 00:52:40 +00:00 |
nsTHashtable.cpp
|
Bug 339105 - nsUnicharPtrHashKey, r=darin
|
2006-06-15 13:48:29 +00:00 |
nsTHashtable.h
|
Bug 305949 - Fix various XPCOM macros in preparation for stopping exporting nonfrozen XPCOM functions, r=darin sr=bryner
|
2006-04-19 16:29:31 +00:00 |
nsThreadUtils.cpp
|
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
|
2006-05-10 17:30:15 +00:00 |
nsThreadUtils.h
|
fixes bug 337752 "gcc 3.2.2 generates bad code for nsRunnableMethod<T>" r=bsmedberg
|
2006-05-12 20:18:13 +00:00 |
nsTPtrArray.h
|
Ugh, too many versions of this patch that builds on different places. This should be right.
|
2006-11-02 19:44:06 +00:00 |
nsTraceRefcnt.h
|
|
|
nsTWeakRef.h
|
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
|
2006-05-10 17:30:15 +00:00 |
nsVersionComparator.cpp
|
|
|
nsVersionComparator.h
|
|
|
nsVoidArray.cpp
|
Bug 324911, use different error messages for out-of-range in ElementAt and FastElementAt. r+sr=sicking.
|
2006-09-06 00:22:52 +00:00 |
nsVoidArray.h
|
Bug 324911, use different error messages for out-of-range in ElementAt and FastElementAt. r+sr=sicking.
|
2006-09-06 00:22:52 +00:00 |
nsWeakReference.cpp
|
Bug 305949 - Fix various XPCOM macros in preparation for stopping exporting nonfrozen XPCOM functions, r=darin sr=bryner
|
2006-04-19 16:29:31 +00:00 |
nsWeakReference.h
|
Re-land this part of bug 305949 now that I've configure-tested the broken compiler (bug 334866)
|
2006-04-21 17:16:31 +00:00 |
nsXPTCUtils.h
|
Bug 349002, try #2 - Refactor xptcall into a frozen API, r=timeless - with OS/2 fixup by Peter Weilbacher
|
2006-11-20 17:03:38 +00:00 |
objs.mk
|
Bug 313309 - Table-driven QI, part 4 (the final piece!) - this could be a test-landing depending on how perf numbers turn out, r=shaver
|
2006-11-15 22:10:57 +00:00 |
pldhash.c
|
Bug 340443 - Not possible to use the XPCOM glue with the static CRT, r=neil sr=darin
|
2006-09-12 18:22:40 +00:00 |
pldhash.h
|
Make JSDHashTable/PLDHashTable assert when ops or enumeration callbacks mutate the table. b=334180 r=brendan
|
2006-04-18 18:30:50 +00:00 |