David Zbarsky
|
09d92493b0
|
Bug 801803: More nsresult as enum class creates warnings r=me
|
2012-10-16 00:26:51 -04:00 |
|
David Zbarsky
|
691b27fa27
|
Backout 368cd30cccda for bustage
|
2012-10-15 23:52:17 -04:00 |
|
David Zbarsky
|
7a57538d03
|
Bug 801803: More nsresult as enum class creates warnings r=me
|
2012-10-15 23:37:34 -04:00 |
|
David Zbarsky
|
aa0078a93d
|
Backout 14f09c2fb04c on CLOSED TREE
|
2012-10-15 21:19:30 -04:00 |
|
David Zbarsky
|
59e0277728
|
Bug 801803: More nsresult as enum class creates warnings r=me
|
2012-10-15 21:00:20 -04:00 |
|
Mounir Lamouri
|
bda1d14bb4
|
Bug 792828 - Fix warnings in netwerk/test/. r=Ms2ger
|
2012-09-21 11:28:56 +01:00 |
|
Aryeh Gregor
|
ae8c41742c
|
Bug 782594 - Don't return nsresult from main() (netwerk/); r=bz
|
2012-08-07 20:17:27 +03: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 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
cbiesinger%web.de
|
5cdaeda098
|
bug 327065 misc necko cleanup, see bug for details
r+sr=darin
|
2006-02-14 15:37:10 +00:00 |
|
bsmedberg%covad.net
|
3d9340e0ae
|
Bug 315087 - convert necko tests to use the glue, r=darin
|
2005-11-08 19:23:00 +00:00 |
|
darin%meer.net
|
12c8f2c34a
|
make necko tests work on the trunk
|
2004-10-21 20:57:17 +00:00 |
|
cbiesinger%web.de
|
0c88d9b652
|
only write as much data to the outfile as was read. affects tests only.
|
2004-07-30 21:53:56 +00:00 |
|
gerv%gerv.net
|
8b8dde7d95
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 22:01:16 +00:00 |
|
cbiesinger%web.de
|
891b75f739
|
#include <..> -> #include ".."
|
2003-11-10 00:01:17 +00:00 |
|
cbiesinger%web.de
|
d2756f1681
|
fix case of header file (fixes bustage probably)
|
2003-11-09 23:59:11 +00:00 |
|
cbiesinger%web.de
|
04afaca1f8
|
adding test program to test synchronous open of channels, rs=darin
|
2003-11-09 23:44:02 +00:00 |
|