David Rajchenbach-Teller
|
14797f5fe1
|
Bug 927407 - Optimizing NS_{Input, Output}StreamIsBuffered to avoid unnecessary main thread I/O in trivial cases
|
2013-10-16 07:42:00 +01:00 |
Michael Harrison
|
50b6d60cb1
|
Bug 486080 - Remove nsIByteBuffer and nsIUnicharBuffer. r=bsmedberg
|
2013-08-20 11:03:50 +00:00 |
Ms2ger
|
77b7525264
|
Bug 856973 - Outparamdel NS_New{In,Out}putStreamReadyEvent; r=ehsan
|
2013-04-04 09:05:18 +02:00 |
Paolo Amadini
|
6b7359cb4d
|
Bug 789932 - Add a component to save files asynchronously on a background thread, handling temporary download locations. r=biesi
|
2012-12-10 21:06:37 +01:00 |
Isaac Aggrey
|
481e7dfb0b
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05: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 |
Jan Varga
|
513c660911
|
Bug 726593 - Implement FileHandle. r=bent
|
2012-06-03 18:33:52 +02:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Ehsan Akhgari
|
92064e6d3f
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04: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 |
Matheus Kerschbaum
|
8a4cb927fd
|
Bug 678155 - Remove NS_COM. r=bsmedberg
|
2011-08-18 15:46:39 +02:00 |
Michal Novotny
|
8e17d253af
|
Bug 470716. Make the close-on-completion behavior of nsAsyncStreamCopier configurable. r+sr=bzbarsky.
|
2009-03-30 15:10:13 -04:00 |
darin%meer.net
|
0318b8c707
|
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
|
2006-05-10 17:30:15 +00:00 |
darin%meer.net
|
0fedd52f49
|
relanding ftp patch for bug 312760 "implement ftp using nsBaseChannel" r=biesi sr=bzbarsky
|
2006-03-03 16:27:35 +00:00 |
darin%meer.net
|
d4547ceb4f
|
backing out my latest patch for bug 312760 to clear Tp regression.
|
2006-03-01 18:30:51 +00:00 |
darin%meer.net
|
3f4da940e3
|
landing FTP patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky
|
2006-03-01 04:48:43 +00:00 |
darin%meer.net
|
387edde4eb
|
fixes bug 319368 "Implement <a ping>" r=jst sr=bzbarsky
|
2006-01-11 01:50:15 +00:00 |
darin%meer.net
|
7a0b170e56
|
fixes bug 319636 "Provide convenience function for consuming an entire nsIInputStream" r=biesi sr=bzbarsky
|
2005-12-09 21:35:27 +00:00 |
darin%meer.net
|
697c78f1ea
|
Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky
|
2005-11-12 18:17:19 +00:00 |
darin%meer.net
|
14ed4b3463
|
fixes bug 287750 "provide methods to test if streams are buffered" r=biesi sr=bzbarsky
|
2005-03-26 02:20:36 +00:00 |
darin%meer.net
|
77642ae698
|
fixes bug 210125 "need to be able to AsyncWait for closure only" r=dougt sr=bzbarsky
|
2003-10-06 01:46:31 +00:00 |
darin%netscape.com
|
2347ef8985
|
new files for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa
|
2003-01-18 01:27:53 +00:00 |