Botond Ballo
4854cb254a
Bug 1073003 - Fix more -Wunused-variable and -Wunused-but-set-variable warnings. r=ehsan
...
--HG--
extra : rebase_source : bb768dd07c19dc39994d5cca6e0f59048d12130a
2014-12-17 18:05:28 -05:00
Ryan VanderMeulen
410ee5da98
Backed out changeset 577febac3790 (bug 1100024) for Talos xperf regressions.
...
CLOSED TREE
2015-01-06 17:41:15 -05:00
Ehsan Akhgari
26a8215eb5
Bug 1114999 - Part 2: Apply MOZ_NO_ADDREF_RELEASE_ON_RETURN to all smart pointer arrow operators that can return refcounted objects; r=jrmuizel
2015-01-06 16:30:03 -05:00
Monica Chew
bac106e091
Bug 1100024: Don't call Connect if the principal is on a local or remote blocklist (r=mcmanus)
2015-01-06 10:49:47 -08:00
Valentin Gosu
64b53950e9
Bug 1113683 - Add dummy NullHttpChannel r=mcmanus
2015-01-06 19:26:10 +02:00
Ryan VanderMeulen
3d59e7621c
Merge fx-team to m-c. a=merge
...
CLOSED TREE
2015-01-06 10:55:03 -05:00
Wes Kocher
cd5a201be8
Merge m-c to fx-team a=merge
2015-01-05 17:29:14 -08:00
Gavin Sharp
7e599127d6
Bug 575918: enable IPC tests on Mac since they work now, r=bsmedberg
...
--HG--
extra : rebase_source : 5b7214167249b3c276a9e240d867ce34193a5953
2015-01-02 17:00:20 -08:00
Ehsan Akhgari
84e37c2a69
Debugging patch for bug 1111137
2015-01-03 20:08:17 -05:00
Patrick McManus
036df5055a
bug 1113065 - spdy should not close session on imglib error r=bagder r=seth
2014-12-22 11:03:05 -05:00
Patrick McManus
c0bf5c86e1
bug 1072478 - h2 push hit not subject to max_concurrent 2/2 r=hurley
2014-10-15 11:51:25 -04:00
Patrick McManus
6c97ee4c59
bug 1072478 - h2 push loses fin bit race condition 1/2 r=hurley
2014-10-16 16:42:14 -04:00
Andrew Bartlett
3823a96109
Bug 423758 - Add NTLMv2 to internal NTLM handler. r=keeler
...
NTLMv2 is the default.
This adds a new preference:
network.ntlm.force-generic-ntlm-v1
This is to allow use of NTLMv1 in case issues are found in the NTLMv2
handler, or when contacting a server or backing DC that does not
support NTLMv2 for any reason.
To support this, we also:
- Revert "Bug 1030426 - network.negotiate-auth.allow-insecure-ntlm-v1-https allows sending NTLMv1 credentials in plain to HTTP proxies, r=mcmanus"
- Revert "Bug 1023748 - Allow NTLMv1 over SSL/TLS by default, r=jduell"
- Remove LM code from internal NTLM handler
The LM response should essentially never be sent, the last practical
use case was CIFS connections to Windows 9X, I have never seen a web
server that could only do LM
It is removed before the NTLMv2 work is done so as to avoid having 3
possible states here (LM, NTLM, NTLMv2) to control via preferences.
Developed with Garming Sam <garming@catalyst.net.nz>
2014-12-22 15:55:00 -05:00
Andrea Marchesini
8f608eda44
Bug 1112307 - Use a thread-safe ChannelEventQueue. r=jduell
2015-01-05 17:31:19 -05:00
Ryan VanderMeulen
0d86a9be92
Bug 1115219 - Remove unnecessary RELEASE_BUILD check from GetAddrInfo.h. r=mcmanus
2015-01-02 16:51:04 -05:00
Ehsan Akhgari
7736642ce0
Bug 1117042 follow-up: Fix the test bustage, landed on a CLOSED TREE
...
Removing these methods causes an infinite recursion because the equivalent
64-bit functions would end up tail-recursing.
2015-01-02 10:26:40 -05:00
Ehsan Akhgari
abc099681b
Bug 1117042 follow-up: Fix a build bustage
2015-01-02 09:28:37 -05:00
Ehsan Akhgari
1995a8e0fa
Bug 1117042 - Mark virtual overridden functions as MOZ_OVERRIDE in netwerk; r=mcmanus
2015-01-02 09:04:04 -05:00
Ehsan Akhgari
14a66f0ce3
Bug 1116555 - Remove the code to handle shutdown-cleanse from the cookie service; r=mcmanus
...
shutdown-cleanse has not been a thing for quite a while.
2015-01-02 08:45:06 -05:00
Jason Duell
0dac548a3e
Bug 1108916 - app:// channels could skip calling OnStopRequest. r=hurley
2014-12-31 18:23:58 -08:00
Honza Bambas
2b58942723
Bug 1102172 - Fix possible appache update hang. r=jduell
2014-12-31 18:22:46 -08:00
David Erceg
86c1c8ddf5
Bug 1111848 - Remove nsISiteSecurityService.shouldIgnoreHeaders and implementation. r=keeler
2014-12-22 20:26:49 +11:00
Gervase Markham
3cd4942630
Bug 1114762 - New TLD additions for TLDs contracted with ICANN through 12/22/2014
2014-12-29 12:50:22 -08:00
Christoph Kerschbaumer
58402cebd6
Bug 1087739: Make JS callers of ios.newChannel call ios.newChannel2 in netwerk/ (r=sworkman,tanvi)
2014-10-24 15:16:29 -07:00
Michal Novotny
428b61f3ee
Bug 792831 - WebSocket permessage compression extension, r=jduell
2014-12-29 12:43:40 +01:00
Masatoshi Kimura
bf2b64547c
Bug 1114295 - Remove the dead pref for TLS_DHE_DSS_WITH_AES_128_CBC_SHA. r=keeler
2014-12-24 22:21:12 +09:00
Wes Kocher
aca592252a
Merge inbound to mozilla-central a=merge CLOSED TREE
2014-12-23 16:47:42 -08:00
Monica Chew
a312dcf860
Bug 1108009 - Make synchronous interface nsIURIClassifier.ClassifyLocal. r=gcp
2014-12-18 10:18:09 -08:00
Blake
786d13f62b
Bug 1080484 - Support avi/divx, ts/m2ts, and mkv media formats. r=cajbir
2014-12-23 10:20:25 +08:00
Carsten "Tomcat" Book
712daae3bd
Backed out changeset 07b42d1d60aa (bug 1073003)
2014-12-23 13:35:17 +01:00
Ted Clancy
771e31cf81
Bug 1000305 - part 3: Add atob() and btoa() to server-side java Sandbox. r=waldo
2014-12-20 17:35:40 -05:00
Carsten "Tomcat" Book
c0d5a6c306
Backed out changeset 8450d74f782e (bug 1000305) for j1 test failures
2014-12-23 11:41:28 +01:00
Ted Clancy
8f4a54653e
Bug 1000305 - part 3: Add atob() and btoa() to server-side java Sandbox. r=waldo
2014-12-20 17:35:40 -05:00
Botond Ballo
b5eef53b4d
Bug 1073003 - Fix more -Wunused-variable and -Wunused-but-set-variable warnings. r=ehsan
...
--HG--
extra : rebase_source : 0a6c783a6428ca0dc25090e21a61b90c192dd252
extra : source : 8ab86311e17416689d176dae5c577a2c6df89b54
2014-12-17 18:05:28 -05:00
Patrick McManus
4382b5fd78
bug 1111217 - Http2Session::CloseTransaction can delete this while on stack from OnMsgCancelTransaction r=hurley
2014-12-15 13:00:13 -05:00
Gervase Markham
e159cc0ec1
Bug 1113728 - Add pagespeedmobilizer.com to PSL. r=gerv
2014-12-22 06:23:00 -05:00
Carsten "Tomcat" Book
0b4b40c804
Backed out changeset 8fd0df8e208c (bug 423758) for bustage
2014-12-22 09:05:34 +01:00
Andrew Bartlett
1b11a5e146
Bug 423758 - Add NTLMv2 to internal NTLM handler. r=keeler
...
NTLMv2 is the default.
This adds a new preference:
network.ntlm.force-generic-ntlm-v1
This is to allow use of NTLMv1 in case issues are found in the NTLMv2
handler, or when contacting a server or backing DC that does not
support NTLMv2 for any reason.
To support this, we also:
- Revert "Bug 1030426 - network.negotiate-auth.allow-insecure-ntlm-v1-https allows sending NTLMv1 credentials in plain to HTTP proxies, r=mcmanus"
- Revert "Bug 1023748 - Allow NTLMv1 over SSL/TLS by default, r=jduell"
- Remove LM code from internal NTLM handler
The LM response should essentially never be sent, the last practical
use case was CIFS connections to Windows 9X, I have never seen a web
server that could only do LM
It is removed before the NTLMv2 work is done so as to avoid having 3
possible states here (LM, NTLM, NTLMv2) to control via preferences.
Developed with Garming Sam <garming@catalyst.net.nz>
2014-12-18 17:25:00 +01:00
Patrick McManus
baf0a2195b
bug 1113661 - broken h2 dependency id r=hurley
2014-12-19 13:01:21 -05:00
Patrick McManus
165479c9ad
bug 1003450 - [3/3] Group Dependency Nodes require >= h2-16 r=hurley
2014-12-11 17:00:19 -05:00
Patrick McManus
34eac8c38a
bug 1003450 - [2/3] Group Dependency nodes for HTTP/2 r=hurley
2014-12-06 14:26:50 -05:00
Chih-Kai (Patrick) Wang
6f55b02411
Bug 970307: Part 1: Report status of each thread to find when all the threads are idle. r=nfroyd
2014-12-18 17:00:39 +08:00
Patrick McManus
f291c91be2
bug 1111875 - remove assertion on http size input error r=keeler
...
--HG--
extra : rebase_source : 952fa806d6598c00412bd9b27cf3af65e78e9452
2014-12-16 21:35:57 -05:00
Patrick McManus
842d6217d1
Bug 952863, Part 3: Remove more dead code, r=briansmith
...
--HG--
extra : rebase_source : 2f1793584597aed0d559538aa1ed00c0d3afc788
2014-12-17 12:58:49 -08:00
Brian Smith
ab604352ec
Bug 952863, Part 2: Remove dead code for non-ECDHE TLS False Start, r=keeler
...
--HG--
extra : rebase_source : 47ee95682f769b8e10aaf55b0f4fccfef1fcdea0
2014-12-10 10:13:18 -08:00
Sid Stamm
53bc033453
Bug 965727 - Implement referrer directive for CSP. (r=jst,ckerschb)
2014-12-17 14:14:04 -05:00
Ryan Sleevi
cc0cffbe30
Bug 1110626 - New TLD additions for TLDs contracted with ICANN through 2014-12-12. r=gerv
2014-12-17 10:30:52 -05:00
Osman Surkatty
f9b2d24063
Bug 1112404 - Update PSL with new AWS Region. r=gerv
...
--HG--
extra : rebase_source : 26fafe08f25b83ff2ff4fecdf7ba5cef62fa705b
2014-12-17 02:26:00 -05:00
Ben Turner
5976259500
Bug 701634 - Support IndexedDB in Workers, r=khuey+baku.
2014-12-16 22:26:15 -08:00
Patrick McManus
cd162c06a6
bug 1107881 - h2/spdy :path when proxying shouldn't be absolute uri r=hurley
...
--HG--
extra : rebase_source : d0847b03e2f7cd2f5425e3de635b68248d49eec3
2014-12-12 11:19:28 -05:00