Patrick McManus
|
668c6ed7d4
|
bug 975750 - remove httpdatausage r=jduell
|
2014-02-25 20:39:08 -05:00 |
|
Patrick McManus
|
596832f11f
|
bug 973207 - revert 905460 for nightly crashes r=backout
|
2014-02-17 13:53:25 -05:00 |
|
Patrick McManus
|
7f951d721e
|
bug 905460 - necko cleanups: manual ref counts, 32 bit formatters, whitespace r=sworkman
|
2014-01-17 17:06:25 -05:00 |
|
Ehsan Akhgari
|
860f2c1f29
|
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
|
2014-02-10 17:57:01 -05:00 |
|
Steve Workman
|
c062553793
|
Bug 444328 - Enable TCP Keepalive for short and long-lived HTTP Connections (exc. SPDY, WebSockets) r=mcmanus
|
2014-02-06 11:51:38 -08:00 |
|
Andrea Marchesini
|
cb97f6b653
|
Bug 952084 - Porting nsIDOMMozConnection to WebIDL, r=ehsan, r=bz
|
2014-01-16 11:53:48 +01:00 |
|
Patrick McManus
|
2251efde7c
|
bug 950768 - http/2-draft08 pref off r=hurley r=mcmanus
|
2013-10-09 17:21:49 -07:00 |
|
Patrick McManus
|
d93b7ba831
|
bug 957093 - namespace consistency for netwerk/protocol/http r=sworkman
|
2014-01-07 17:05:56 -05:00 |
|
Ehsan Akhgari
|
86c8e10b97
|
Merge m-c into inbound
|
2014-01-04 12:14:57 -05:00 |
|
Ehsan Akhgari
|
68bfe70f09
|
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
|
9871740678
|
Bug 947391 - Add a timeout for initial HTTP responses r=mcmanus
|
2013-12-18 15:03:48 -08:00 |
|
Isura Edirisinghe
|
fb55bf3571
|
Bug 676907 - Refactor (replace) calls to Gestalt because it is deprecated in OS X 10.8 and will not work in after 10.9. r=BenWa
|
2013-12-19 11:42:19 -05:00 |
|
Ryan VanderMeulen
|
ce5f1fd328
|
Backed out changesets 58db1fb509be and 7301ccf7e0be (bug 947391) for Android xpcshell orange.
|
2013-12-18 19:41:29 -05:00 |
|
Steve Workman
|
7d1e4f72c2
|
Bug 947391 - Add a timeout for initial HTTP responses r=mcmanus
|
2013-12-18 15:03:48 -08:00 |
|
Honza Bambas
|
977ac18adf
|
Bug 917432 - hook to webapps-clear-data notification, r=michal
|
2013-11-20 23:20:16 +01:00 |
|
Patrick McManus
|
4b1ad97eeb
|
bug 937612 - speculative connect after shutdown r=mayhemer
|
2013-11-16 08:54:44 -05:00 |
|
Patrick McManus
|
c08976c13f
|
Bug 937867 - typo of mCriticalRequestPrioritization r=hurley
|
2013-11-13 08:31:20 -05:00 |
|
Dan Auerbach
|
595ced3038
|
Bug 822869 - Expand user options and limit default behavior for sending of HTTP referers. r=jduell
|
2013-11-15 21:46:37 -05:00 |
|
Masatoshi Kimura
|
c1d9d45882
|
Bug 925599 - Suppress warning in netwerk/. r=mcmanus
|
2013-10-18 07:25:23 +09:00 |
|
Patrick McManus
|
b35d498cab
|
bug 912550 - remove spdy/2 r=hurley
|
2013-09-27 13:55:24 -04:00 |
|
Patrick McManus
|
735cad0706
|
bug 912549 - spdy/3.1 r=hurley
|
2013-07-26 17:22:46 -04:00 |
|
Patrick McManus
|
b69052864e
|
bug 904170 - telemetry for daily http data consumption r=jduell
|
2013-09-22 23:01:10 -04:00 |
|
Ehsan Akhgari
|
deb5a6a21b
|
Bug 919320 - Minimize the #includes in netwerk/protocol; r=mcmanus
|
2013-09-22 23:35:52 -04:00 |
|
Phil Ringnalda
|
cc8c1ac87a
|
Back out c93c3f52689c (bug 904170) for b2g desktop bustage
CLOSED TREE
|
2013-09-22 20:21:26 -07:00 |
|
Patrick McManus
|
33b4ff1761
|
bug 904170 - telemetry for daily http data consumption r=jduell
|
2013-09-22 23:01:10 -04:00 |
|
Honza Bambas
|
a55f8e6460
|
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 |
|
Ehsan Akhgari
|
a1ae335490
|
Bug 917266 - Remove some unneeded code in netwerk/; r=mcmanus
|
2013-09-17 12:38:55 -04:00 |
|
Doug Turner
|
7767c0773f
|
Bug 906072 - Remove Maemo port. r=romaxa, r=ted, r=johns
|
2013-08-25 16:56:53 -07:00 |
|
Makoto Kato
|
934afcb9d3
|
Bug 901820 - Part 1. replace nsCRT::strdup with strdup. r=bsmedberg
|
2013-08-22 19:31:48 +09:00 |
|
Patrick McManus
|
3882d36a53
|
bug 907960 - backout 905460 r=backout
|
2013-08-21 21:01:19 -04:00 |
|
Patrick McManus
|
2e36e20747
|
bug 905460 - make http objects use smart pointers r=sworkman
|
2013-08-14 21:05:47 -04:00 |
|
Patrick McManus
|
a0aea7ae61
|
bug 897503 - part 3 several nsHttpHandler nsCOMPtrs need to be nsMainThreadPtrHandle r=sworkman
|
2013-08-13 15:36:59 -04:00 |
|
Robert Bindar
|
eef6d589bd
|
bug 835357 - Add telemetry to measure whether DNT is used or not. r=jduell
|
2013-08-08 08:49:14 -07:00 |
|
David Keeler
|
d985c7e89f
|
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
|
55fb9d787e
|
bug 887052 - rename nsIStrictTransportSecurityService to nsISiteSecurityService for refactoring r=cviecco r=mcmanus r=jst sr=jst
|
2013-08-02 15:48:37 -07:00 |
|
Ryan VanderMeulen
|
eb1e4c2206
|
Backed out changesets 5f8a88c6d0c8 and 97fcb5a154d8 (bug 887052) for OSX mochitest-other orange.
|
2013-08-05 16:18:06 -04:00 |
|
David Keeler
|
80d626efa5
|
bug 887052 - refactor nsISiteSecurityService for multiple headers r=cviecco r=mcmanus r=jst sr=jst
|
2013-07-01 10:49:40 -07:00 |
|
David Keeler
|
15736840cc
|
bug 887052 - rename nsIStrictTransportSecurityService to nsISiteSecurityService for refactoring r=cviecco r=mcmanus r=jst sr=jst
|
2013-07-01 09:30:11 -07:00 |
|
Dão Gottwald
|
336ad53234
|
Bug 728773 - Always freeze the build ID in the UA string at 20100101. r=bz sr=gerv
|
2013-08-02 00:50:45 +02:00 |
|
Joshua Cranmer
|
2bde801f36
|
Bug 884061 - Part 3q: Use NS_DECL_THREADSAFE_ISUPPORTS in netwerk/, r=macmanus
|
2013-07-18 21:24:13 -05:00 |
|
Boris Zbarsky
|
1890b76119
|
Bug 893004 part 2. Remove various no-longer-used XPCOM bits from Navigator, except the ones from nsIDOMNavigator. r=smaug
|
2013-07-17 23:23:52 -04:00 |
|
Patrick McManus
|
84ca191bc5
|
bug 888268 - wifi tickler for mitigating 802.11 psp mode on android r=dougt
|
2013-07-11 11:39:36 -04:00 |
|
Jason Duell
|
1c8005d335
|
Bug 558623 - Split out HTTP LOG macro definition from nsHttp.h r=jdm
|
2013-06-22 09:01:06 -07:00 |
|
Jason Duell
|
994551dcc7
|
Bug 884200 - Ensure NSS is initiated on main thread. r=honza
|
2013-06-21 20:33:46 -07:00 |
|
Nick Hurley
|
6112cf8aa8
|
Bug 878594 - remove alternate-protocol support for spdy upgrades r=mcmanus
|
2013-06-06 09:10:33 -07:00 |
|
Jason Duell
|
068080ed95
|
Bug 879054: fix printf of status in HttpChannelParent. r=mcmanus
|
2013-06-04 16:32:31 -07:00 |
|
Patrick McManus
|
c1f809cc7d
|
bug 790388 part 3 - spdy/3 server push r=hurley
|
2013-05-29 00:07:03 -04:00 |
|
Patrick McManus
|
6343782b40
|
bug 871289 [1 of 2] standardize netwerk/protocol/http on moz_assert r=jduell
|
2013-05-16 09:30:41 -04:00 |
|
Patrick McManus
|
b5fc4c86f3
|
bug 868441 Bypass Cache when lock held too long r=novotny
|
2013-05-12 10:01:13 -04:00 |
|
Patrick McManus
|
e7c49e8df5
|
bug 869100 complete token bucket a/b test r=honzab
|
2013-05-08 11:43:31 -04:00 |
|