Jeremy Poulin
53c080196c
Bug 1028426 - Move check for unused speculative connections to where they are removed. r=hurley
2014-06-20 15:17:23 -07:00
Honza Bambas
fd24ec8def
Bug 1023748 - Allow NTLMv1 over SSL/TLS by default, r=jduell
2014-06-23 19:43:40 +02:00
Honza Bambas
c7ab92d1ad
Bug 967310 - optimize call to CacheFileIOManager::UnscheduleMetadataWrite, r=michal
2014-06-23 17:48:52 +02:00
Honza Bambas
1b75271e43
Bug 956801 - save some locking in CacheEntry::BackgroundOp, r=michal
2014-06-23 17:48:52 +02:00
Carsten "Tomcat" Book
a3056811ee
Backed out changeset 374f71301703 (bug 956801) for causing Android 2.2 Armv6 Opt XPCShell Test failures on a CLOSED TREE
2014-06-23 13:07:18 +02:00
Carsten "Tomcat" Book
8e64cacd96
Backed out changeset d1c1aec94228 (bug 967310) for causing Android 2.2 Armv6 Opt XPCShell Test failures on a CLOSED TREE
2014-06-23 13:07:09 +02:00
Carsten "Tomcat" Book
f9c027ef68
Backed out changeset f2c5626b3cec (bug 1023413) for causing Android 2.2 Armv6 Opt XPCShell Test failures on a CLOSED TREE
2014-06-23 13:06:30 +02:00
Valentin Gosu
52704315a9
Bug 677754 - Fix test expecting a prompt for an unsafe redirect r=jduell
2014-06-22 23:35:01 +03:00
Honza Bambas
89d8927d57
Bug 1023413 - Introduce bool nsICacheStorage.exists(nsIURI, ACString), r=michal
2014-06-21 21:41:02 +02:00
Honza Bambas
93dd96aa60
Bug 967310 - optimize call to CacheFileIOManager::UnscheduleMetadataWrite, r=michal
2014-06-21 21:41:01 +02:00
Honza Bambas
93b81e1052
Bug 956801 - save some locking in CacheEntry::BackgroundOp, r=michal
2014-06-21 21:41:01 +02:00
Brian Smith
cf47c812fd
Bug 975229: Remove NSS-based certificate verification, r=keeler
...
--HG--
extra : rebase_source : 49cb20f1b51e2d9993a35decd820764e20ad9be9
2014-06-16 23:13:29 -07:00
Valentin Gosu
8c156df15a
Bug 1020539 - clear about:networking hostname list when deleting history r=mcmanus
2014-06-21 04:12:56 +03:00
Daniel Stenberg
571dcd689e
Bug 1027353: avoid Http2Session NULL deref. r=hurley
2014-06-18 23:15:00 -04:00
Benoit Jacob
58b17c899b
Bug 1027251 - Fix or whitelist dangerous public destructors in netwerk/ - r=mcmanus
2014-06-20 07:08:24 -04:00
Kevin Locke
8f3e17fe4e
Bug 961346 - Fix FTP date parsing of midnight for DOS format. r=mcmanus
2014-06-20 12:44:41 +09:00
Birunthan Mohanathas
617866f602
Bug 1026535 - Fix mismatched class/struct tags. r=ehsan
2014-06-18 17:57:51 -07:00
Birunthan Mohanathas
c910458886
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
2014-06-18 17:56:02 -07:00
Nicholas Nethercote
bb9d51e11e
Bug 1010064 - Allow memory reports to be anonymized. r=bsmedberg.
...
--HG--
extra : rebase_source : 5eb756b17a97e751deb0f47e909fdb35533cb23b
2014-05-20 23:06:54 -07:00
Ed Morley
cf5c3cfc9d
Bug 1027004 - Add newline to MOZ_DISABLE_NONLOCAL_CONNECTIONS fprintf_stderr(); r=froydnj
2014-06-18 14:46:56 +01:00
Jeremy Poulin
47bb0278a0
Bug 1024639 - Added telemetry tracking for used, total, and unused telemetry connections. r=hurley
2014-06-17 13:35:25 -07:00
Kyle Huey
bfc2b819ab
Bug 1024898: Allow (most) nsBaseChannel subclasses to retarget OnDataAvailable to other threads. r=jduell,sworkman
2014-06-17 09:39:26 -07:00
Kyle Huey
796107136a
Bug 1024388: Allow JAR channels to retarget to a different thread. r=bz,jduell
2014-06-17 09:39:23 -07:00
Nathan Froyd
bc6175e740
Bug 995417 - part 1 - netwerk/ changes for crashing on non-local connections; r=mcmanus
2014-04-15 15:38:55 -04:00
Steve Workman
faab9aa0a6
Bug 237623 - Listen for window's load event in test_partially_cached_content.html r=mcmanus
2014-06-13 13:39:00 +02:00
Daniel Stenberg
289d93b851
Bug 237623 - detect broken HTTP1.1 transfers. r=mcmanus,seth
...
Return error when the protocol layer detects a framing error. More data
was supposed to be delivered than what actually did arrive.
Error code returned for this: NS_ERROR_NET_PARTIAL_TRANSFER
In HTTP1.1 for Content-Length: and chunked-encoding underruns
In http2 and SPDY for framing errors when data has already been received.
imgRequest::OnStopRequest will keep partially loaded images shown but
remove them from cache.
2014-06-09 00:15:00 +02:00
Nicholas Hurley
877c949df2
Bug 1025071 - Save header table space by not indexing :path r=mcmanus
2014-06-13 15:02:05 -07:00
Patrick McManus
f8afe7d2c5
bug 1025075 - http2 CONNECT streams should have consistent priority r=hurley
...
---
netwerk/protocol/http/Http2Session.cpp | 3 ++-
netwerk/protocol/http/SpdySession3.cpp | 3 ++-
netwerk/protocol/http/SpdySession31.cpp | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
---
netwerk/protocol/http/Http2Session.cpp | 3 ++-
netwerk/protocol/http/SpdySession3.cpp | 3 ++-
netwerk/protocol/http/SpdySession31.cpp | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
2014-06-13 09:29:00 -04:00
Honza Bambas
10e522722d
Bug 1024495 - crash in mozilla::net::CacheFileIOManager::GetProfilelessCacheDirectory, r=michal
2014-06-13 01:45:43 +02:00
Honza Bambas
0cca635028
Bug 1024635 - Add 'network' contract ID alias for the new cache service, r=bz
2014-06-13 01:45:43 +02:00
Gervase Markham
c580133bf3
Bug 1024514 - Add more new gTLD PSL entries. r=gerv
2014-06-12 07:56:00 -04:00
Chris Raynor
5c4bd4d669
Bug 962360 - Add firebaseapp.com to the PSL. r=gerv
2014-06-11 06:21:00 -04:00
Gavin Brown
278b01f298
Bug 1006570 - Add com.se to the PSL. r=gerv
2014-06-11 06:23:00 -04:00
Gervase Markham
d20f48a4a8
Bug 981927 - Update public suffix list for .cm. r=gerv
2014-06-12 07:38:00 -04:00
Gervase Markham
c2f9bf70ff
Bug 985495 - Add nfshost.com to PSL. r=gerv
2014-06-12 07:31:00 -04:00
Michael Daly
15ca19616d
Bug 1015214 - Update PSL for .uk. r=gerv
2014-06-12 06:53:00 -04:00
Ryan VanderMeulen
403792160e
Merge m-c to inbound on a CLOSED TREE.
2014-06-12 14:56:35 -04:00
Honza Bambas
6ea917fd70
Bug 1013587 - HTTP cache v2: Start preload on input stream open for existing entries, r=michal
2014-06-12 18:04:42 +02:00
Michal Novotny
0aa0a48d6a
Bug 1013638 - CacheFileIn(Out)putStream::AsyncWait() doesn't respect eventTarget argument, r=honzab
2014-06-12 18:04:41 +02:00
Ethan Tseng
90be1a5496
Bug 1021890 - [RTSP] Compiler warning - character constant too long in RTSPConnectionHandler.h. r=sworkman
2014-06-10 15:36:46 +08:00
Olli Pettay
9233bc118d
Bug 1023280 - Rename dictionary.ToObject to ToObjectInternal, r=bz
2014-06-11 22:38:55 +03:00
"Kan-Ru Chen (陳侃如)"
7df84372ff
Bug 879475 - Part 006. Fix http auth prompts for nested content processes r=honzab
...
Based on original patch by David Zbarsky <dzbarsky@gmail.com>
2014-06-11 13:44:36 +08:00
Gervase Markham
afd70e04ff
Bug 969471 - Remove csiro.au from PSL (again, and finally). r=gerv
2014-06-10 08:57:00 -04:00
Gervase Markham
e3b97b1b6d
Bug 984824 - Remove act.gov.au from the PSL. r=gerv
2014-06-10 08:56:00 -04:00
Gervase Markham
414784c7e0
Bug 990543 - Add 2nd level IDN ccTLDs for .срб (.srb). r=gerv
2014-06-10 08:52:00 -04:00
Gervase Markham
5abc310e01
Bug 1003034 - Remove pskov.ru from PSL. r=gerv
2014-06-10 08:45:00 -04:00
Gervase Markham
33f0a4f165
Bug 1007529 - Update PSL for nid.io. r=gerv
2014-06-10 08:38:00 -04:00
Simone Carletti
4871f41470
Bug 1008202 - Update PSL for .nz. r=gerv
2014-05-20 01:38:00 -04:00
Ángel González
5ceb173716
Bug 791769 - Update PSL for .ve. r=gerv
...
Adds arts.ve, firm.ve, gob.ve, int.ve, rec.ve, store.ve, tec.ve
2014-05-20 20:52:24 +02:00
Ángel González
6bc9ef9674
Bug 1000668 - Update PSL for .bb (co.bb and tv.bb). r=gerv
2014-05-20 21:08:56 +02:00