bryner%brianryner.com
|
5a2b401762
|
Instead of repeating the same code for each event and listener interface, have nsEventListenerManager::HandleEvent use a table containing the event, interface and method, and array bits. This cuts out a _lot_ of redundant code. The checkin also adds the NS_IMETHOD_CALLBACK #define, which can be used to declare pointer-to-member types using stdcall. Bug 217124, r=jst, sr=dbaron.
|
2003-09-11 06:31:58 +00:00 |
timeless%mozdev.org
|
765c771da0
|
Bug 217852 ASSERTION: nsDebugImpl not thread-safe: '_mOwningThread.GetThread() == PR_GetCurrentThread()'
r=dougt sr=darin
|
2003-09-11 01:42:41 +00:00 |
bryner%brianryner.com
|
9822c742df
|
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
|
2003-09-08 00:31:50 +00:00 |
cls%seawood.org
|
f241f19c88
|
Move chrome files from xpcom to intl.
Bug #214690 r=dougt sr=darin a=asa
|
2003-08-14 21:25:18 +00:00 |
dougt%meer.net
|
c236fd507e
|
Fixing bustage
|
2003-08-05 06:42:22 +00:00 |
dougt%meer.net
|
f2dfe189de
|
Removing dead files
|
2003-08-05 05:41:37 +00:00 |
dougt%meer.net
|
a2acff55c9
|
nsTraceRefcntImpl not nsTraceRefcnt.
|
2003-08-05 05:34:11 +00:00 |
dougt%meer.net
|
2457226054
|
Fix for 205023. Adds nsTraceRefcnt stubs that access a global to allow tracing refcnt to work with the GRE/xpcom glue builds. r=dbaron
|
2003-08-05 05:29:10 +00:00 |
mkaply%us.ibm.com
|
56dc425c51
|
rs=leaf
Remove XP_OS2_VACPP from the tree
|
2003-07-22 18:38:01 +00:00 |
dougt%meer.net
|
4a0222e731
|
Enables debug stackcrawl support in GRE builds. b=208098. r=dbaron.
|
2003-07-07 22:11:36 +00:00 |
seawood%netscape.com
|
3ee6b37d3f
|
Move xpcom specific defines from mozilla-config.h into xpcom-config.h.
Bug #210409 r=dougt
|
2003-06-27 04:12:16 +00:00 |
seawood%netscape.com
|
af26a5126e
|
Use the documented __declspec keyword instead of _declspec.
Bug #206934 r=dougt
|
2003-06-24 22:12:37 +00:00 |
bsmedberg%covad.net
|
4aa3bce895
|
Bug 209622 - bustage fix for stupid compilers (Sun WS and DEC OSF1) -
also remove unused configure test. r=dbaron sr=alecf
|
2003-06-19 18:42:23 +00:00 |
seawood%netscape.com
|
8f112a4226
|
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
|
2003-06-10 21:18:27 +00:00 |
peterv%netscape.com
|
cab394476a
|
Fix for bug 208398 (Implement swap on nsRefPtr). r=sicking, sr=dbaron.
|
2003-06-10 11:39:54 +00:00 |
dbaron%dbaron.org
|
e949c253e7
|
Remove unneeded duplication from nsCOMPtr.h. b=208449 r=sicking sr=jag
|
2003-06-05 23:43:08 +00:00 |
jkeiser%netscape.com
|
90826eae16
|
Make nsAutoPtr declarable with forward-declared classes (bug 107291), r=bugmail@sicking.cc, sr=dbaron@dbaron.org
|
2003-06-05 17:55:33 +00:00 |
timeless%mozdev.org
|
6393e4cbed
|
Bug 205363 Remove SendStatusNotification/nsIPrintStatusCallback
r=dbaron sr=dmose
|
2003-05-23 22:10:13 +00:00 |
dbaron%dbaron.org
|
9692e0225d
|
Fix bustage on Sun Workshop compiler (nebiros tinderbox). r=darin
|
2003-05-16 00:52:17 +00:00 |
jst%netscape.com
|
31af8ab2ca
|
Fixing bug 199399. Eliminating the interfaces nsIXMLDocument now that it's not needed any more. r=peterv@netscape.com, sr=heikki@netscape.com
|
2003-04-22 21:57:25 +00:00 |
seawood%netscape.com
|
8893b1e6fd
|
Remove global _POSIX_SOURCE & _SVID_SOURCE defines for linux.
Bug #202510 r=darin
|
2003-04-18 20:14:17 +00:00 |
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 |