Andrea Marchesini
baa0ead999
Bug 930450 - Setting port to the empty string should set URL's port to the default value. Setting it to "0" should set URL's port to 0., r=bz, r=honzab
2014-01-04 20:42:42 +00:00
Ehsan Akhgari
ac73237d97
Merge m-c into inbound
2014-01-04 12:14:57 -05:00
Ehsan Akhgari
eaa7491d77
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
...
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Steve Workman
c07bb2996a
Bug 947391 - Add test for HTTP response timeouts r=mcmanus
2013-12-18 15:03:48 -08:00
Ryan VanderMeulen
551f4e8d70
Backed out changesets 58db1fb509be and 7301ccf7e0be (bug 947391) for Android xpcshell orange.
2013-12-18 19:41:29 -05:00
Steve Workman
61fc702a07
Bug 947391 - Add test for HTTP response timeouts r=mcmanus
2013-12-18 15:03:48 -08:00
Gregory Szorc
461b5aef7e
Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
...
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.
We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.
--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Jason Duell
3b0bd1832e
Bug 945066: remote nsIDNSService to child. r=jdm
...
* * *
bug 945066. Fix windows bustage. r=jduell
2013-12-11 11:03:51 -08:00
Carsten "Tomcat" Book
a7de8ea634
Backed out changeset 3072c9af15b3 (bug 945066) for fixing bustage on a CLOSED TREE
2013-12-11 11:51:35 +01:00
Jason Duell
78c1377587
Bug 945066: Make nsIDNSService work on child processes. r=jdm
2013-12-11 01:37:57 -08:00
Jim Chen
e28a3aa78c
Bug 942470 - Don't apply user agent update if updates have been disabled. r=fabrice
2013-12-06 10:22:18 -05:00
Phil Ringnalda
bb72c964ac
Bug 942470 - Disable test_user_agent_updates.html for intermittently failing to unset its override of the UA string, breaking other tests
2013-12-02 22:15:10 -08:00
Phil Ringnalda
7dec953f3a
Bug 942470 - Disable test_user_agent_updates.html for intermittently failing to unset its override of the UA string, breaking other tests
...
CLOSED TREE
2013-12-02 19:24:30 -08:00
Ryan VanderMeulen
08fd5ddf08
Backed out changeset 13c1b3a2d135 (bug 880625) for xpcshell failures.
2013-12-02 13:07:46 -05:00
Sumit Agrawal
663355f5a6
Bug 928321 - Implement a variant of safe-file-output-stream that doesn't flush by default. r=Yoric
2013-12-02 12:51:25 -05:00
Simone Carletti
5167fa13f9
Bug 880625 - Updates to the PSL (A-C). r=gerv
...
This patch also includes an update for the test suite (Bug 943800).
2013-12-02 11:53:32 -05:00
Honza Bambas
80d9b73534
Bug 922741 - make callbacks iteration in CacheEntry smarter, r=michal
2013-11-20 23:20:17 +01:00
Benjamin Smedberg
04357a9dd8
Bug 672843 part D2 - Fix the xpconnect exception code and Components.results to prefer the name NS_ERROR_ILLEGAL_VALUE over the other synonyms. Fix a few tests that rely on exception names to use exception values instead. r=bholley
2013-11-20 11:46:18 -05:00
Robert Bindar
031932d1e1
Bug 923686 - Refactor about:networking return values. r=hurley
2013-11-20 09:29:01 -05:00
Mike Hommey
b18be7aacd
Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal
2013-11-19 11:47:43 +09:00
Mike Hommey
f0d1cd1e10
Bug 939044 - Remove most definitions of MODULE. r=mshal
2013-11-19 11:47:39 +09:00
Mike Hommey
b73ed76683
Bug 939042 - Remove library building related variables in directories that build no C/C++ sources. r=mshal
2013-11-19 11:47:29 +09:00
Makoto Kato
8747148f14
Bug 935499. r=honzab
2013-11-16 18:30:12 +09:00
Dan Auerbach
10f9db770c
Bug 822869 - Expand user options and limit default behavior for sending of HTTP referers. r=jduell
2013-11-15 21:46:37 -05:00
Shih-Chiang Chien
2c9fa60ce7
Bug 938492 - Correct contractID and interface name, remove obsolete test file. r=mcmanus
2013-11-14 15:26:50 -05:00
Steve Workman
7cdcffad49
Bug 853423 - Tests to verify speculative connection are blocked for local IP addresses r=mcmanus
2013-11-10 23:00:12 -08:00
Zack Weinberg
70f6a2b085
Bug 933494: add public suffix list tests for internationalized domain names. r=gerv
2013-11-07 14:10:58 -05:00
Carsten "Tomcat" Book
6c46faf206
merge b2g-inbound to mozilla-central
2013-11-07 15:50:39 +01:00
Mike Hommey
53e380d1ff
Bug 935387 - Remove non recursed install targets. r=mshal
2013-11-07 10:37:45 +09:00
Shih-Chiang Chien
a3ff2ad0ac
Bug 869869 - Part 1, change nsUDPServerSocket to nsUDPSocket, r=mcmanus.
...
--HG--
rename : netwerk/base/public/nsIUDPServerSocket.idl => netwerk/base/public/nsIUDPSocket.idl
rename : netwerk/base/src/nsUDPServerSocket.cpp => netwerk/base/src/nsUDPSocket.cpp
rename : netwerk/base/src/nsUDPServerSocket.h => netwerk/base/src/nsUDPSocket.h
2013-05-10 20:00:22 +08:00
Mike Hommey
0b53da458d
Bug 933135 - Treat SIMPLE_PROGRAMS more like PROGRAM. r=mshal
2013-11-02 08:43:55 +09:00
Nicholas Hurley
6e67f40ff4
Bug 881804 (part 1) - Add support for predictive network actions. r=mcmanus f=honzab sr=biesi
2013-10-25 14:56:51 -07:00
Mike Hommey
f1c0c07862
Bug 929905 - Consolidate sources in moz.build. r=gps
2013-10-25 08:23:05 +09:00
Simon Montagu
a1e2ce99aa
Add new bidi control characters defined in Unicode 6.3. Bug 922530, r=jfkthame
2013-10-02 16:07:02 +03:00
Mike Hommey
80c623bb6a
Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps
2013-10-24 08:05:43 +09:00
Ms2ger
23468aaa57
Bug 908142 - Part e: Move FAIL_ON_WARNINGS to moz.build in netwerk/test/; r=gps
2013-10-20 09:25:19 +02:00
Bill McCloskey
8aadebe81f
Bug 924259 - Fix error message when httpd.js is already running (r=Waldo)
2013-10-10 10:52:12 -07:00
Patrick McManus
367823b7df
bug 777354 - make httpd.js shutdown quickly with idle never used sockets r=jduell
2013-10-10 01:28:52 -04:00
Paolo Amadini
c17789f1b3
Bug 920017 - Race condition in BackgroundFileSaver when setTarget is called multiple times in append mode. r=mcmanus
2013-10-09 10:13:49 +02:00
Patrick McManus
05abe9d6ea
bug 911325 - detect mismatch between 206 content-range and 200 content-length r=jduell
2013-10-08 00:19:54 -04:00
Honza Bambas
5f366dd306
Bug 913814: Fix test_304_responses.js to not be dependent on random GC forcement, r=michal
2013-10-07 18:58:39 +02:00
Ms2ger
ae8c899faf
Merge m-c to inbound.
2013-10-03 11:09:17 +02:00
Ms2ger
9d5ce8dfb7
Bug 922268 - Remove empty makefiles; r=gps
2013-10-03 09:10:00 +02:00
Jim Chen
46b7d465c9
Bug 897221 - Add test for UserAgentUpdates.jsm; r=fabrice
2013-10-02 20:33:27 -04:00
Patrick McManus
3d6d1dc72c
bug 922109 - spdy/3 settings frame does not restart window starved streams r=hurley
2013-10-01 17:48:06 -04:00
Christoph Kerschbaumer
70945e61e7
Bug 897516 - Implement a separate cookie jar for safebrowsing - tests. r=mmc
2013-08-19 12:25:31 -07:00
Gregory Szorc
f0bcf1241b
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:06 +02:00
Gregory Szorc
c44d9c8614
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
2013-09-30 09:51:57 +02:00
Ed Morley
eae8f15a4a
Backed out changeset 77bff106b704 (bug 920223)
2013-09-30 12:50:12 +01:00
Ed Morley
5e3c678fac
Backed out changeset 8b02873ee07e (bug 920223)
2013-09-30 12:50:05 +01:00
Gregory Szorc
18c2c27094
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:06 +02:00
Gregory Szorc
3d0a157ac2
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
2013-09-30 09:51:57 +02:00
Steve Workman
72e868b2cc
Backout 6a84bba784c9 and df399d443e57 (Bug 853423) for xpcshell failures
2013-09-28 16:20:59 -07:00
Steve Workman
f47373cfc5
Bug 853423 - Tests to verify speculative connection are blocked for local IP addresses r=mcmanus
2013-09-28 15:00:20 -07:00
Steve Workman
1c9de47177
Backout 736a590cb652 and 0c409a9f58c9 (Bug 853423) due to xpcshell failures
2013-09-28 12:37:30 -07:00
Steve Workman
6f48aab55b
Bug 853423 - Tests to verify speculative connections are blocked for local IP addresses r=mcmanus
2013-09-28 11:08:18 -07:00
Patrick McManus
3bc3ebe322
bug 912550 - remove spdy/2 r=hurley
2013-09-27 13:55:24 -04:00
Carsten "Tomcat" Book
c6fd0a2d3a
Backed out changeset b4f4c2e6a7d6 (bug 897516) failed XPC Shell tests
2013-09-27 15:45:07 +02:00
Christoph Kerschbaumer
89d267b4d5
Bug 897516 - Implement a separate cookie jar for safebrowsing - tests. r=mmc
2013-08-19 12:25:31 -07:00
Patrick McManus
34b0da7c85
bug 918265 - deal with long www-authenticate fields r=sworkman
...
--HG--
extra : rebase_source : 55e06159aa7f6464c07d3736580af26090a87179
2013-09-26 14:54:59 -04:00
Honza Bambas
1c8e674341
Bug 919087 - Intermittent TEST-UNEXPECTED-FAIL | test_cache2-22-anon-visit.js, r=michal
2013-09-25 16:42:17 +02:00
Gregory Szorc
160a20817c
Bug 901990 - Part 2: Upgrade xpcshell manifests; r=ted
...
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell-unpack/head_unpack.js => toolkit/mozapps/extensions/test/xpcshell/head_unpack.js
2013-09-24 11:50:08 -07:00
Ehsan Akhgari
b91ba4ba3a
Bug 919341 - Minimize the #includes in xpcom/ IDL files; r=bsmedberg
2013-09-23 13:29:27 -04:00
Ehsan Akhgari
a2b69d5030
Bug 919296 - Minimize the #includes in netwerk/ IDL files; r=mcmanus
2013-09-22 23:35:05 -04:00
Ed Morley
5e4e53c436
Bug 913807 - Fix up merge conflicts
2013-09-20 12:33:47 +01:00
Ed Morley
4a3427461b
Merge mozilla-central and inbound
2013-09-20 10:55:03 +01:00
Ed Morley
0b498129ee
Merge latest green inbound changeset and mozilla-central
2013-09-20 10:18:21 +01:00
Ed Morley
107311fe95
Merge mozilla-central and fx-team
2013-09-19 16:27:11 +01:00
Honza Bambas
da53acf440
Bug 913807 - HTTP cache v2: API+top service+integration+tests, off by default, r=michal+ehsan+mark.finkle+fabrice+mhammond+gavin
2013-09-20 11:11:25 +02:00
Robert Bindar
aef14ce337
Bug 915090 - Ping test and local servers for reaching tests. r=mcmanus
2013-09-19 08:50:21 -04:00
Mike Hommey
7371888973
Bug 917086 - Disallow DIRS, PARALLEL_DIRS and TEST_DIRS under TOOL_DIRS and TEST_TOOL_DIRS, and adapt moz.build files accordingly. r=gps
...
Also mark TOOL_DIRS/TEST_TOOL_DIRS directories in backend.mk and recurse them normally instead of forcing make -C dir libs for them.
2013-09-19 07:43:02 +09:00
David Keeler
90fbdbf5d1
bug 913092 - remove unnecessary nsIPermissionManager in TestSTSParser r=mcmanus
2013-09-17 15:47:01 -07:00
Ryan VanderMeulen
449cad53d5
Backed out changeset 9fa8dd98a23c (bug 911325) for Android Armv6 xpcshell orange.
...
CLOSED TREE
2013-09-17 21:56:51 -04:00
Patrick McManus
947b301aa8
bug 911325 - detect mismatch between 206 content-range and 200 content-length r=jduell
2013-09-17 18:44:03 -04:00
Simone Carletti
e248caa61d
Bug 910095 - update .sv and .om in PSL, and relevant test. r=gerv.
...
--HG--
extra : rebase_source : a6866a18f959f15af84640e1efa935b1e16ca415
2013-09-17 17:51:49 +01:00
Ehsan Akhgari
e405bd80a2
Bug 917266 - Remove some unneeded code in netwerk/; r=mcmanus
2013-09-17 12:38:55 -04:00
Birunthan Mohanathas
eefecb0ae1
Bug 784739 - Switch from NULL to nullptr in netwerk/ (2/2); r=ehsan
2013-09-19 15:29:27 -04:00
Ryan VanderMeulen
982559c42b
Merge m-c to inbound.
2013-09-11 22:20:33 -04:00
Robert Bindar
45b7d4594d
Bug 912103 - Tests for about:networking - http, dns, sockets, and websockets. r=valentin.gosu
2013-09-11 09:49:51 -04:00
Jim Blandy
44724c65c2
Bug 913848: Attempt to fix intermittent test_unix_domain.js timeout with MOAR ASYNC. r=mayhemer
...
This patch makes the tests avoid expecting data from the client to be
available to the server immediately upon accepting a connection; instead,
the server uses asyncWait to receive those first bytes. This changes both
test_echo and test_connect_permission.
I've pushed this through the try server twice, and it didn't hang. In
either case, it adds a few more do_prints to give me more clues about the
source of the problem.
2013-09-11 14:00:19 -07:00
Wes Kocher
2b1697dede
Backed out changeset 88fd66b4944c (bug 897221)
2013-09-09 15:50:32 -07:00
Jim Chen
61597cacd1
Bug 897221 - Add test for UserAgentUpdates.jsm; r=fabrice
2013-09-09 15:47:47 -04:00
Jim Chen
58bde26ed5
Bug 897221 - Initialize UserAgentUpdates.jsm inside UserAgentOverrides; r=fabrice
2013-09-09 15:47:47 -04:00
Jim Blandy
3ce8b0ca6a
Bug 892114: Add support for Unix domain sockets to nsIServerSocket.idl and @mozilla.org/network/server-socket;1. r=mayhemer
2013-09-06 08:06:23 -07:00
Jim Blandy
544b219f25
Bug 899757: Make nsServerSocket::InitWithAddress provide more detailed error results. r=mayhemer, r=ted
...
I looked through the NSPR socket creation functions that InitWithAddress
uses to see which errors they could return, and placed appropriate comments
in ErrorAccordingToNSPR.
The test coverage is not great; in particular, I wasn't able to find a way
to elicit "address in use" errors from Windows (although I could from
Linux); the web says that Windows is much more relaxed about binding
listening sockets than Unix derivatives. I'm interested in suggestions.
2013-09-06 08:06:22 -07:00
Mike Hommey
05b3f24e0e
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Sahil Chelaramani
0bfcb9e6b0
Bug 909283 - Change all occurances of yield to (yield undefined) in test_cache_jar.js. r=jdm
2013-08-30 23:08:44 -04:00
Geoff Brown
5a46efbe2b
Bug 865006 - (4) Add more xpcshell tests for android; r=jmaher
2013-08-25 10:58:31 -06:00
Geoff Brown
b35d3fe181
Bug 905344 - Change server port to -1 in test_load_module.js; r=waldo
2013-08-23 09:11:34 -06:00
Jim Chen
800f5d9ffd
Bug 901085 - Add test for UserAgentOverrides.jsm; r=dao
2013-08-22 14:41:43 -04:00
Patrick McManus
36d43a2d51
bug 750932 - multipart delimiter check r=jduell
2013-08-22 08:52:50 -04:00
Makoto Kato
9d06ff2f05
Bug 901820 - Part 1. replace nsCRT::strdup with strdup. r=bsmedberg
2013-08-22 19:31:48 +09:00
Ms2ger
66214743ad
Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps
2013-08-22 08:55:59 +02:00
Christian Holler
d19b8c335a
Bug 905636 - Disable a netwerk xpcshell test under ASan. r=jduell
2013-08-15 18:18:39 +02:00
Mihnea Dobrescu-Balaur
1fd9cbedbe
Bug 906106 - Make test_file_protocol.js use do_get_tempdir. r=ted
2013-08-16 10:43:46 -07:00
Ms2ger
4579943f93
Bug 897909 - Cleanup some SIMPLE_PROGRAMS; r=gps
...
* * *
FOLD
2013-08-14 09:00:13 +02:00
David Keeler
f6f47c149c
bug 887052 - refactor nsISiteSecurityService for multiple headers r=cviecco r=mcmanus r=jst sr=jst
2013-08-02 16:23:18 -07:00
David Keeler
e02475356e
bug 887052 - rename nsIStrictTransportSecurityService to nsISiteSecurityService for refactoring r=cviecco r=mcmanus r=jst sr=jst
...
--HG--
rename : netwerk/base/public/nsIStrictTransportSecurityService.idl => netwerk/base/public/nsISiteSecurityService.idl
rename : security/manager/boot/src/nsStrictTransportSecurityService.cpp => security/manager/boot/src/nsSiteSecurityService.cpp
rename : security/manager/boot/src/nsStrictTransportSecurityService.h => security/manager/boot/src/nsSiteSecurityService.h
2013-08-02 15:48:37 -07:00
Ryan VanderMeulen
e91e143e66
Backed out changesets 5f8a88c6d0c8 and 97fcb5a154d8 (bug 887052) for OSX mochitest-other orange.
...
--HG--
rename : netwerk/base/public/nsISiteSecurityService.idl => netwerk/base/public/nsIStrictTransportSecurityService.idl
rename : security/manager/boot/src/nsSiteSecurityService.cpp => security/manager/boot/src/nsStrictTransportSecurityService.cpp
rename : security/manager/boot/src/nsSiteSecurityService.h => security/manager/boot/src/nsStrictTransportSecurityService.h
2013-08-05 16:18:06 -04:00
David Keeler
a746ca39ba
bug 887052 - refactor nsISiteSecurityService for multiple headers r=cviecco r=mcmanus r=jst sr=jst
2013-07-01 10:49:40 -07:00