Valentin Gosu ext:(%2C%20Jason%20Duell%20%3Cjduell.mcbugs%40gmail.com%3E%2C%20Ms2ger%20%3CMs2ger%40gmail.com%3E)
|
79b6b7fa0b
|
Bug 745296 - Enable FAIL_ON_WARNINGS in more of /netwerk r=jduell
|
2012-08-25 11:19:00 -07:00 |
|
Masatoshi Kimura
|
ccb46c9985
|
Bug 779845 - Import PSL test from http://publicsuffix.org/list/test.txt. r=gerv.
|
2012-08-24 14:57:51 +01:00 |
|
Masatoshi Kimura
|
667034f97f
|
Bug 779845 - Update the PSL test to catch up with the .jp PSL update and fix test's bug about unlisted TLD. r=gerv.
|
2012-08-24 14:56:38 +01:00 |
|
Masatoshi Kimura
|
df6e8f259a
|
Bug 779845 - Import PSL test from http://publicsuffix.org/list/test.txt. r=gerv.
|
2012-08-24 14:56:05 +01:00 |
|
Ms2ger
|
789db6da1e
|
Revert to changeset e048ac9eb279 for bustage.
|
2012-08-24 15:44:54 +02:00 |
|
Masatoshi Kimura
|
f3e77b149a
|
Bug 779845 - Incorporate the PSL test into our test system. r=bsmith.
|
2012-08-24 14:03:15 +01:00 |
|
Masatoshi Kimura
|
7d19f74fc3
|
Bug 779845 - Update the PSL test to catch up with the .jp PSL update and fix test's bug about unlisted TLD. r=gerv.
|
2012-08-24 14:02:25 +01:00 |
|
Masatoshi Kimura
|
9184658668
|
Bug 779845 - Import PSL test from http://publicsuffix.org/list/test.txt. r=gerv.
|
2012-08-24 14:01:43 +01:00 |
|
Mark Capella
|
a2d27e5a14
|
Bug 772272 - Remove do_load_httpd_js from xpcshell tests, Final, r=ted
Remove last three references, final cleanup
|
2012-08-23 08:16:44 -04:00 |
|
Ehsan Akhgari
|
a8a14f9163
|
Merge the landing of bug 579517 to mozilla-inbound
|
2012-08-22 12:12:15 -04:00 |
|
julian.reschke@gmx.de
|
af0b6eb296
|
Bug 781693 - Accept ';' as delimiter after 'base64' keyword. r=bz
|
2012-08-22 06:57:02 -04:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
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 |
|
Phil Ringnalda
|
b528f5812a
|
Bug 783738 - Use Components.results.NS_BINDING_ABORTED instead of hardcoding the value, r=gavin
|
2012-08-14 23:32:06 -07:00 |
|
Mark Capella
|
602a61a01d
|
Bug 772272 - Remove do_load_httpd_js from xpcshell tests, Netwerk, r=ted
|
2012-08-14 10:06:04 -04:00 |
|
Patrick McManus
|
bf2fc7df29
|
bug 780522 invalid port handling test case r=honzab
|
2012-08-09 20:38:37 -04:00 |
|
Ms2ger
|
8fcd7f8f16
|
Bug 780387 - Part d: Stop using PRFloat64; r=bsmedberg
|
2012-08-09 09:09:42 +02:00 |
|
Ms2ger
|
331accfcb4
|
Bug 780387 - Part b: Stop using PRIntn; r=bsmedberg
|
2012-08-09 09:09:40 +02:00 |
|
Patrick McManus
|
9da8009da8
|
bug 765048 - backout 3 digit accept-language q values r=biesi
|
2012-08-06 21:42:38 -04:00 |
|
Gregory Szorc
|
e92683a248
|
Bug 759664 - Register testing-only JS modules with mochitests; r=ted
|
2012-08-06 14:22:09 -07:00 |
|
Mike Hommey
|
c1b35e7b2a
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Michal Novotny
|
12788e4cf0
|
Bug 737615 - Remove use of synchronous cache API from unit tests - necko tests part2, r=honzab
|
2012-08-01 23:22:28 +02:00 |
|
Aryeh Gregor
|
2e7996f8d1
|
Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan
|
2012-07-27 16:59:29 +03:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Patrick McManus
|
5452bacad0
|
bug 767005 backout bug 235853 r=jduell
--HG--
extra : rebase_source : c5aee6699ad20b85c11d52ca70365d6adebaec7c
|
2012-07-24 22:40:34 -04:00 |
|
Mounir Lamouri
|
d890fdb95e
|
Bug 775817 - Update [most] tests to use the new permission manager api. r=sicking
|
2012-07-23 11:08:07 -07:00 |
|
Jason Duell
|
4cc41fe65d
|
Bug 775119 - e10s: implement nsILoadContext in ParentChannels, remove PrivateBrowsingConsumer r=jdm
|
2012-07-22 15:35:33 -07:00 |
|
Masatoshi Kimura
|
c9d6e58c80
|
Bug 435028 - IPv6 sites not reachable when using IPv4 SOCKS proxy. r=biesi
|
2012-07-20 20:19:37 -04:00 |
|
Patrick McManus
|
7a2776aa29
|
bug 770331 - always try and negotiate HTTP Keep-Alive r=biesi
--HG--
extra : rebase_source : d348e3ec56faa48fbed5c4f0f697dee6658e21b2
|
2012-07-20 08:40:13 -04:00 |
|
Michal Novotny
|
b8dd846650
|
Bug 769531 - Intermittent TEST-UNEXPECTED-FAIL | test/build/xpcshell/tests/netwerk/test/unit/test_304_responses.js | undefined == 304, r=bsmith
|
2012-07-18 01:07:59 +02:00 |
|
Felix Moeller
|
6b4e843fad
|
Bug 774240 - Data URI parsing mis-detects "base64" parameter as extension. r=rjesup
|
2012-07-16 20:38:47 -04:00 |
|
Thinker K.F. Li
|
f1aaa2b94e
|
Bug 767025 - Part 3: Testcase. r=gal
|
2012-07-16 20:38:47 -04:00 |
|
Honza Bambas
|
1cae6b45ae
|
Bug 760067 - Release all OfflineCache custom profile files ASAP after custom profile cache update has finished, r=michal
|
2012-07-11 20:20:17 +02:00 |
|
Michal Novotny
|
02c67a9fac
|
Bug 737615 - Remove use of synchronous cache API from unit tests - minor fixies in necko tests, r=bsmith
|
2012-07-11 11:18:00 +02:00 |
|
Ryan VanderMeulen
|
d803ddbb37
|
Backout 2838ba825479, 991404facac2, 7f6e22f10b99, 30a4e0cf7130, ad2c42efbe57, and 1f07f04ec01d (Bug 760067, Bug 767096, Bug 765158, Bug 729182) due to xpcshell orange.
|
2012-07-10 19:21:54 -04:00 |
|
Josh Aas
|
9522e82e53
|
Bug 769782: Remove synchronous DNS resolution in network tests. r=mcmanus
|
2012-07-10 18:23:07 -04:00 |
|
Honza Bambas
|
e2a8bfcd65
|
Bug 760067 - Release all OfflineCache custom profile files ASAP after custom profile cache update has finished, r=michal
|
2012-07-10 23:49:17 +02:00 |
|
Ryan VanderMeulen
|
54b1ac51b6
|
Merge m-c to inbound.
|
2012-07-09 20:53:11 -04:00 |
|
Gregory Szorc
|
f7ca1169f8
|
Merge mozilla-central into services-central
|
2012-07-03 09:55:45 -07:00 |
|
Richard Newman
|
096b184aab
|
Merge m-c to s-c.
|
2012-06-29 23:45:13 -07:00 |
|
Gregory Szorc
|
86b0a7581c
|
Bug 755196 - Allow httpd.js to be loaded as a testing module; r=mcmanus
|
2012-06-29 13:28:04 -07:00 |
|
Brian Smith
|
f08389ffdb
|
Bug 761228: Fix 304 response handling for custom conditional responses to prevent crash, r=jduell
--HG--
extra : rebase_source : 26494ad6bf23c3290f74fdd6ffc21a1db0b7f429
|
2012-06-28 12:34:32 -07:00 |
|
Brian Smith
|
ec6590bcd5
|
Backout change to netwerk/test/unit/test_bug651100.js from the patch for Bug 737615, a=bustage
--HG--
extra : rebase_source : 50d718395cafa292025452bb01a94fec9f4ae216
|
2012-06-28 19:39:48 -07:00 |
|
Paul Adenot
|
d49383d722
|
Bug 767087 - xpcshell test r=jduell
|
2012-06-26 10:35:00 -07:00 |
|
Nathan Froyd
|
5b30baa4c3
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
|
Michal Novotny
|
8f74a5debf
|
Bug 737615: Replace usage of openCacheEntry with asyncOpenCacheEntry in Necko unit tests, r=bsmith
--HG--
extra : rebase_source : 626a90178480b47f24956a86914fdc3e76cbd20b
|
2012-06-12 14:23:32 -07:00 |
|
Brian Smith
|
262448ab75
|
Bug 760955 - Fix null pointer dereference in mozilla::net::nsHttpChannel::InstallOfflineCacheListener, r=hurley
--HG--
extra : rebase_source : 7cc662e898a48b05836441591b72587d8e988b2f
|
2012-06-12 14:25:24 -07:00 |
|
Boris Zbarsky
|
fb375c3a73
|
Bug 558220 part 2. Fix a bug in the test HTTP header that caused it to misread headers when a packet boundary fell between the CR and LF at the end of a header value. r=waldo
|
2012-06-28 00:26:13 -04:00 |
|
Boris Zbarsky
|
ce9b6f7413
|
Bug 558220 part 1. Add more debugging spew to the test HTTP server. r=waldo
|
2012-06-28 00:26:12 -04:00 |
|
Ehsan Akhgari
|
c8be8664d9
|
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 |
|
Julian Reschke
|
3bf0f02026
|
Bug 732369 - Content-Disposition parser does not require presence of ";" between params. r=jduell
|
2012-06-07 22:57:00 -07:00 |
|