Andrew McCreight
|
00f75cda98
|
Bug 1151541, part 2 - Fix mode lines in xpcom/. r=froydnj
|
2015-04-09 10:25:05 -07:00 |
|
Ehsan Akhgari
|
a9f18e3819
|
Bug 1122996 - Convert nsSupportsArrayEnumerator::mArray into an nsCOMPtr; r=froydnj
|
2015-01-19 09:03:56 -05:00 |
|
Birunthan Mohanathas
|
779b87ce50
|
Bug 1022456 - Convert xpcom/ds/ to Gecko style. r=froydnj
|
2014-07-09 08:15:21 -07:00 |
|
Birunthan Mohanathas
|
eeb9aaaa94
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
|
Trevor Saunders
|
f922661e57
|
bug 820182 - remove nsISupportsArray::ElementAt() uses r=ehsan
|
2012-12-11 11:16:42 -05:00 |
|
Trevor Saunders
|
86014d7583
|
bug 819939 - remove NS_NewISupportsArray() r=ehsan
|
2012-12-09 12:48:06 -05:00 |
|
Ehsan Akhgari
|
243c878d26
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Aryeh Gregor
|
21303ca9d4
|
Bug 777292 - Cast NS_ENUMERATOR_FALSE to nsresult and complain in comments; r=ehsan
|
2012-07-27 17:03:25 +03:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Matheus Kerschbaum
|
44209e0bdf
|
Bug 678155 - Remove NS_COM. r=bsmedberg
|
2011-08-18 15:46:39 +02:00 |
|
|
|
7b34ae7602
|
Back out bug 412320 and various followups because the perf impact was minimal and the code is more complicated
|
2008-02-21 12:39:20 -08:00 |
|
|
|
db8d572868
|
Bug 412320 - Try code-generation for QI impls, r=roc+luser
|
2008-01-25 09:14:48 -08:00 |
|
gerv@gerv.net
|
c0cd46fc51
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
|
dbaron@dbaron.org
|
8c37890522
|
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 |
|
dougt@netscape.com
|
46ce738546
|
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 |
|
gerv@gerv.net
|
58d409fba9
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
|
dmose@mozilla.org
|
20621227af
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
|
braddr@puremagic.com
|
fc254abc98
|
Move all nsIEnumerator usage over to NS_ENUMERATOR_FALSE from NS_COMFALSE in anticipation of nixing NS_COMFALSE in the near future.
r=scc
|
1999-10-28 03:16:48 +00:00 |
|
braddr@puremagic.com
|
d6d793f443
|
Ooops.. tree closed, better back these out for now. Sorry.
|
1999-10-27 21:01:37 +00:00 |
|
braddr@puremagic.com
|
2bc87841c4
|
Move all nsIEnumerator usage over to NS_ENUMERATOR_FALSE from NS_COMFALSE
in anticipation of nixing NS_COMFALSE in the near future.
r=scc (please contact him should there be any build issues)
|
1999-10-27 20:24:21 +00:00 |
|
scc@netscape.com
|
6f62a47cac
|
got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in
|
1999-08-23 10:14:16 +00:00 |
|
scc@netscape.com
|
90f6a8560a
|
|nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()|
|
1999-06-29 21:01:31 +00:00 |
|
alecf@netscape.com
|
78ac575862
|
stop using [] operator on nsISupportsArray - going away for scriptability
|
1999-06-02 00:14:41 +00:00 |
|
warren@netscape.com
|
7b44baf2c0
|
Fixed nsICollection (and Count in particular) to be xpidl friendly.
|
1999-05-13 04:56:04 +00:00 |
|
putterman@netscape.com
|
6907bddf2d
|
Fix refcounting bug. nsISupportsArray[] already does an addref.
|
1999-05-10 21:53:18 +00:00 |
|
warren@netscape.com
|
7e602985dd
|
Fixed First method to return error.
|
1999-03-05 05:48:21 +00:00 |
|
scc@netscape.com
|
6bb3406b4d
|
rename |IID()| --> |GetIID()|
|
1999-03-03 19:48:57 +00:00 |
|
warren@netscape.com
|
a3a50a9773
|
Added nsSupportsArrayEnumerator
|
1999-02-23 08:04:28 +00:00 |
|