.. |
standalone
|
Bug 333308 - make clean/distclean misses various files, patch by Mike Hommey <mh+mozilla@glandium.org>, r=me
|
2006-04-28 14:54:54 +00:00 |
.cvsignore
|
|
|
Makefile.in
|
Bug 334038 - Separate out the frozen C stringapi and the glued C++ wrappers, fix a few bugs along the way, and move some of the utils from nsCRT into nsCRTGlue for use by frozen-linkage code. r=darin
|
2006-05-03 16:11:14 +00:00 |
nsArrayUtils.cpp
|
Freeze nsIArray (requires separating nsIMutableArray into another .idl file); also removes NS_NewArray and moves do_QueryElementAt into the glue, r=darin
|
2006-04-12 15:43:32 +00:00 |
nsArrayUtils.h
|
Freeze nsIArray (requires separating nsIMutableArray into another .idl file); also removes NS_NewArray and moves do_QueryElementAt into the glue, r=darin
|
2006-04-12 15:43:32 +00:00 |
nsBaseHashtable.h
|
fixes bug 328925 "Replace NS_WARN_IF_FALSE with NS_ASSERTION (where appropriate)" r=dbaron
|
2006-03-30 18:40:56 +00:00 |
nsClassHashtable.h
|
|
|
nsCOMArray.cpp
|
Bug 324918: Make nsHTMLSelectElement deal better with options in unknown children. r=bz sr=jst
|
2006-03-01 01:10:20 +00:00 |
nsCOMArray.h
|
Bug 327256: Give nsCOMArray ability to preallocate storage space. r/sr=darin
|
2006-02-18 05:54:47 +00:00 |
nsComponentManagerUtils.cpp
|
|
|
nsComponentManagerUtils.h
|
|
|
nsCOMPtr.cpp
|
fixes bug 328925 "Replace NS_WARN_IF_FALSE with NS_ASSERTION (where appropriate)" r=dbaron
|
2006-03-30 18:40:56 +00:00 |
nsCOMPtr.h
|
Bug 324124: nsCOMPtr can be constructed with const char* and nsID
|
2006-01-21 11:23:32 +00:00 |
nsCRTGlue.cpp
|
Bug 335248 - Add StringBeginsWith and several other functions to the frozen CRTGlue/stringapi, r=darin
|
2006-05-04 18:34:45 +00:00 |
nsCRTGlue.h
|
Bug 335248 - Add StringBeginsWith and several other functions to the frozen CRTGlue/stringapi, r=darin
|
2006-05-04 18:34:45 +00:00 |
nsDataHashtable.h
|
|
|
nsDebug.h
|
fixes bug 305987 "NS_WARN_IF_FALSE asserts" r=bsmedberg
|
2006-02-28 22:19:55 +00:00 |
nsGenericFactory.cpp
|
Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin.
|
2006-03-15 04:59:42 +00:00 |
nsGenericFactory.h
|
|
|
nsGREGlue.cpp
|
Bug 325450 - nsGREGlue check of GRE_HOME needs to add /libxpcom.so, r=darin
|
2006-03-28 18:48:21 +00:00 |
nsHashKeys.h
|
|
|
nsIClassInfoImpl.h
|
Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin.
|
2006-03-15 04:59:42 +00:00 |
nsID.cpp
|
|
|
nsID.h
|
Backout bug 313309 part 3 again due to gcc2.9x bustage and an ICE on MSVC6
|
2006-02-23 19:57:50 +00:00 |
nsIGenericFactory.h
|
|
|
nsIInterfaceRequestorUtils.cpp
|
Remove assertion that unnecessarily makes do_GetInterface less useful. Bug
|
2006-01-21 22:24:27 +00:00 |
nsIInterfaceRequestorUtils.h
|
|
|
nsINIParser.cpp
|
|
|
nsINIParser.h
|
|
|
nsInterfaceHashtable.h
|
|
|
nsISupportsImpl.cpp
|
|
|
nsISupportsImpl.h
|
Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin.
|
2006-03-15 04:59:42 +00:00 |
nsISupportsUtils.h
|
Backout bug 313309 part 3 again due to gcc2.9x bustage and an ICE on MSVC6
|
2006-02-23 19:57:50 +00:00 |
nsIWeakReferenceUtils.h
|
|
|
nsMemory.cpp
|
|
|
nsMemory.h
|
fixes bug 318193 "Input streams are not implemented consistently" r=biesi sr=bz
|
2006-01-02 02:30:32 +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
|
Bug 335248 - Add StringBeginsWith and several other functions to the frozen CRTGlue/stringapi, r=darin
|
2006-05-04 18:34:45 +00:00 |
nsStringAPI.h
|
Bug 335248 - Add StringBeginsWith and several other functions to the frozen CRTGlue/stringapi, r=darin
|
2006-05-04 18:34:45 +00:00 |
nsStringGlue.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license. Correctly indent Contributors lines. <yawn>
|
2005-12-13 14:27:13 +00:00 |
nsTArray.cpp
|
fixes bug 321997 "Minimize memory footprint of nsTArray object" r=sicking,bsmedberg
|
2006-01-10 20:38:54 +00:00 |
nsTArray.h
|
Fix for bug 333839 (nsTArray::SetLength doesn't increase array's length). r=bsmedberg, sr=darin.
|
2006-04-17 17:11:14 +00:00 |
nsTHashtable.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 |
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 |
nsTraceRefcnt.h
|
Make refcount logging usable from C. b=317481 r=bsmedberg
|
2006-02-15 20:23:08 +00:00 |
nsVersionComparator.cpp
|
|
|
nsVersionComparator.h
|
|
|
nsVoidArray.cpp
|
|
|
nsVoidArray.h
|
Bug 334038 - Separate out the frozen C stringapi and the glued C++ wrappers, fix a few bugs along the way, and move some of the utils from nsCRT into nsCRTGlue for use by frozen-linkage code. r=darin
|
2006-05-03 16:11:14 +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 |
objs.mk
|
Bug 334038 - Separate out the frozen C stringapi and the glued C++ wrappers, fix a few bugs along the way, and move some of the utils from nsCRT into nsCRTGlue for use by frozen-linkage code. r=darin
|
2006-05-03 16:11:14 +00:00 |
pldhash.c
|
Make JSDHashTable/PLDHashTable assert when ops or enumeration callbacks mutate the table. b=334180 r=brendan
|
2006-04-18 18:30:50 +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 |