.. |
StringFactoringTests
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
dynamic
|
Bug 288626 - Begin switch from MOZILLA_STRICT_API to MOZILLA_INTERNAL_API rs=darin for the Makefile var additions. Should not affect the build yet, until we flip a few switches at the end.
|
2005-04-01 18:22:57 +00:00 |
services
|
Bug 288626 - Begin switch from MOZILLA_STRICT_API to MOZILLA_INTERNAL_API rs=darin for the Makefile var additions. Should not affect the build yet, until we flip a few switches at the end.
|
2005-04-01 18:22:57 +00:00 |
utils
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
windows
|
Fix for bug 286300 (Clean up HTML tags enum and related code). r/sr=jst, a=asa.
|
2005-06-16 12:58:13 +00:00 |
.cvsignore
|
…
|
|
CvtURL.cpp
|
Bug 295047 Want unicode stream readers/writers: Makes nsIUnicharInputStream and
|
2005-06-24 19:44:50 +00:00 |
Makefile.in
|
Bug 299992 (re-landing) - Move pldhash etc. into the xpcom glue, and centralize various instances of nsINIParser in the xpcom glue. Some files were cvscopied from xpcom/ds to xpcom/glue r=brendan/darin
|
2005-08-15 18:29:55 +00:00 |
RegFactory.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
SizeTest01.cpp
|
…
|
|
SizeTest02.cpp
|
…
|
|
SizeTest03.cpp
|
…
|
|
SizeTest04.cpp
|
…
|
|
SizeTest05.cpp
|
…
|
|
SizeTest06.cpp
|
Clean up xpfe/appshell, removing nsIWebShellWindow in the process. Bug 282200, r=danm, sr=bzbarsky.
|
2005-02-19 22:42:01 +00:00 |
TestArray.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
TestAtoms.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
TestAutoLock.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
TestAutoPtr.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
TestCOMPtr.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
TestCOMPtrEq.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
TestCRT.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
TestCallTemplates.cpp
|
fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg
|
2004-11-07 23:59:35 +00:00 |
TestDeque.cpp
|
Removing unused variables b=90906 p=gautheri@noos.fr r=dbradley sr=Henry.Jia
|
2004-04-21 11:16:04 +00:00 |
TestFactory.cpp
|
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
|
2004-11-01 18:50:36 +00:00 |
TestFactory.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
TestHashtables.cpp
|
Whitespace cleanup (diff -w shows no changes).
|
2004-12-27 03:23:01 +00:00 |
TestID.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
TestINIParser.cpp
|
Bug 299992 (re-landing) - Move pldhash etc. into the xpcom glue, and centralize various instances of nsINIParser in the xpcom glue. Some files were cvscopied from xpcom/ds to xpcom/glue r=brendan/darin
|
2005-08-15 18:29:55 +00:00 |
TestMinStringAPI.cpp
|
fixes bug 288786 "Add BeginWriting equivalent to frozen string API" r=biesi sr=dbaron a=asa
|
2005-04-27 01:38:35 +00:00 |
TestObserverService.cpp
|
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
|
2004-11-01 18:50:36 +00:00 |
TestPermanentAtoms.cpp
|
…
|
|
TestPipes.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
TestServMgr.cpp
|
fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg
|
2004-11-07 23:59:35 +00:00 |
TestShutdown.cpp
|
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
|
2004-11-01 18:50:36 +00:00 |
TestStackCrawl.cpp
|
…
|
|
TestStorageStream.cpp
|
fixing win32 bustage (hopefully)
|
2004-09-29 20:24:53 +00:00 |
TestStrings.cpp
|
landing xpcom patch for bug 235499 "re-enable string buffer sharing between C++ and JS in xpconnect" r=dbaron sr=jst
|
2005-02-02 22:18:37 +00:00 |
TestThreads.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
TestVersionComparator.cpp
|
Bug 300731 - Change app/extension version scheme going forward, r=darin+shaver a=shaver
|
2005-07-23 14:05:25 +00:00 |
TestVersionComparatorRunner.pl
|
Bug 304191 - VersionComparator is wrong comparing "1.2" and "1.2.2" - patch by Dave Townsend (Mossop), r+a=me, sr=shaver
|
2005-08-11 14:27:20 +00:00 |
TestVoidBTree.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
TestWinReg.js
|
fixes bug 292981 "Provide a scriptable interface to the Windows registry" r=neil,dougt a=chofmann
|
2005-05-16 21:23:09 +00:00 |
TestXPIDLString.cpp
|
…
|
|
nsIFileEnumerator.cpp
|
Removing unused variables b=90906 p=gautheri@noos.fr r=dbradley sr=Henry.Jia
|
2004-04-21 11:16:04 +00:00 |
nsIFileTest.cpp
|
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
|
2004-11-01 18:50:36 +00:00 |
resources.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
test.properties
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |