Ehsan Akhgari
|
367b53417c
|
Backed out changeset 34c9ccee8058 (bug 782542) for mochitest failures
|
2012-12-11 15:04:11 -05:00 |
|
Josh Matthews
|
4e012f139b
|
Bug 782542 - Secure necko IPDL usage. r=ted,jduell
|
2012-12-07 17:12:02 -05:00 |
|
Ben Turner
|
7370f46298
|
Bug 784726 - 'Remove old IPC::URI'. r=cjones+khuey.
--HG--
rename : ipc/glue/IPCSerializableParams.ipdlh => ipc/glue/InputStreamParams.ipdlh
extra : transplant_source : %A6%BC%8B%8D%3A_%7Df%2B%FE%AA%94%81%AB%CAW%15K%A7%03
|
2012-08-23 12:33:46 -07:00 |
|
Ben Turner
|
8740622e89
|
Bug 782649 - 'Remove old IPC::InputStream'. r=cjones+khuey.
|
2012-08-22 19:13:54 -07:00 |
|
Ryan VanderMeulen
|
4369c9acf5
|
Backout 41a3cdf92063 (bug 782649) for Linux xpcshell failures.
|
2012-08-22 17:31:06 -04:00 |
|
Ben Turner
|
f17c803d93
|
Bug 782649 - 'Remove old IPC::InputStream'. r=cjones+khuey.
|
2012-08-22 12:19:29 -07: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 |
|
Jason Duell
|
abdbb9d224
|
Bug 776174 - e10s: cleanup IPC nsILoader code. r=smaug, r=jdm
|
2012-08-06 21:47:48 -07:00 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Jason Duell
|
f7550579ea
|
Bug 776176 - e10s: propagate GetExtendedOrigin from child to parent process. r=jdm
|
2012-07-23 11:12:03 -07:00 |
|
Jason Duell
|
9a9096c83f
|
Bug 775861 - e10s: propagate appId and isInBrowserElement from child to parent process r=jdm
|
2012-07-22 15:35:33 -07:00 |
|
Jason Duell
|
7f7428d402
|
Bug 775119 - e10s: implement nsILoadContext in ParentChannels, remove PrivateBrowsingConsumer r=jdm
|
2012-07-22 15:35:33 -07:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Jason Duell
|
cfde131c3d
|
Bug 676439 - Websocket Binary Message support: Necko changes. r=mcmanus
|
2011-12-15 15:20:17 -08:00 |
|
Patrick McManus
|
2f338d19b9
|
bug 674905 - implement ws extensions attribute r=biesi r=sicking sr=bz
|
2011-08-03 23:46:13 -04:00 |
|
Patrick McManus
|
19ad699c32
|
bug 674716 - websockets API close reason codes and messages r=sicking r=biesi sr=bz
--HG--
extra : rebase_source : f7a0eb6b310f29f8e697c26ff5e0ef9d2fde559a
|
2011-08-03 15:15:25 -04:00 |
|
Patrick McManus
|
415852d1a2
|
bug 667853: Missing close() event if websocket::init fails. r=mcmanus, jdm
|
2011-08-02 16:55:17 -07:00 |
|
Jason Duell
|
df9f677e15
|
Bug 664860. Rename nsIWebSocketHandler -> nsIWebSocketChannel. r=biesi
--HG--
rename : netwerk/protocol/websocket/nsIWebSocketProtocol.idl => netwerk/protocol/websocket/nsIWebSocketChannel.idl
rename : netwerk/protocol/websocket/nsIWebSocketProtocol.idl => netwerk/protocol/websocket/nsIWebSocketListener.idl
|
2011-07-04 21:18:32 -07:00 |
|
Josh Matthews
|
f0668c3546
|
Bug 537787 - Remote websockets. r=jduell
|
2011-05-04 15:36:23 +02:00 |
|