.. |
dynamic
|
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
|
2002-01-30 21:14:20 +00:00 |
macbuild
|
|
|
services
|
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
|
2002-01-30 21:14:20 +00:00 |
StringFactoringTests
|
Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
|
2002-04-25 02:52:44 +00:00 |
utils
|
r=dougt
|
2002-02-01 00:30:25 +00:00 |
windows
|
Bug 106386 rid source of misspellings
|
2002-03-19 04:30:17 +00:00 |
.cvsignore
|
Ignore test binaries. a=leaf.
|
2002-03-09 00:07:17 +00:00 |
CvtURL.cpp
|
fix for bug 110531, r=dougt, jag, sr=darin - moving ConverterInputStream into uconv, and changing the one in XPCOM into an UTF8-only converter
|
2001-12-04 01:10:43 +00:00 |
FilesTest.cpp
|
bug 63025 - stop testing some stuff that I'm ripping out of xpcom
|
2002-02-15 00:27:32 +00:00 |
Makefile.in
|
Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
|
2002-04-25 02:52:44 +00:00 |
makefile.win
|
Bug 114166 rewrite nsDeque
|
2002-02-20 03:08:32 +00:00 |
nsIFileEnumerator.cpp
|
fixes bug 129279 "nsIFile unicode/utf8/ascii task"
|
2002-04-27 05:33:09 +00:00 |
nsIFileTest.cpp
|
fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
|
2002-05-07 23:07:19 +00:00 |
PropertiesTest.cpp
|
XPCOM initialize primary event queue. 135531. r=brendan@mozilla.org, sr=darin@netscape.com
|
2002-04-15 22:26:29 +00:00 |
RegFactory.cpp
|
1. Converts callers of nsIComponentManagerObsolete to use
|
2002-01-29 21:22:13 +00:00 |
resources.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
SizeTest01.cpp
|
Bug 124744 remove nsIPtr
|
2002-02-12 04:12:50 +00:00 |
SizeTest02.cpp
|
Bug 124744 remove nsIPtr
|
2002-02-12 04:12:50 +00:00 |
SizeTest03.cpp
|
Bug 124744 remove nsIPtr
|
2002-02-12 04:12:50 +00:00 |
SizeTest04.cpp
|
Bug 124744 remove nsIPtr
|
2002-02-12 04:12:50 +00:00 |
SizeTest05.cpp
|
Bug 124744 remove nsIPtr
|
2002-02-12 04:12:50 +00:00 |
SizeTest06.cpp
|
Bug 124744 remove nsIPtr
|
2002-02-12 04:12:50 +00:00 |
test.properties
|
|
|
TestArray.cpp
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
TestAtoms.cpp
|
Fix bustage
|
2001-12-17 08:10:57 +00:00 |
TestAutoLock.cpp
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
TestAutoPtr.cpp
|
Adding more tests. Not part of the build.
|
2002-01-09 22:15:22 +00:00 |
TestBuffers.cpp
|
API Freeze for nsIServiceManager r=shaver@mozilla.org, sr=rpotts@netscape.com bug 99147
|
2001-10-16 03:35:52 +00:00 |
TestCallTemplates.cpp
|
Fix bustage.
|
2001-11-28 01:26:26 +00:00 |
TestCOMPtr.cpp
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
TestCOMPtrEq.cpp
|
|
|
TestCRT.cpp
|
Bug 106386 rid source of misspellings
|
2002-03-19 04:30:17 +00:00 |
TestDeque.cpp
|
Bug 137495 TestDeque tries to delete a static class
|
2002-04-16 12:05:43 +00:00 |
TestFactory.cpp
|
1. Converts callers of nsIComponentManagerObsolete to use
|
2002-01-29 21:22:13 +00:00 |
TestFactory.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
TestID.cpp
|
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
|
2001-11-07 06:24:10 +00:00 |
TestObserverService.cpp
|
Remove more no-longer-needed nsComponentManager::RegisterComponent calls. Remove remnants of NS_IMPL_IDS macro, associated with long-gone NS_DECLARE_ID. b=125782 r=dougt rs=jag
|
2002-02-16 16:18:13 +00:00 |
TestPermanentAtoms.cpp
|
Reduce the performance cost of (threadsafely) refcounting many atoms by creating a second implementation of nsIAtom (derived from the first) that does not refcount and gets destroyed at XPCOM shutdown. Normal atoms are converted to permanent ones without loss of pointer identity when a permanent atom is requested and a normal one already exists. b=92141 r=waterson sr=brendan
|
2001-10-20 23:19:07 +00:00 |
TestPipes.cpp
|
b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
|
2002-03-12 00:59:06 +00:00 |
TestServMgr.cpp
|
Remove more no-longer-needed nsComponentManager::RegisterComponent calls. Remove remnants of NS_IMPL_IDS macro, associated with long-gone NS_DECLARE_ID. b=125782 r=dougt rs=jag
|
2002-02-16 16:18:13 +00:00 |
TestShutdown.cpp
|
ugh. I did not mean to commit these changes. Backing out
|
2001-10-30 22:19:32 +00:00 |
TestStackCrawl.cpp
|
|
|
TestThreads.cpp
|
API Freeze for nsIServiceManager r=shaver@mozilla.org, sr=rpotts@netscape.com bug 99147
|
2001-10-16 03:35:52 +00:00 |
TestVoidBTree.cpp
|
|
|
TestXPIDLString.cpp
|
bug #85271: sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process.
|
2001-06-17 05:23:38 +00:00 |