Chris Peterson
|
4084af6e4b
|
Bug 940225 - Build docshell in unified mode. r=bz
|
2013-11-18 21:39:08 -08:00 |
|
Ehsan Akhgari
|
1bbecd33dc
|
Bug 912129 - Minimize the #includes in docshell/base; r=bzbarsky
--HG--
extra : rebase_source : b0c00f4b1c1f0c3c0754ff9fa8cb9bd28b78b1fd
|
2013-09-03 16:17:26 -04:00 |
|
aceman
|
839310031c
|
Bug 856238 - Remove unused includes of the obsolete nsISupportsArray and nsIEnumerator. r=Neil, r=bsmedberg
|
2013-04-08 14:35:31 -04:00 |
|
Ehsan Akhgari
|
e368dc9c85
|
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 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Michael Wu
|
d2b70213ac
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Mounir Lamouri
|
217cc05846
|
Bug 625042 - nsIWeakReferenceUtils.h should include nsIWeakReference.h. r=bsmedberg a=jst
|
2011-01-19 12:13:54 +01:00 |
|
Mounir Lamouri
|
525143557c
|
Bug 624187 - r=smaug a=blocking-beta
--HG--
extra : rebase_source : e8ed7004507dfcef58d7144d89eb5205d2b0b99c
|
2011-01-14 16:34:50 +01:00 |
|
Arpad Borsos
|
9ac5c0fe01
|
Bug 474369 - get rid of nsVoidArray, docshell part; r=bzbarsky
|
2009-04-03 23:21:40 +02:00 |
|
gerv%gerv.net
|
f534a92d25
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 13:54:27 +00:00 |
|
gerv%gerv.net
|
9d2ee4928c
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
|
sfraser%netscape.com
|
798f534d52
|
Doc shell enumerator for bug 76758. r=adamlock, sr=kin
|
2001-04-27 00:32:32 +00:00 |
|