seawood%netscape.com
|
b584cb0b06
|
MOZILLA_VERSION is now defined in mozilla-config.h so no need to explicitly define it here
Bug #189462 r=dougt
|
2003-01-22 04:24:56 +00:00 |
|
darin%netscape.com
|
f7e3c0e981
|
fixing freeing a non allocated ptr.
|
2003-01-17 02:23:50 +00:00 |
|
dougt%netscape.com
|
e52c6ea5b3
|
quotes
|
2003-01-17 00:00:18 +00:00 |
|
dougt%netscape.com
|
832eb52a1a
|
Attempting to fix osX bustage.
|
2003-01-16 23:57:55 +00:00 |
|
dougt%netscape.com
|
9d56c19334
|
Removing comment about NS_ASSERTION being deprecated. r=me. b=188925
|
2003-01-15 22:27:10 +00:00 |
|
dougt%netscape.com
|
6508e0713e
|
move nsTraceMalloc out of XPCOM. Factory out stackwalking code into new files. 189221 r=chak, 186585 r=blythe sr=dbaron. Most of this patch was contributed by seawood.
|
2003-01-15 20:40:06 +00:00 |
|
dougt%netscape.com
|
95d416f010
|
Add .gre.conf test for debugging.
|
2003-01-15 00:17:17 +00:00 |
|
dougt%netscape.com
|
b18c9c6f3d
|
removing nsEmbedString from this directory. It has been moved to mozilla/string/embed. r=cls
|
2003-01-14 07:22:46 +00:00 |
|
dougt%netscape.com
|
aa97f212b1
|
Moving nsEmbedString to mozilla/string. r=cls.
|
2003-01-14 03:41:52 +00:00 |
|
dbaron%dbaron.org
|
bc98f431d6
|
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. sr=jag
|
2003-01-10 20:02:04 +00:00 |
|
seawood%netscape.com
|
c6e456c48d
|
Fix IRIX bustage.
Thanks to Doug Turner <dougt@netscape.com> for the patch.
Bug #185681 r=cls
|
2003-01-10 08:32:46 +00:00 |
|
dbaron%dbaron.org
|
b9083989bb
|
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
|
2003-01-08 23:19:20 +00:00 |
|
seawood%netscape.com
|
60e790cacd
|
Do not declare empty EXPORTS variables as it breaks 'make install'
Thanks to Aleksey Nogin <mozilla-bugs@nogin.org> for the patch.
Bug #185681 r=cls
|
2003-01-03 08:00:49 +00:00 |
|
dougt%netscape.com
|
4686cece52
|
Fixing OS2 build. XP_PC -> XP_WIN32
|
2003-01-03 01:39:01 +00:00 |
|
dougt%netscape.com
|
7cd70969a2
|
Adding generic support for the GRE in the xpcom glue. r=chak, sr=darin, b=185681
|
2003-01-02 23:09:30 +00:00 |
|
dbaron%fas.harvard.edu
|
a34c46af22
|
Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only.
|
2003-01-01 23:53:20 +00:00 |
|
dougt%netscape.com
|
dd3b6ee5f7
|
Fixes crash caused by bug 184548. r=adamlock, sr=darin
|
2002-12-16 19:26:58 +00:00 |
|
seawood%netscape.com
|
58004c4a48
|
Add SRCS_IN_OBJDIR variable to workaround requirement introduced by bug 141834 that srcfiles must be in the srcdir.
Bug #171753 r=bryner
|
2002-12-13 02:36:06 +00:00 |
|
dougt%netscape.com
|
294e77fa7c
|
Fixes XPCOM glue leaving behind exit routine after DLL is unloaded. r=adamlock sr=darin, a=asa, b=184548
|
2002-12-10 01:37:56 +00:00 |
|
seawood%netscape.com
|
f9959bc296
|
Fix pointer casting for AIX 64-bit builds.
Thanks to Philip K. Warren <pkw@us.ibm.com> for the patch.
Bug #177906 r=cls sr=scc
|
2002-11-06 21:07:23 +00:00 |
|
dbaron%fas.harvard.edu
|
39ce4eeae8
|
Make NS_INIT_ISUPPORTS empty by moving NS_INIT_OWNINGTHREAD into the constructor of a new class, |nsAutoOwningThread|. Deprecate NS_INIT_ISUPPORTS. b=174225 r=dougt sr=alecf
|
2002-11-06 13:09:20 +00:00 |
|
dougt%netscape.com
|
afbded917d
|
177063. Linux segmentation fault at startup using xpcom glue. r=alecf, sr=jag, a=roc+moz@cs.cmu.edu
|
2002-10-30 14:13:00 +00:00 |
|
dougt%netscape.com
|
e575b3a03a
|
Attempting to fix the bustage on os2, beos, linux/ppc
|
2002-10-18 13:36:32 +00:00 |
|
dougt%netscape.com
|
1c09d9410c
|
Backing out my last attempt since I believe that the problem is with the cvs mirrors
|
2002-10-18 02:36:28 +00:00 |
|
dougt%netscape.com
|
f586f1a0ff
|
Adding nsReadableUtils.cpp to the string glue code. This is required for StringAllocator. Fix for linux build bustage
|
2002-10-18 02:08:14 +00:00 |
|
dougt%netscape.com
|
20cb222459
|
landing 172512. nsEmbedString for component developers and embeders. r=alec, sr=jag/darin, a=asa@mozilla.org
|
2002-10-17 23:41:47 +00:00 |
|
seawood%netscape.com
|
57e08a3f3a
|
Define WIN32_LEAN_AND_MEAN globally for win32 builds.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
|
2002-10-17 06:47:01 +00:00 |
|
jkeiser%netscape.com
|
35c5cded43
|
Backing out bug 107291 due to OS/2 having a crappy compiler.
|
2002-10-08 09:30:40 +00:00 |
|
jkeiser%netscape.com
|
53ea2dfc93
|
Make forward declarations work with nsCOMPtr (bug 107291), r=sicking@bigfoot.com, sr=dbaron@fas.harvard.edu
|
2002-10-08 06:19:10 +00:00 |
|
dougt%netscape.com
|
2e18d2c1d3
|
Provides support for a conditional interface map entry 172833, r=bzbarsky@mit.edu, sr=darin@netscape.com
|
2002-10-07 18:52:27 +00:00 |
|
dougt%netscape.com
|
c5ba8c43ce
|
backing out nsGenericFactory.cpp
|
2002-10-04 23:23:51 +00:00 |
|
dougt%netscape.com
|
0cabe78b54
|
First cut of the nsIStringService. 172512. r=jag, sr=alecf
|
2002-10-04 22:25:41 +00:00 |
|
dbaron%fas.harvard.edu
|
29c30c5f3e
|
Porting fixes for gcc trunk (to become 3.3): Eliminate C-only option from CXXFLAGS. Don't use pasting for things that are still separate tokens. Don't pass objects of non-POD type through |...|. Don't include strstream.h, which isn't used anymore anyway. b=170250 r=bbaetz sr=alecf
|
2002-09-30 14:18:27 +00:00 |
|
dbaron%fas.harvard.edu
|
26706fbf58
|
Fix additional typos (and Linux/Mac bustage) from dougt's checkin. b=157133 r=gcc-3.2
|
2002-09-27 20:35:33 +00:00 |
|
dougt%netscape.com
|
e9c1ddd8c5
|
missing arg
|
2002-09-27 20:31:19 +00:00 |
|
dougt%netscape.com
|
1566417aaf
|
move contentEncodings and applyConversion to a new interface. r=neeti@netscape.com, sr=darin@netscape.com, b=157133
|
2002-09-27 19:23:21 +00:00 |
|
dougt%netscape.com
|
4c78893d1b
|
Fixes XPCOM Glue on linux, b=168584, sr=rpotts, r=alec
|
2002-09-27 13:07:01 +00:00 |
|
dougt%netscape.com
|
77888f84c2
|
More on XPCOM Glue Is broken on linux. r=rpotts@netscape.com, sr=alecf@netscape.com, b=168584
|
2002-09-20 22:23:24 +00:00 |
|
alecf%netscape.com
|
b15e45e72d
|
re-fix bug 166147 - autoinitialize mRefCnt to 0 for more efficient constructors
r=dougt, sr=jag, this time including some CSS stuff that has 31-bit refcounts.
|
2002-09-17 04:49:28 +00:00 |
|
dougt%netscape.com
|
2764a9a972
|
nsCOMPtr.h needs nsISupportsUtils.h. b=169049, r=rpotts, sr=alecf
|
2002-09-17 02:32:00 +00:00 |
|
alecf%netscape.com
|
7c03517f4d
|
backing out my fix to 166147 to see if it fixes orange
|
2002-09-16 23:48:12 +00:00 |
|
alecf%netscape.com
|
5af36705e8
|
fix for bug 166147 - autoinitialize mRefCnt to 0 by using a wrapper class, a la Don Box
also clean up consumers which were using postfix decrement
r=dougt, sr=jag
|
2002-09-16 20:59:52 +00:00 |
|
law%netscape.com
|
42869354c5
|
Backing out timeless's change (plus mine that fixed the build bustage); hopefully will clear orange on Linux builds
|
2002-09-14 00:18:33 +00:00 |
|
law%netscape.com
|
6969e15595
|
Fixing build bustage
|
2002-09-13 23:06:10 +00:00 |
|
timeless%mac.com
|
525d336040
|
Bug 155413 nsIClassInfo crash [@nsGenericFactory::GetHelperForLanguage] mInfo is null
r=dougt sr=dveditz
|
2002-09-13 22:36:48 +00:00 |
|
dougt%netscape.com
|
68faeb5241
|
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
|
2002-09-07 17:13:19 +00:00 |
|
timeless%mac.com
|
43e442ad09
|
Bug 156633 replace PR_CurrentThread with PR_GetCurrentThread
patch by riceman+bmo@mail.rit.edu r=morse,dougt,dveditz,timeless sr=dveditz
|
2002-09-03 14:51:05 +00:00 |
|
bryner%netscape.com
|
5f5aeaab1a
|
Ignore copied source files.
|
2002-08-26 09:02:31 +00:00 |
|
seawood%netscape.com
|
322da773fb
|
Removing old nmake build makefiles. Bug #158528 r=pavlov
|
2002-08-10 07:55:43 +00:00 |
|
dougt%netscape.com
|
a6b4b1a6c0
|
Fixes HP bustage in xpcom. patch by pkw@austin.ibm.com, r=dougt, sr=alecf
|
2002-08-08 04:58:54 +00:00 |
|