Brian Smith
cbbae4e698
Bug 804441: Put our NSPR and NSS header wrappers before OS_INCLUDES, r=ted
...
This allows inline functions in headers to call NSPR/NSS functions without
causing linking errors.
--HG--
extra : rebase_source : f89df8a53d6e8f624c84fc3b84982c4dd92d5f38
2012-10-24 14:31:54 -07: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
Mike Hommey
70d7c821af
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +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
Ed Morley
cb7a1ae33e
Bug 654719 - Remove WinCE code from testing/* ; r=cjones
2011-05-06 11:41:19 -07:00
Ryan VanderMeulen
5de9ca5fd4
Bug 578546 - Fix more MSVC warning spam by removing unneeded declarations. r=cjones a=benjamin
2010-11-16 10:21:53 +01: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
Chris Jones
a8c5a07cbb
Bug 551254: Allow reviewed+approved STL headers to be included through <foo>. (<algorithm> and <vector> are provisionally in the list because of their use in libpr0n, but need to be reviewed in followup bug 556700 and bug 556701). r=ehsan,ted,zwol
2010-04-02 12:58:11 -05:00
Chris Jones
d17ed699f3
Backed out changeset cec7b12eb5e3
2010-04-02 13:20:22 -05:00
Chris Jones
f4b0fe954c
Bug 551254: Allow reviewed+approved STL headers to be included through <foo>. (<algorithm> and <vector> are provisionally in the list because of their use in libpr0n, but need to be reviewed in followup bug 556700 and bug 556701). r=ehsan,ted,zwol
2010-04-02 12:58:11 -05: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
Benjamin Smedberg
ba372f3a4c
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
2009-08-25 08:59:31 -07: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
Hiroyuki Ikezoe
9ff72993b7
Bug 487694 - "unable to build ssltunnel and some xpcom/test files due to CxxFrameHandler linkage" (Patch for ssltunnel.exe) [r=jwalden+bmo]
2009-06-14 01:51:37 -07: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