Ehsan Akhgari
|
c8443f0d24
|
Bug 928043 - Remove some prtypes.h inclusions from startupcache/, testing/ and toolkit/; r=bsmedberg
--HG--
extra : rebase_source : 5886932dda22ae179e8998ad92758e99495d09bd
|
2013-10-18 20:34:57 -04:00 |
|
Brian Smith
|
e4a4d92ee8
|
Bug 767241, Part 3: Replace uses of one-off Auto* classes with ScopedNSSTypes in ssltunnel, r=ted
--HG--
extra : rebase_source : d3d9c1e474bee2c0952d5d71cb3e7460d661a5aa
|
2012-11-12 09:42:33 -08:00 |
|
Brian Smith
|
b01adc0cab
|
Backed out changeset 329da1081148
--HG--
extra : rebase_source : 9efe319bbff8d9a3f55208686d238626bf6d0dc0
|
2012-11-30 19:36:08 -08:00 |
|
Brian Smith
|
06ad52cc6b
|
Bug 767241, Part 3: Replace uses of one-off Auto* classes with ScopedNSSTypes in ssltunnel, r=ted
|
2012-11-12 09:42:33 -08:00 |
|
Isaac Aggrey
|
d159f53557
|
Bug 789847 - Remove PR_CALLBACK usage from tree
|
2012-09-25 11:18:38 -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 |
|
Ms2ger
|
75ab7efb95
|
Bug 780387 - Part b: Stop using PRIntn; r=bsmedberg
|
2012-08-09 09:09:40 +02:00 |
|
Ryan VanderMeulen
|
5f2a19ee6e
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
|
Ryan VanderMeulen
|
6d6c4efbab
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
|
Honza Bambas
|
ae405385f0
|
Bug 761529 - ssltunnel broken in non-proxy mode, r=jgriffin
|
2012-06-07 18:10:21 +02:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Matt Brubeck
|
60b5d7f292
|
Back out c209fea124e1 (bug 754198) because of Win64 build failure
|
2012-05-11 13:23:49 -07:00 |
|
Fabrice Desré
|
5397f4846a
|
Bug 754198 - Warning treated as error in jemalloc.c. Build busted. [r=jlebar,bsmedberg]
|
2012-05-11 12:34:24 -07:00 |
|
Patrick McManus
|
637ad95bfd
|
bug 599295 r=jduell
--HG--
extra : rebase_source : b376fd42a37c8b92389b43fac2e253a8466c3349
|
2011-11-02 17:43:27 -04: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 |
|
Honza Bambas
|
ec27d7b0f9
|
Bug 675613 - Increase limit for thread number in ssltunnel, r=ted.mielczarek
|
2011-08-03 23:36:49 +02:00 |
|
Ed Morley
|
3f49fdcb2a
|
Bug 661584 - Code cleanup, substitute more PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc,ted
|
2011-06-25 16:06:02 +02:00 |
|
Patrick McManus
|
5fd56cb6b8
|
bug 640003 - websockets, fixup tests for new server r=smaug r=biesi
|
2011-05-21 21:27:52 -04:00 |
|
Honza Bambas
|
486e7e3f56
|
Bug 542207 - ssltunnel: clean up and update logging and make it optional, r=ted, a=test-only-change
|
2010-10-25 18:47:23 +02:00 |
|
Robert Sayre
|
c9964e0a70
|
Backed out changeset e393b9673207. ( Bug 573803 - add SSL WebSocket support to mochitest. r=ted )
|
2010-07-29 13:13:11 -07:00 |
|
Jonathan Griffin
|
fd0b5e28d8
|
Bug 573803 - add SSL WebSocket support to mochitest. r=ted
|
2010-07-29 10:23:58 -07:00 |
|
Jonathan Griffin
|
49f25de186
|
Bug 572570 - allow ssltunnel to detect WebSocket traffic via header inspection. r=ted
|
2010-07-28 10:55:36 -07:00 |
|
Jonathan Griffin
|
df583f3699
|
Bug 572570 - backed out changeset 90ade0c197ed due to linux m0 oranges
|
2010-07-26 16:01:06 -07:00 |
|
Jonathan Griffin
|
e8663cf449
|
Bug 572570 - make ssltunnel recognize WebSocket traffic via header inspection. r=ted
|
2010-07-26 14:40:08 -07:00 |
|
Jonathan Griffin
|
e6fdd7ae87
|
Bug 570789. Add WebSocket support to mochitest. r=ted
--HG--
extra : rebase_source : 2e33d054a13824d1a7e527777383820946684c3f
|
2010-06-16 22:38:55 -07:00 |
|
Honza Bambas
|
832c15d6d8
|
Bug 564975 - Intermittent test_bug455367.html | Test timed out, added larger timeout, r=ted
|
2010-05-21 22:43:09 +02:00 |
|
Daniel Holbert
|
93ae0c56d7
|
Bug 539585: Fix warning "warning: format '%p' expects type 'void *'" in mochitests' ssltunnel.cpp file. r=waldo
|
2010-02-02 16:29:19 -08:00 |
|
Honza Bambas
|
dc6d2a4e2f
|
Bug 517938 - Test timed out in security/ssl/mixedcontent, r=ted
|
2010-01-26 14:33:03 +01:00 |
|
Honza Bambas
|
f1dd0fc5ee
|
Bug 517938 - Yet more logging added to ssltunnel, only test infrastructure change
|
2010-01-18 20:58:59 +01:00 |
|
Honza Bambas
|
2d657ea66d
|
Bug 517938 - added more ssl tunnel logging, only test infrastructure change
|
2010-01-16 16:29:59 +01:00 |
|
Dave Townsend
|
e58a2693ec
|
Bug 538008: SSLTunnel won't startup if a previous instance was killed with sockets still opened. r=ted
|
2010-01-05 21:10:47 -08:00 |
|
Honza Bambas
|
3090371b84
|
Bug 517938 - Added logging to ssltunnel to figure this bug out, no review, just no-affect test changes
|
2009-12-28 19:50:34 +01:00 |
|
Honza Bambas
|
365ae4c98d
|
backout a707bf69e7a0
|
2009-12-28 17:20:01 +01:00 |
|
Honza Bambas
|
21fe505380
|
Bug 517938 - Added logging to ssltunnel to figure this bug out, no review, just no-affect test changes
|
2009-12-28 16:55:16 +01:00 |
|
Honza Bambas
|
fd4ae1cbce
|
Bug 522684 - Test timed out for /tests/security/ssl/mixedcontent/test_bug472986.html, fixing another ssltunnel hang, r=ted
|
2009-10-31 13:53:54 +01:00 |
|
Honza Bambas
|
edc85aff59
|
Bug 507370 - updated comment
|
2009-08-17 19:25:35 +02:00 |
|
Honza Bambas
|
46761e528c
|
Bug 507370 - ssltunnel may hang with 100% CPU load, breaking the tests execution, r=ted
|
2009-08-17 18:41:27 +02:00 |
|
Honza Bambas
|
1408264dcb
|
Bug 507370 - ssltunnel may hang with 100% CPU load, breaking the tests execution, r=ted.mielczarek, a=beltzner
|
2009-08-06 16:29:26 +02:00 |
|
timeless@mozdev.org
|
25485b9128
|
Bug 499994 Use unsigned const integers in ssltunnel for things that should never be signed
r=ted
|
2009-06-24 22:16:00 +02:00 |
|
Arpad Borsos
|
a56370e043
|
Bug 467948 - fix some deprecated conversion from string constant warnings; r=dbaron
|
2009-05-26 10:53:15 +02:00 |
|
Hiroyuki Ikezoe
|
71dcf398e9
|
Bug 483799. Avoid std::max in Windows CE. r=jwalden
|
2009-05-18 10:29:02 +12:00 |
|
Dave Townsend
|
4337f12680
|
Bug 435743: Add untrusted and self signed https servers to the test server. r=ted
|
2009-01-21 11:01:00 +00:00 |
|
Honza Bambas
|
35307ffa2f
|
Bug 468087 - Cannot add new https hosts to Mochitest, r=jwalden
|
2009-01-15 21:17:34 +01:00 |
|
Honza Bambas
|
2894d13353
|
Bug 456001 - Need automated testing for SSL client auth, r=jwalden
|
2009-01-15 20:19:15 +01:00 |
|
Honza Bambas
|
694a68eacc
|
Backing out bug 468087 and bug 456001
|
2009-01-12 21:47:31 +01:00 |
|
Honza Bambas
|
6cc176fe6d
|
Bug 468087 - Cannot add new https hosts to Mochitest, r=jwalden
|
2009-01-12 20:16:38 +01:00 |
|
Honza Bambas
|
2973bcdae4
|
Bug 456001 - Need automated testing for SSL client auth, r=jwalden
|
2009-01-12 20:14:40 +01:00 |
|
Jeff Walden
|
467441f46e
|
Fix some warnings blamed on me that were pointed out by bsmedberg's warning-blame scripts. Trivial change, no review, testingonly anyway
|
2008-12-22 10:58:09 -08:00 |
|
Arpad Borsos
|
c72ef7d248
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
|