timeless%mozdev.org
|
8ef60b9603
|
Bug 199006 there are two independent initializations of nsMemoryImpl before Init_XPCOM2 finishes
r=dougt
|
2003-04-07 14:20:19 +00:00 |
alecf%netscape.com
|
5f29256c3a
|
fix for bug 195298 - pldhash ops tables should be const.. r=dougt, sr=sfraser
|
2003-04-04 15:10:37 +00:00 |
seawood%netscape.com
|
e8fc5a0fb0
|
Add explicit dependency upon mozilla-config.h
Bug #200574 r=dougt sr=dbaron
|
2003-04-04 04:50:58 +00:00 |
dbaron%dbaron.org
|
0ce213e52c
|
Use an autoconf test to set HAVE_CPP_TYPENAME. (fix bustage on newer versions of the IRIX native compiler) b=199625 r=bbaetz sr=brendan a=asa
|
2003-03-31 21:30:33 +00:00 |
jst%netscape.com
|
14882c9d0c
|
Fixing bug 124412. Making nsXULDocument inherit nsXMLDocument to avoid the need to duplicate a large amount of code in nsXULDocument. Also removing nsMarkupDocument and nsIDOMEventCapturer that are no longer needed. Changing the inheritance of nsIDOMXULDocument to avoid ~60 or so forwarding methods, and doing a *lot* of code cleanup. r=bugmail@sicking.cc, sr=peterv@netscape.com
|
2003-03-26 07:41:30 +00:00 |
sicking%bigfoot.com
|
9ef18d9fe4
|
Preparation for bug 185797, compiled XSLT stylesheets.
r=Pike rs=peterv
|
2003-03-25 20:28:09 +00:00 |
dbaron%dbaron.org
|
03e008637d
|
Fix shutdown leaks in nsTraceRefcnt. b=63665 r=timeless sr=alecf
|
2003-03-25 14:53:01 +00:00 |
timeless%mozdev.org
|
965ba28bb1
|
Bug 106386 rid source of misspellings
patch by nb@ipnode.info r=biesi sr=dmose
|
2003-03-24 04:15:34 +00:00 |
dougt%netscape.com
|
beb0502643
|
Removing dead code. b=198023, r=darin, sr=dbaron
|
2003-03-18 20:34:19 +00:00 |
cls%seawood.org
|
ab74b36ce8
|
XP code changes required for mingw landing.
Add NS_STDCALL macros for functions that require stdcall declarations.
Add NS_STDCALL_FUNCPROTO macro for stdcall function prototype typedefs.
Bug #134113 r=dougt sr=dbaron
|
2003-03-07 06:07:56 +00:00 |
dougt%netscape.com
|
2cd2169849
|
removing NS_MT_SUPPORTED define. b=186494, r=dougt, r=seawood
|
2003-03-05 23:30:22 +00:00 |
scc%mozilla.org
|
f4abab3e15
|
bug #78016 r=dbradley, sr=dbaron
|
2003-02-25 15:53:36 +00:00 |
dbaron%dbaron.org
|
be3ba18d7d
|
Attempt to fix otaku (gcc 2.95.2) bustage. r=bbaetz sr=bryner
|
2003-02-23 00:28:06 +00:00 |
bbaetz%acm.org
|
757c5e380d
|
Bug 189661 - fix configure.in tests for gcc-3.4 (cvs)
r=cls, sr=dbaron
|
2003-02-22 09:02:02 +00:00 |
bryner%netscape.com
|
b623f344d3
|
fix OS/2 bustage - don't have nsAutoArrayPtr's |operator= ( nsAutoArrayPtr<T>& )| take a const argument, because it needs to call .forget() on the new pointer to transfer ownership, and forget isn't const. r=bbaetz.
|
2003-02-22 06:33:00 +00:00 |
bryner%netscape.com
|
cc390fbe51
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
jst%netscape.com
|
a2f4e35b5c
|
Backing out the change to use memcmp() for comparing ID's. r=jaggernaut@netscape.com, sr=alecf@netscape.com, a=dbaron@dbaron.org.
|
2003-02-11 02:05:20 +00:00 |
dbaron%dbaron.org
|
1d9bcede56
|
Replace my work in progress on nsAutoPtr with a new version based on nsCOMPtr. Not part of build. b=104346
|
2003-01-18 16:20:26 +00:00 |
dougt%netscape.com
|
49aa319c25
|
fixing solaris bustage... one more try
|
2003-01-16 02:22:18 +00:00 |
dougt%netscape.com
|
b609028697
|
bustage fixed
|
2003-01-16 01:03:15 +00:00 |
dougt%netscape.com
|
ef0b56d834
|
defining DemangleSymbol on all 'nix platform - fixing bustage
|
2003-01-16 00:24:56 +00:00 |
cltbld%netscape.com
|
1d9de6c90b
|
Fixing bustage
|
2003-01-15 23:45:53 +00:00 |
dougt%netscape.com
|
a9a8222e53
|
This should fix the solaris bustage.
|
2003-01-15 22:01:04 +00:00 |
dougt%netscape.com
|
927c29d1d6
|
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 |
mkaply%us.ibm.com
|
e09e5e0cf7
|
#166686
r=dougt, sr=bzbarsky
Assert if we try to malloc zero in nsMemory
|
2003-01-15 20:37:12 +00:00 |
dbaron%dbaron.org
|
4abc025fba
|
Most of the changes needed for Mozilla to build with gcc's -pedantic-errors option. b=175423 r=seawood sr=bryner
|
2003-01-13 23:15:42 +00:00 |
dbaron%dbaron.org
|
f2cd5e3e66
|
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 |
dbaron%fas.harvard.edu
|
0a31e6afb5
|
Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only.
|
2003-01-01 23:53:20 +00:00 |
seawood%netscape.com
|
4588fb970a
|
Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
Bug #186241 r=dougt
|
2002-12-28 01:15:07 +00:00 |
seawood%netscape.com
|
cf7b0ddb5d
|
Add compiler test for external template specializations in c++ (assumed on for msvc)
Thanks to Benjamin Smedberg <bsmedberg@covad.net> for the patch.
Bug #184002 r=scc
|
2002-12-17 22:11:34 +00:00 |
sicking%bigfoot.com
|
8fa4129fc1
|
Bug 8929: Kill NS_COMFALSE
r=peterv sr=bz
|
2002-11-25 11:21:22 +00:00 |
brendan%mozilla.org
|
ff21e5d6c8
|
Fix up comments, overlong lines, NULL in C code, slight code simplification in log_filename (r/sr=blythe/dbaron).
|
2002-11-13 04:40:17 +00:00 |
seawood%netscape.com
|
d1bef3cbe0
|
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 |
dbaron%fas.harvard.edu
|
22cde85310
|
Make Linux stack walking code (DEBUG only) print library and offset information even when symbol is unavailable. b=174168 r=bbaetz sr=bzbarsky a=rjesup
|
2002-10-14 23:59:31 +00:00 |
caillon%returnzero.com
|
197e01cbff
|
Bug 170895. Reducing footprint. Use XPCOM aggregation to get at CSS2Properties.
r=dbaron sr=alecf
|
2002-10-03 19:41:42 +00:00 |
rpotts%netscape.com
|
0e293491d8
|
bug #169583 (r=jst, sr=darin) URILoader should allow nsIContentHandler::DoContent() to fail...
|
2002-09-24 19:53:43 +00:00 |
timeless%mac.com
|
42a667539c
|
Bug 166775 Remove unused _IMPL_NS_APPSHELL defines
patch by walk84@yahoo.com r=bryner
|
2002-09-24 00:56:20 +00:00 |
timeless%mac.com
|
65be0f3e7f
|
Bug 165400 _IMPL_NS_PLUGIN unused
patch by walk84@yahoo.com r=biesi sr=bryner
|
2002-09-24 00:41:35 +00:00 |
dougt%netscape.com
|
70d33d9112
|
removing c++ comment style from nsError.h
|
2002-09-07 20:07:57 +00:00 |
dougt%netscape.com
|
03e939c989
|
Fixes irix bustage. I am guessing that their compiler doesn't like the contraction don't.
|
2002-09-07 18:27:04 +00:00 |
dougt%netscape.com
|
c5e8f896cd
|
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 |
alecf%netscape.com
|
767fe96a24
|
hmmm...backing out my change on unix only to if memcmp() is actually SLOWER
(its faster on windows!)
|
2002-08-27 02:56:06 +00:00 |
alecf%netscape.com
|
68ba121d50
|
fix bug 164540 - make nsID::Parse faster by using memcmp
r=bbaetz, sr=darin
|
2002-08-26 20:47:34 +00:00 |
seawood%netscape.com
|
ca08c410e5
|
Remove unused _IMPL_NS_GFXNONXP define.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #162117 r=cls
|
2002-08-11 05:46:21 +00:00 |
gerv%gerv.net
|
ee117885c5
|
Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan.
|
2002-08-10 08:39:43 +00:00 |
seawood%netscape.com
|
8ae6c40f5d
|
Removing old nmake build makefiles. Bug #158528 r=pavlov
|
2002-08-10 07:55:43 +00:00 |
dougt%netscape.com
|
15a5bc9daa
|
Fixes HP bustage in xpcom. patch by pkw@austin.ibm.com, r=dougt, sr=alecf
|
2002-08-08 04:58:54 +00:00 |
seawood%netscape.com
|
fdafe18afe
|
Remove unused defines:
_IMPL_NS_HTML
_IMPL_NS_RDF
_IMPL_NS_WEB
USE_NSREG
Patches for removing above defines contributed by Stephen Walker <walk84@yahoo.com>.
Bug #125118 r=cls sr=bryner
Bug #160397 r=cls sr=bryner
Bug #160628 r=cls
Bug #160451 r=cls sr=bryner
_IMPL_NS_VIEW
Patches for removing above define contributed by Brian Ryner <bryner@netscape.com>
Bug #160416 r=cls
|
2002-08-07 06:08:00 +00:00 |
bryner%netscape.com
|
4d7d4c4470
|
Removing unused NS_DOM/_IMPL_NS_DOM and NS_INTL/_IMPL_NS_INTL defines (bugs 160248 and 160253). Patch for 160248 by walk84@yahoo.com, r=me&cls; patch for 160253 by me, r=cls.
|
2002-07-31 20:53:46 +00:00 |
bryner%netscape.com
|
b6428cc235
|
Remove obsolete NS_BASE and _IMPL_NS_BASE, and unused/obsolete source files nsStdFileStream.* (bug 160052). r=cls, sr=alecf, a=asa.
|
2002-07-30 21:30:05 +00:00 |