Ehsan Akhgari
c4c18521be
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
d5c93adaee
Bug 785321 - Replace PRUptrdiff with uintptr_t, prtdiff_t or etc; r=ehsan,jrmuizel
2012-09-14 16:09:52 -04:00
Makoto Kato
c28c020a8f
Bug 784912 - nsIStreamListener.onDataAvailable should handle 64-bit offset. r=honza
2012-09-06 11:41:02 +09:00
Randell Jesup
eedf93a21d
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
2012-09-01 22:35:17 -04:00
Ben Turner
0727b7098c
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
1557efd8b1
Bug 782649 - 'Remove old IPC::InputStream'. r=cjones+khuey.
2012-08-22 19:13:54 -07:00
Ryan VanderMeulen
1733e65710
Backout 41a3cdf92063 (bug 782649) for Linux xpcshell failures.
2012-08-22 17:31:06 -04:00
Ben Turner
3e66942f49
Bug 782649 - 'Remove old IPC::InputStream'. r=cjones+khuey.
2012-08-22 12:19:29 -07:00
Ehsan Akhgari
0fd9123eac
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
0923bf00ef
Bug 780618 - Move all error codes to nsError.h; r=ehsan
2012-07-27 17:03:27 +03:00
Honza Bambas
541453729c
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
a04e7b8f68
Bug 776174 - e10s: cleanup IPC nsILoader code. r=smaug, r=jdm
2012-08-06 21:47:48 -07:00
Mike Hommey
6173fa297f
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Aryeh Gregor
e806eeab4f
Bug 777292 part 2 - Change all nsnull to nullptr
2012-07-30 17:20:58 +03:00
Joshua Cranmer
4b8f318e78
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
c95f8eff2b
Bug 776176 - e10s: propagate GetExtendedOrigin from child to parent process. r=jdm
2012-07-23 11:12:03 -07:00
Jason Duell
0f5d39e960
Bug 775861 - e10s: propagate appId and isInBrowserElement from child to parent process r=jdm
2012-07-22 15:35:33 -07:00
Jason Duell
297baa7909
Bug 775119 - e10s: implement nsILoadContext in ParentChannels, remove PrivateBrowsingConsumer r=jdm
2012-07-22 15:35:33 -07:00
Jason Duell
55c4b6acdf
Bug 773150 - FailDelayManager passing wrong type to MOZ_COUNT_CTR. r=mcmanus
2012-07-12 18:19:45 -07:00
Jason Duell
b8f5384767
Bug 771318 - Fix early websocket Init fail. r=mcmanus, r=smaug
2012-07-09 18:20:25 -07:00
Jason Duell
108efc0dae
Bug 771318 - Code cleanup before actual fix. r=mcmanus
2012-07-09 18:20:21 -07:00
Jason Duell
6ab43abf3a
Bug 757738 - Websockets: release reference to nsIWebSocketListener after OnClose. r=mcmanus
2012-06-29 23:02:08 -07:00
Jason Duell
c07ddfea8d
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
cea8245cc8
Bug 711793 - Delay websocket reconnection after abnormal termination. r=mcmanus
2012-06-28 17:53:50 -07:00
Jason Duell
f0efe4bd13
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
695bd88cea
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
f7e8936e78
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
d4a8be89ed
Bug 748766 - Only count connected websockets toward max-websocket limit. r=mcmanus
2012-05-31 16:41:24 -07:00
Gervase Markham
ca171eec44
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Jason Duell
f341063ac0
Bug 753105 - Change Websocket "internal error" code to 2011. r=mcmanus
2012-05-17 10:59:26 -07:00
Jason Duell
6246db87a7
Bug 748580 - websockets: omit close code when none passed to close(). r=mcmanus
2012-05-17 10:56:56 -07:00
Patrick McManus
6473a24906
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
945ee00ec1
Bug 605180 - Fix build warnings in netwerk/. r=jduell
2012-04-07 14:25:00 -07:00
Jason Duell
563f72fd76
Bug 712191 - Clean up websocket close codes and abort logic. r?mcmanus
2012-04-11 13:20:00 -07:00
Jason Duell
afcfe03dfc
Bug 696085: WebSocket connection opening across page loads r=smaug
2012-02-21 14:57:10 -08:00
Jason Duell
91714b61c8
Bug 701383: Websocket fails to delete mOutGoingMessage if closed multiple times. r=mcmanus
2012-01-31 20:41:47 -08:00
Jason Duell
4214758ad2
Bug 718557: Clean up DOM Websocket close logic. r=smaug
2012-01-31 20:41:43 -08:00
Patrick McManus
6163c59f06
bug 712572 part 2 r=jduell
2012-01-06 14:54:15 -05:00
Patrick McManus
22e8bd840b
bug 712572 part 1 r=jduell
2012-01-06 14:54:13 -05:00
Patrick McManus
fc3b37def5
bug 715284 WebSocketChannel.cpp compiler warning r=jduell
2012-01-04 18:19:15 -05:00
Jason Duell
04061f024a
Bug 711205: Limit websocket outbound msg size to PR_INT32_MAX. r=mcmanus
2011-12-20 00:20:12 -08:00
Jason Duell
310257bf73
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
0e9574dc47
Bug 666349: update status code usage to latest spec. r=mcmanus
2011-12-20 00:20:12 -08:00
Jason Duell
49b8bce974
Bug 666349 - Update WebSocket API to latest draft. r=mcmanus
2011-12-20 00:20:12 -08:00
Patrick McManus
2319c27b0d
bug 664284: Add HSTS support for websockets. r=mcmanus
2011-12-15 15:23:00 -08:00
Jason Duell
df88daa742
Bug 676439 - Websocket Binary Message support: Necko changes. r=mcmanus
2011-12-15 15:20:17 -08:00
Jonathan Watt
8a0b72332d
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
b0c073bb36
Bug 664894. Eliminate nsWebSocketEstablishedConnection and fold code into nsWebSocket. r=jduell
2011-10-20 01:27:13 -07:00
Ehsan Akhgari
2a602a5685
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
d8e503c38b
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
f1c2b985a4
bug 687243 - websockets message len 0xffff does not use minimal length encoding r=jduell
2011-09-27 08:50:22 -04:00
Patrick McManus
c598a54eb0
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
d812bf3a45
bug 679783 - websockets oninputstreamready() crash. r=jduell
2011-08-26 12:05:47 -07:00
Patrick McManus
1f488d8684
Bug 675983 - Websockets - fail connection on 1st fragment with a continuation op code
2011-08-08 23:41:22 -07:00
Jason Duell
ef3ae06a49
bug 675784 - websockets early cancel part 2/2 r=mcmanus.
2011-08-07 09:44:19 -04:00
Patrick McManus
7b31953ff1
bug 675784 - websockets early cancel part 1/2 r=jduell
2011-08-07 09:43:53 -04:00
Patrick McManus
16f821f946
bug 675919 - websockets fail connection on unknown control code. r=jduell
2011-08-04 22:45:55 -07:00
Patrick McManus
04a4cafd79
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
8cb5471157
bug 674905 - implement ws extensions attribute r=biesi r=sicking sr=bz
2011-08-03 23:46:13 -04:00
Patrick McManus
c9a6067c84
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
c0f9203b99
bug 667853: Missing close() event if websocket::init fails. r=mcmanus, jdm
2011-08-02 16:55:17 -07:00
Patrick McManus
dbedaea7fc
bug 672384 - WebSocket connection drops on moderately-large fragmented messages r=biesi
2011-07-22 16:06:57 -04:00
Patrick McManus
d294fd5e2d
bug 669936 emacs mode lines for websockets 2 space indents r=jduell
2011-07-07 15:39:24 -04:00
Patrick McManus
5347af7a72
bug 669975 - websockets e10s mLoadGroup member duplicated r=jdm
2011-07-07 15:36:37 -04:00
Jason Duell
88143d01fa
bug 664860. Convert WebSocketChannel to 2 space indents. r=biesi.
2011-07-04 21:18:34 -07:00
Jason Duell
2fd7bcda1f
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
45ea24eb5d
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
180c7a5397
Bug 537787 - Remote websockets. r=jduell
2011-05-04 15:36:23 +02:00
Patrick McManus
ebd9efe793
bug 664305 - websocket max connection limitation r=biesi
...
--HG--
extra : rebase_source : 7229d30f28b529c0fe7f22277a21c9a0f007d14d
2011-06-25 14:28:27 -04:00
Patrick McManus
9865d771ba
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
7b9bf403d2
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
690a511dc8
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
8b2887761a
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
3c4eed0994
Bug 665518 - Websocket enforce high bit of 64 bit length r=biesi
2011-06-21 10:49:04 -04:00
Patrick McManus
e86b1a09dc
backout 15c3543f4647 so it can be re-merged with valid description
2011-06-21 10:45:24 -04:00
Patrick McManus
49b3d76372
backout 627d6b32976b so it can be re-merged with valid description
2011-06-21 10:45:03 -04:00
Patrick McManus
4d4c65ec06
backout b22f0cccfa7f so it can be re-merged with bug number in description
2011-06-21 10:44:07 -04:00
Patrick McManus
124108c75b
backout cf7152d215b2 so it can be re-merged with bug number in description
2011-06-21 10:43:32 -04:00
Patrick McManus
38e1b42535
backout 923beecc0fe5 so it can be re-merged with bug number in description
2011-06-21 10:42:54 -04:00
Patrick McManus
b7f1405429
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
c2e3687493
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
c11db9c041
websockets -08 sec 7.4.1 defines two new close codes r=biesi
2011-06-21 09:47:34 -04:00
Patrick McManus
d36ed63330
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
be8ac00dfa
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
4cffd996a0
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
151af10b12
Bug 662122: Add leak logging annotations to some WebSockets classes. r=mcmanus
2011-06-07 13:12:19 -07:00
Jacek Caban
ab9e18c25c
Bug 661517 - nsWebSocketHandler.cpp fails to compile on mingw-w64 r=mcmanus DONTBUILD
2011-06-06 13:16:22 +02:00
Patrick McManus
30807283a7
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
dd0f45455f
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
2ded010403
bugzilla 640003 websockets ietf-07 r=smaug r=biesi sr=bz
2011-05-21 21:27:52 -04:00