Nathan Froyd
|
023e3d5c3f
|
Bug 1153267 - part 1 - use smart-pointer .forget() instead of NS_ADDREF+assign; r=ehsan
|
2015-03-31 10:03:49 -04:00 |
|
Christoph Kerschbaumer
|
32a6d0de6b
|
Bug 1099296 - Attach LoadInfo to remaining callers of ioService and ProtocolHandlers - websocket changes (r=jduell)
|
2015-02-17 10:09:58 -08:00 |
|
Andrea Marchesini
|
81c032a7f2
|
Bug 1111971 - A better life-time management of aListener and aContext in WebSocketChannel. r=smaug
CLOSED TREE
|
2015-01-13 14:03:56 -05:00 |
|
Christoph Kerschbaumer
|
3c130f420e
|
Bug 1067471 - Add newChannel2 to nsIProtocolHandler that takes a loadinfo as an argument (r=sicking)
|
2014-10-22 17:16:57 -07:00 |
|
Daniel Stenberg
|
c7bba4cdd5
|
Bug 939318 - Have websockets act on network interface changes. r=mcmanus
If there's no outstanding PING, send a new to make sure the connection
is still alive and fine.
|
2014-08-24 23:21:00 -04:00 |
|
Ed Morley
|
40d5105263
|
Backed out changeset a7f522902e40 (bug 939318)
|
2014-09-24 16:17:23 +01:00 |
|
Daniel Stenberg
|
521e81a9f1
|
Bug 939318 - Have websockets act on network interface changes. r=mcmanus
If there's no outstanding PING, send a new to make sure the connection
is still alive and fine.
|
2014-08-24 23:21:00 -04:00 |
|
Christoph Kerschbaumer
|
3308d36c58
|
Bug 1037669: Setting LoadInfo explicitly for nsIWebSocketChannels (r=tanvi,jduell)
|
2014-08-13 13:26:17 -07:00 |
|
Steve Workman
|
03596e3798
|
Bug 925623 - Support delivery of WebSocket events off-main-thread in WebSocketChannel r=jduell
|
2014-03-27 13:58:19 -07:00 |
|
Ehsan Akhgari
|
deb5a6a21b
|
Bug 919320 - Minimize the #includes in netwerk/protocol; r=mcmanus
|
2013-09-22 23:35:52 -04:00 |
|
Jason Duell
|
d2a57b16b3
|
Bug 855906 - Convert nsIWebsocketChannel pingInterval to seconds r=mcmanus
|
2013-04-05 13:52:12 -07:00 |
|
Jason Duell
|
765b359bfa
|
Bug 849364 - Provide per-websocket way to enable keepalive pings. r=mcmanus
|
2013-03-28 15:52:16 -07: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
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Joshua Cranmer
|
a9921e1d15
|
Bug 773637 - Kill NS_SCRIPTABLE annotations, Part 1: Remove NS_*PARAM annotations. r=ehsan
|
2012-07-06 15:14:07 -05:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Ehsan Akhgari
|
478ad1a412
|
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
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Patrick McManus
|
7117d7ca80
|
bug 674905 - implement ws extensions attribute r=biesi r=sicking sr=bz
|
2011-08-03 23:46:13 -04:00 |
|
Jason Duell
|
39ac98cb92
|
bug 664860. Rename nsWebSocketHandler -> WebSocketChannel. r=biesi
|
2011-07-04 21:18:33 -07:00 |
|
Jason Duell
|
cc65112e44
|
Bug 664860. Rename nsIWebSocketHandler -> nsIWebSocketChannel. r=biesi
|
2011-07-04 21:18:32 -07:00 |
|
Josh Matthews
|
b02c36b9bf
|
Bug 537787 - Remote websockets. r=jduell
|
2011-05-04 15:36:23 +02:00 |
|