Trevor Saunders
|
6c486b0407
|
bug 1122100 - more MOZ_OVERRIDE in xpcomish stuff r=froydnj
|
2015-01-19 17:41:12 -05:00 |
Ehsan Akhgari
|
fa5c39586f
|
Bug 1123121 - Mark all nsCOMPtr_helper classes as stack class; r=froydnj
|
2015-01-19 12:39:36 -05:00 |
Ehsan Akhgari
|
f0e632186b
|
Bug 1123098 - Mark two members of nsCOMPtr_helper classes as non-owning; r=froydnj
|
2015-01-19 09:04:27 -05:00 |
Nicholas Nethercote
|
f57e56e187
|
Bug 1058388 - Remove NS_COM_GLUE and IMETHOD_VISIBILITY. r=bsmedberg.
--HG--
extra : rebase_source : 250ec1323d4097101a8e0331a2bf7fab59f72b1d
|
2014-08-27 15:47:27 -07:00 |
Birunthan Mohanathas
|
c9fb2c0d48
|
Bug 1022456 - Fix modelines in xpcom/{base,glue,io,string,threads}/. r=froydnj
|
2014-06-30 08:39:45 -07:00 |
Birunthan Mohanathas
|
6b53f3d634
|
Bug 1022456 - Convert xpcom/glue/ to Gecko style. r=froydnj
|
2014-06-26 18:35:39 -07:00 |
Nathan Froyd
|
4bb75e1989
|
Bug 984443 - get rid of #ifndef $OTHER_HEADER bits from xpcom/ as relics of a bygone era; r=ehsan
|
2014-03-17 12:20:47 -04:00 |
Aryeh Gregor
|
f0404a303a
|
Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger
|
2013-04-22 14:15:59 +03:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Mounir Lamouri
|
217cc05846
|
Bug 625042 - nsIWeakReferenceUtils.h should include nsIWeakReference.h. r=bsmedberg a=jst
|
2011-01-19 12:13:54 +01:00 |
jwalden@mit.edu
|
8c59f2d9ac
|
Kick one of the unit test tinderboxen into another build.
|
2007-11-17 11:47:05 -08:00 |
jwalden@mit.edu
|
6d7584839a
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
bsmedberg%covad.net
|
78f6d0683d
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
cvshook%sicking.cc
|
befc76b9c8
|
Bug 234858: Make do_GetWeakReference typesafe.
r=dbaron sr=bryner
|
2005-01-24 22:59:27 +00:00 |
darin%meer.net
|
abcd15ca39
|
fixes bug 266006 "xpcom/glue should not declare methods with NS_COM" r=bsmedberg
|
2004-10-29 19:43:51 +00:00 |
bryner%brianryner.com
|
23089547be
|
Add a NS_FASTCALL macro that specifies regparm(3) and stdcall on gcc/x86 to improve performance (passing up to 3 arguments in registers instead of on the stack, and having the caller pop any stack arguments). Apply NS_FASTCALL to our most frequently called non-public methods and functions. Also add NS_CDECL to explicitly specify the default calling convention and make it part of NS_IMETHOD, since xptcall can't deal with NS_FASTCALL. Bug 249652, r=darin, sr=dbaron.
|
2004-07-14 22:14:34 +00:00 |
gerv%gerv.net
|
31625ba2b1
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
dougt%netscape.com
|
40642fc34c
|
130405. Makes the xpcom glue library usable. Updates XPCOM Samples. Adds requires lines to a few implict string/category consumers sr=alecf, sr=brendan@mozilla.org a=asa@mozilla.org
|
2002-03-21 23:43:21 +00:00 |
dougt%netscape.com
|
be63c1df0a
|
107630 Removing C++ cruft from nsIWeakReference.idl. Adding nsIWeakReferenceUtils.h. r=alecf@netscape.com, sr=scc@mozilla.org
|
2001-10-30 23:18:51 +00:00 |