Nathan Froyd
ec839c62b4
Bug 918651 - part 8 - remove redundant includes from IPDL files; r=ehsan
...
These include statements have been made redundant by all the qualifications
to the using statements.
2013-10-18 13:34:08 -04:00
Nathan Froyd
05e020c835
Bug 918651 - part 7a - fix source files bootlegging things from IPDL headers; rs=ehsan
2013-10-18 16:57:55 -04:00
Nathan Froyd
ebcc1e1abf
Bug 918651 - part 5 - qualify all IPDL using statements with required header; r=ehsan
2013-10-01 15:25:07 -04:00
Albert Crespell
9391a1773f
Bug 887699 - Part 3/4 Fix access of websocket channel and TCPSocket to NetworkStats API. r=jduell,gene
2013-10-11 08:54:34 +02:00
Mike Hommey
b000a846c2
Bug 929905 - Consolidate sources in moz.build. r=gps
2013-10-25 08:23:05 +09:00
Brian O'Keefe
9c9d71fddb
Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal
2013-10-02 13:17:55 -04:00
Ryan VanderMeulen
2a5d6a7ebf
Backed out 4 changesets (bug 887699).
...
Backed out changeset 5c878c48d732 (bug 887699)
Backed out changeset 57b03d7055e8 (bug 887699)
Backed out changeset ea06175feb4f (bug 887699)
Backed out changeset 516d0f14f7fd (bug 887699)
2013-10-16 17:12:54 -04:00
Albert Crespell
6c7a4f8f91
Bug 887699 - Part 3: Fix access of websocket channel and TCPSocket to NetworkStats API. r=jduell, r=gene
2013-10-11 08:54:34 +02:00
Ehsan Akhgari
9a3bd8e476
Bug 919320 - Minimize the #includes in netwerk/protocol; r=mcmanus
2013-09-22 23:35:52 -04:00
Ed Morley
2f579f2c8b
Merge latest green inbound changeset and mozilla-central
2013-09-20 10:18:21 +01:00
John Shih
ec0e3e5c17
Bug 855949 - Network Per-App Metering on WebSocket. r=mcmanus
2013-09-12 11:39:14 +08:00
Birunthan Mohanathas
33b5286d45
Bug 784739 - Switch from NULL to nullptr in netwerk/ (2/2); r=ehsan
2013-09-19 15:29:27 -04:00
Mike Hommey
f8bc7fa754
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Valentin Gosu
29c726a932
Bug 909050 - Prevent about:networking from returning PB data. r=mcmanus
2013-08-31 12:06:14 -04:00
Brian O'Keefe
d118b95a0d
Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal
2013-08-15 09:02:09 -04:00
Gabriele Svelto
91c1a25d52
Bug 907798 - Remove TimeStamp.h includes from source files that do not need it; r=ehsan
2013-08-24 08:12:51 +02:00
Ms2ger
47f9af7214
Revert this CLOSED TREE to changeset 4d3e221584a0.
2013-08-24 13:31:48 +02:00
Gabriele Svelto
795d28ed67
Bug 907798 - Remove TimeStamp.h includes from source files that do not need it; r=ehsan
2013-08-24 08:12:51 +02:00
Ms2ger
bdfaa84f5b
Bug 904831 - Part b: Move unconditional MSVC_ENABLE_PGO definitions into moz.build; r=gps
2013-08-22 08:56:01 +02:00
Ms2ger
49f603cd4d
Bug 883284 - Part e: Move LIBXUL_LIBRARY into moz.build (k-o); r=ted
2013-08-22 08:56:00 +02:00
Ms2ger
4807f1c86c
Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps
2013-08-22 08:55:59 +02:00
Trevor Saunders
acfc9e9cd6
bug 905410 - remove most remaining usage of nspr atomics outside of xpcom/ r=ehsan
2013-08-12 05:51:49 -04:00
Brian O'Keefe
61565e4086
Bug 896177 - Remove useless config.mk includes; r=gps
2013-07-17 16:06:53 -04:00
Joshua Cranmer
b82a7849fb
Bug 884061 - Part 4: Remove nsAtomicRefcnt.h, r=jlebar
...
--HG--
extra : rebase_source : ce24ab345baa48104328e3c101b7266a31e81870
2013-07-11 15:21:45 -05:00
Joshua Cranmer
37465bc6bd
Bug 884061 - Part 3q: Use NS_DECL_THREADSAFE_ISUPPORTS in netwerk/, r=macmanus
...
--HG--
extra : rebase_source : d029f73a1f27896c142f76dce263dd3542763b18
2013-07-18 21:24:13 -05:00
Brian O'Keefe
f4815f2203
Bug 883502 - Part 1: Move 'chromium_config.mk' includes after rules.mk. r=gps
2013-07-04 08:28:43 -04:00
Benoit Girard
be559fe75a
Bug 892861 - Remove useless -D flags 'IMPL_THEBES,_IMPL_NS_GFX,...'. r=glandium
2013-07-12 08:56:54 -04:00
Trevor Saunders
f33ade0d68
bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal
2013-07-11 11:06:34 -04:00
Mike Shal
d5df6bb361
Bug 868536 - Move ipdl.mk files to moz.build; r=gps
...
Author: Mike Shal <mshal@mozilla.com>
2013-07-01 09:56:28 -04:00
Jason Duell
c36b0246a8
Bug 870564 - Youtube video freezes after a long time r=jdm
2013-06-04 16:10:55 -07:00
Martin Husemann
f3f836881a
Bug 871555: Use memcpy and properly aligned temporary variables instead of pointer casts with unclear alignment r=mcmanus
2013-06-01 00:23:16 +02:00
Mike Shal
5169c0a913
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
...
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
Ted Mielczarek
3cfd62c3d2
bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium
2013-05-16 09:33:26 -04:00
Jason Duell
dae1dcdf6b
Bug 870579 - IID bump for nsIWebSocketChannel r=trivial DONTBUILD
2013-05-09 17:12:40 -07:00
Mike Shal
df7deac25b
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
2013-04-16 15:24:43 -04:00
Jason Duell
c9c0f8d58c
Bug 855906 - Convert nsIWebsocketChannel pingInterval to seconds r=mcmanus
2013-04-05 13:52:12 -07:00
Kyle Machulis
72a717a860
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Kyle Machulis
43628a7867
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
334c0800cf
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
...
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Jason Duell
122f1fecac
Bug 849364 - Provide per-websocket way to enable keepalive pings. r=mcmanus
2013-03-28 15:52:16 -07:00
Mike Shal
e3efc3a646
Bug 852534 - Remove GRE_MODULE from Makefile.in; r=gps
2013-03-21 08:41:00 -07:00
Mike Shal
7ecea60097
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
2013-03-19 11:47:00 -07:00
Mike Shal
cd4191e248
Bug 818246 - Part 7: Move XPIDL_MODULE to moz.build; rs=gps
2013-03-11 22:00:00 -07:00
Gregory Szorc
c865547d94
Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
...
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
2013-03-12 10:17:46 -07:00
Gregory Szorc
4c4424f90d
Bug 784841 - Part 18z: Convert /netwerk; f=Ms2ger rs=ted
2013-02-25 12:47:23 -08:00
Masatoshi Kimura
11f9152670
Bug 827032 - Enable FAIL_ON_WARNINGS on MSVC in netwerk/. r=jduell
2013-02-08 20:49:30 +09:00
Jason Duell
fca682ab29
Bug 833935 - Warn when child is about to issue illegal IPDL request. r=jdm
2013-01-24 19:24:00 +00:00
Mats Palmgren
b7ae90666d
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
2013-01-15 13:22:03 +01:00
Masatoshi Kimura
9a4812e054
Bug 824247 - Part 3: Disable FAIL_ON_WARNINGS on not-yet-warning-free directories on MSVC. r=ted
2013-01-03 00:56:38 +09:00
Josh Matthews
7482ee38c6
Bug 782542 - Secure necko IPDL usage. r=ted,jduell a=blocking-b2g
2012-12-29 04:02:16 -05:00
Josh Matthews
315334a8d5
Backed out changeset 6cd44513d285 (bug 782542)
2012-12-28 19:18:38 -05:00
Josh Matthews
8574d2db42
Bug 782542 - Secure necko IPDL usage. r=ted,jduell a=blocking-b2g
2012-12-12 10:40:33 -05:00
Ed Morley
f41c087da9
Backout 3e4e600adc3b (bug 782542) for crashtest-ipc timeouts
2012-12-16 18:09:39 +00:00
Josh Matthews
4d20bfdcc1
Bug 782542 - Secure necko IPDL usage. r=ted,jduell
...
* * *
Bug 782542 - Disable network.ipc security for certain mochitests r=ted
* * *
Bug 782542. Disable some more tests that use mozbrowser w/o app r?ted
* * *
Bug 782542 : yet another test needs tweaking. r?ted
2012-12-12 10:40:33 -05:00
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
Valentin Gosu
d9fc31cfe1
Bug 783205 - Networking Dashboard. r=mcmanus, r=jorendorff, sr=biesi
2012-12-10 09:13:55 -05:00
Patrick McManus
aef0638b1c
bug 792438 part 1 - identify css and head-based-js as dedicated network resources r=bz
2012-12-04 18:06:29 -05:00
Guillermo López
49ea6392ea
Bug 807276 - Make nsIWebSocketChannel.idl scriptable. r=jduell, sr=bz DONTBUILD
2012-11-07 12:06:22 -08:00
Jason Duell
40c3a4b109
Backed out changeset f7753f215359
2012-11-07 11:43:38 -08:00
Guillermo López
35fdd8ca20
Bug 807276. Make nsIWebSocketChannel.idl scriptable r=jduell, sr=bz DONTBUILD
2012-10-31 04:58:00 -07:00
Patrick McManus
5938428609
bug 805457 telemetry for proxy and websocket connections r=jduell
2012-10-27 15:24:19 -04:00
Jason Duell
edb624b91c
Bug 798045: Followup: fix typo in comment. r=me
2012-10-09 16:46:23 -07:00
Jason Duell
004dd20c07
Bug 798045 - improved FailDelay lookup r=bsmith
2012-10-08 18:38:04 -07:00
Isaac Aggrey
481e7dfb0b
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
2012-09-28 01:57:33 -05:00
foudfou
35bc9a72e8
Bug 785542 - Convert usages of PR_MIN and PR_MAX to NS_MIN and NS_MAX; r=ehsan
...
Occurences of PR_MAX in layout/style/nsCSSProps.cpp and xpcom/glue/nsTArray.h
can not be converted without C++11 support (constexpr).
--HG--
extra : rebase_source : 3b4f7e26690fad487dd11594449948411d4e79bc
2012-09-27 23:44:47 +02:00
Josh Matthews
22b97c746b
Bug 783878 - Part 2: Allow serializing remote input streams by passing the actor reference over the wire and retrieving the original stream in the parent. r=bent
2012-09-21 13:26:13 -04:00
Ehsan Akhgari
d58d386309
Bug 741059 - Part 1: Add APIs to nsIChannel to allow callers to override the private bit on the channel; r=jduell
...
This is probably the worst patch that I have ever written!
We add a setPrivate method to nsIPrivateBrowsingChannel which will be
implemented by channels who care about private browsing. This allows the
client to explicitly override the private bit on the channel.
NS_UsePrivateBrowsing is also taught about this override bit using the
internal nsIPrivateBrowsingChannel::IsPrivateModeOverriden API. This patch
implements the new API for HTTP, FTP and wyciwyg channels. This also
modifies the IPC implementations of these channels to correctly transfer that
bit to the parent process if it has been set in the child process channel.
2012-09-04 20:37:45 -04:00
Makoto Kato
6025716d17
Bug 785321 - Replace PRUptrdiff with uintptr_t, prtdiff_t or etc; r=ehsan,jrmuizel
2012-09-14 16:09:52 -04:00
Makoto Kato
1356f06137
Bug 784912 - nsIStreamListener.onDataAvailable should handle 64-bit offset. r=honza
2012-09-06 11:41:02 +09:00
Randell Jesup
65539ef89c
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
2012-09-01 22:35:17 -04: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
Aryeh Gregor
4e199a1679
Bug 780618 - Move all error codes to nsError.h; r=ehsan
2012-07-27 17:03:27 +03:00
Honza Bambas
15daadba69
Bug 215450: Allow uploading of files greater than 2gb in size. Involves making input streams 64-bit capable. Significant work done by Makoto Kato, finished by Honza Bambas. r=hbambas,bsmedberg,jdrew,sicking
2012-08-10 22:44:11 -04:00
Jason Duell
abdbb9d224
Bug 776174 - e10s: cleanup IPC nsILoader code. r=smaug, r=jdm
2012-08-06 21:47:48 -07:00
Mike Hommey
70d7c821af
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Aryeh Gregor
d0ad5a7d0c
Bug 777292 part 2 - Change all nsnull to nullptr
2012-07-30 17:20:58 +03:00
Joshua Cranmer
a1186c1020
Bug 773637 - Kill NS_SCRIPTABLE annotations, Part 1: Remove NS_*PARAM annotations. r=ehsan
...
--HG--
extra : rebase_source : a0b4bc50fece36d9a90fed61431635948bfa33b5
2012-07-06 15:14:07 -05: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
Jason Duell
49dcc3f497
Bug 773150 - FailDelayManager passing wrong type to MOZ_COUNT_CTR. r=mcmanus
2012-07-12 18:19:45 -07:00
Jason Duell
3161d97ddf
Bug 771318 - Fix early websocket Init fail. r=mcmanus, r=smaug
2012-07-09 18:20:25 -07:00
Jason Duell
8830cb6a22
Bug 771318 - Code cleanup before actual fix. r=mcmanus
2012-07-09 18:20:21 -07:00
Jason Duell
b0344cefa6
Bug 757738 - Websockets: release reference to nsIWebSocketListener after OnClose. r=mcmanus
2012-06-29 23:02:08 -07:00
Jason Duell
0ae5df51bc
Bug 769529 - Update nsIWebSocket*.idl comments to reflect that we don't always call OnStart. r=mcmanus, sr=biesi
2012-06-29 22:59:49 -07:00
Jason Duell
fc69908166
Bug 711793 - Delay websocket reconnection after abnormal termination. r=mcmanus
2012-06-28 17:53:50 -07:00
Jason Duell
40a4ffa542
Bug 713023 - Websockets: don't prefer SOCKS to HTTP proxy until bug 449251 is fixed. r=biesi
2012-06-22 10:59:53 -07:00
Ehsan Akhgari
e0f2ea75a7
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (netwerk parts); r=jduell
2012-06-05 23:18:25 -04:00
Jason Duell
79f6c2507f
Bug 742614: Allocation of string is not checked in WebSockets text frame parsing. r=bsmith
2012-05-11 02:05:00 -07:00
Jason Duell
82550caf75
Bug 748766 - Only count connected websockets toward max-websocket limit. r=mcmanus
2012-05-31 16:41:24 -07:00
Gervase Markham
82ff7027aa
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Jason Duell
fe4f933442
Bug 753105 - Change Websocket "internal error" code to 2011. r=mcmanus
2012-05-17 10:59:26 -07:00
Jason Duell
dc8e1646bb
Bug 748580 - websockets: omit close code when none passed to close(). r=mcmanus
2012-05-17 10:56:56 -07:00
Patrick McManus
9d78d2fad5
bug 738914 - orange websocket pipeline::isdone from main thread r=jduell
...
--HG--
extra : rebase_source : 206a38c1a8d9bac40bacb2e9556651d83406b115
2012-04-25 22:02:12 -04:00
Ms2ger
4af44f872a
Bug 605180 - Fix build warnings in netwerk/. r=jduell
2012-04-07 14:25:00 -07:00
Jason Duell
6fbcd1727e
Bug 712191 - Clean up websocket close codes and abort logic. r?mcmanus
2012-04-11 13:20:00 -07:00
Jason Duell
322c55e552
Bug 696085: WebSocket connection opening across page loads r=smaug
2012-02-21 14:57:10 -08:00
Jason Duell
025ba418b8
Bug 701383: Websocket fails to delete mOutGoingMessage if closed multiple times. r=mcmanus
2012-01-31 20:41:47 -08:00
Jason Duell
254b4a4603
Bug 718557: Clean up DOM Websocket close logic. r=smaug
2012-01-31 20:41:43 -08:00
Patrick McManus
88e68284ba
bug 712572 part 2 r=jduell
2012-01-06 14:54:15 -05:00
Patrick McManus
14acd1219b
bug 712572 part 1 r=jduell
2012-01-06 14:54:13 -05:00
Patrick McManus
2aec77617b
bug 715284 WebSocketChannel.cpp compiler warning r=jduell
2012-01-04 18:19:15 -05:00
Jason Duell
ff17150d89
Bug 711205: Limit websocket outbound msg size to PR_INT32_MAX. r=mcmanus
2011-12-20 00:20:12 -08:00
Jason Duell
cb334de447
Bug 711205: Increase inbound WebSocket message size from 16MB to whatever malloc can handle. r=mcmanus
2011-12-20 00:20:12 -08:00
Jason Duell
5e1d298d1c
Bug 666349: update status code usage to latest spec. r=mcmanus
2011-12-20 00:20:12 -08:00
Jason Duell
4f82ec7982
Bug 666349 - Update WebSocket API to latest draft. r=mcmanus
2011-12-20 00:20:12 -08:00
Patrick McManus
ea03e8ad77
bug 664284: Add HSTS support for websockets. r=mcmanus
2011-12-15 15:23:00 -08:00
Jason Duell
cfde131c3d
Bug 676439 - Websocket Binary Message support: Necko changes. r=mcmanus
2011-12-15 15:20:17 -08:00
Jonathan Watt
66f54fe5a4
Bug 695303 - Add a mozilla::clamped function to replace NS_CLAMP (so side affects of args are evaluated no more than once) and NS_MIN(max, NS_MAX(val, min)) (to make code clearer). r=bsmedberg.
2011-10-28 19:33:28 +01:00
Wellington Fernando de Macedo
cad24d383f
Bug 664894. Eliminate nsWebSocketEstablishedConnection and fold code into nsWebSocket. r=jduell
2011-10-20 01:27:13 -07: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
Patrick McManus
e1f9acb723
bug 687243 - websockets message len 0xffff does not use minimal length encoding r=jduell
2011-09-27 08:50:22 -04:00
Patrick McManus
959b94216e
bug 686312 - websockets should not reject non character utf-8 sequence as invalid r=dbaron
2011-09-20 18:13:43 -04:00
Patrick McManus
78dc6bb693
bug 679783 - websockets oninputstreamready() crash. r=jduell
2011-08-26 12:05:47 -07:00
Patrick McManus
373ce83799
Bug 675983 - Websockets - fail connection on 1st fragment with a continuation op code
2011-08-08 23:41:22 -07:00
Jason Duell
749d97aaae
bug 675784 - websockets early cancel part 2/2 r=mcmanus.
2011-08-07 09:44:19 -04:00
Patrick McManus
7fdc6c1a65
bug 675784 - websockets early cancel part 1/2 r=jduell
2011-08-07 09:43:53 -04:00
Patrick McManus
c1f1127ab0
bug 675919 - websockets fail connection on unknown control code. r=jduell
2011-08-04 22:45:55 -07:00
Patrick McManus
2afbb597ef
Bug 675961 - Websockets: error in removing processed control frame from buffered fragment sequence. r=jduell
2011-08-04 22:43:52 -07: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
Patrick McManus
e76948f3c0
bug 672384 - WebSocket connection drops on moderately-large fragmented messages r=biesi
2011-07-22 16:06:57 -04:00
Patrick McManus
7855e8f09c
bug 669936 emacs mode lines for websockets 2 space indents r=jduell
2011-07-07 15:39:24 -04:00
Patrick McManus
3e058b73a6
bug 669975 - websockets e10s mLoadGroup member duplicated r=jdm
2011-07-07 15:36:37 -04:00
Jason Duell
4f9293197f
bug 664860. Convert WebSocketChannel to 2 space indents. r=biesi.
2011-07-04 21:18:34 -07:00
Jason Duell
a451b7e7a5
bug 664860. Rename nsWebSocketHandler -> WebSocketChannel. r=biesi
...
--HG--
rename : netwerk/protocol/websocket/nsWebSocketHandler.cpp => netwerk/protocol/websocket/WebSocketChannel.cpp
rename : netwerk/protocol/websocket/nsWebSocketHandler.h => netwerk/protocol/websocket/WebSocketChannel.h
2011-07-04 21:18:33 -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
Patrick McManus
d42343f0f5
bug 664305 - websocket max connection limitation r=biesi
...
--HG--
extra : rebase_source : 7229d30f28b529c0fe7f22277a21c9a0f007d14d
2011-06-25 14:28:27 -04:00
Patrick McManus
53200f0d4e
bug 663871 websockets -08 bump our version number and the version number in the test server r=biesi
2011-06-21 10:50:02 -04:00
Patrick McManus
c038b2b6e7
bug 663871 websockets -08 sec 7.1.1 says we SHOULD pause to allow server to send first TCP FIN r=biesi
2011-06-21 10:49:50 -04:00
Patrick McManus
76cbbd5b45
bug 663871 websockets -08 sec 7.4.1 defines two new close codes r=biesi
2011-06-21 10:49:38 -04:00
Patrick McManus
f61d8673d1
663871 - enforce messages that must be UTF-8 by checking that and failing the connection if necessary r=rbiesi
2011-06-21 10:49:19 -04:00
Patrick McManus
af71992097
Bug 665518 - Websocket enforce high bit of 64 bit length r=biesi
2011-06-21 10:49:04 -04:00
Patrick McManus
92a67d37bf
backout 15c3543f4647 so it can be re-merged with valid description
2011-06-21 10:45:24 -04:00
Patrick McManus
1ecdc9816a
backout 627d6b32976b so it can be re-merged with valid description
2011-06-21 10:45:03 -04:00
Patrick McManus
30ec6d6f8e
backout b22f0cccfa7f so it can be re-merged with bug number in description
2011-06-21 10:44:07 -04:00
Patrick McManus
ec04fc1725
backout cf7152d215b2 so it can be re-merged with bug number in description
2011-06-21 10:43:32 -04:00
Patrick McManus
b37a45ac3c
backout 923beecc0fe5 so it can be re-merged with bug number in description
2011-06-21 10:42:54 -04:00
Patrick McManus
3004a30914
websockets -08 bump our version number and the version number in the test server r=biesi
2011-06-21 09:47:35 -04:00
Patrick McManus
3428825e16
websockets -08 sec 7.1.1 says we SHOULD pause to allow server to send first TCP FIN r=biesi
2011-06-21 09:47:35 -04:00
Patrick McManus
7281fe681b
websockets -08 sec 7.4.1 defines two new close codes r=biesi
2011-06-21 09:47:34 -04:00
Patrick McManus
bbe9bc608e
663871 - enforce messages that must be UTF-8 by checking that and failing the connection if necessary
2011-06-21 09:47:34 -04:00
Patrick McManus
f50ee46d79
Bug 665518 - Websocket enforce high bit of 64 bit length try: -b d -p linux -u mochitest-1 -t none
2011-06-21 09:47:32 -04:00
Josh Matthews
a52bb595df
Bug 663893 - Avoid null dereferences in websocket handler. r=mcmanus
...
--HG--
extra : transplant_source : %07%15%DD%3B%BF%B8%8B%BFK%1E3%28%7F%BE%8Ek%EFPu%7B
2011-06-13 14:30:07 -04:00
Kyle Huey
e0ea14bd91
Bug 662122: Add leak logging annotations to some WebSockets classes. r=mcmanus
2011-06-07 13:12:19 -07:00
Jacek Caban
df683a2178
Bug 661517 - nsWebSocketHandler.cpp fails to compile on mingw-w64 r=mcmanus DONTBUILD
2011-06-06 13:16:22 +02:00
Patrick McManus
3c8dd8c40e
Bug 661136 - websockets setuprequest in redirect path return not used r=beisi
...
--HG--
extra : rebase_source : e3ba9a7e4e5a5beb02c441ae03b3825e76e72d49
2011-06-02 20:48:06 -04:00
Patrick McManus
0afb802199
bug 660613 - websockets fix where platform has < 32bits of RAND_MAX r=biesi
...
--HG--
extra : rebase_source : 276be91e1eb90b5101536cc95e41d9b4e892f0e1
2011-06-02 20:48:06 -04:00
Patrick McManus
01c51e2d07
bugzilla 640003 websockets ietf-07 r=smaug r=biesi sr=bz
2011-05-21 21:27:52 -04:00