Valentin Gosu
|
435b62bfbc
|
Bug 1123920 - domainLookupEnd and requestStart out-of-order when using a persistent connection r=mcmanus
|
2015-02-25 20:23:56 +02:00 |
Valentin Gosu
|
b197d037c7
|
Bug 1132572 - Fix data race for nsHttpTransaction's timing info r=mcmanus
|
2015-02-25 20:23:23 +02:00 |
Honza Bambas
|
e628b7561e
|
Bug 1134735 - Don't use tee->InitAsync in nsHttpChannel::InstallCacheListener when using cache2, r=michal
|
2015-02-19 12:36:00 +01:00 |
Patrick McManus
|
d0b1783640
|
bug 1133177 - network logging and cleanups (part 1) r=hurley
|
2015-02-19 12:21:03 -05:00 |
Honza Bambas
|
d39b19327e
|
Bug 1092857 - Drop conditional request headers when there is no cache entry available. r=michal
|
2015-02-20 06:31:00 -05:00 |
Christoph Kerschbaumer
|
aeaa9915ea
|
Bug 1099296 - Attach LoadInfo to remaining callers of ioService and ProtocolHandlers - in netwerk/ (r=sworkman)
|
2015-02-17 10:09:31 -08:00 |
Patrick McManus
|
f109af329a
|
bug 1132808 - HttpBaseChannel::GetPrincipal should return URI prinicipal r=ckerschb r=sicking
|
2015-02-13 15:54:04 -05:00 |
Honza Bambas
|
648b93198b
|
Bug 1117763 - Remove range request headers on cache entry open failure. r=michal
|
2015-02-13 07:54:00 -05:00 |
Monica Chew
|
31a570e70d
|
Bug 1130893 - Use GetChannelURIPrincipal instead of GetChannelResultPrincipal in nsChannelClassifier, only call nsChannelClassifier if LOAD_CLASSIFY_URI is set. r=mcmanus r=ckerschb
|
2015-02-12 22:23:50 -08:00 |
Honza Bambas
|
7413eecfda
|
Bug 881830 - Make CORS redirect handling ignore redirects due to an STS upgrade. r=bz
|
2015-02-10 08:00:00 -05:00 |
Patrick McManus
|
bfa57d2872
|
bug 1130874 - update h2 alternate service extension to draft-06 r=hurley
|
2015-02-06 17:45:05 -05:00 |
Dragana Damjanovic
|
fb72f56932
|
Bug 1106396 - Fix nsHttpChannel::Suspend() in case of content is serve partially from cache and partially from network. r=honzab
--HG--
extra : rebase_source : d9be7f54828c5036f1b31b667224a3a8f97b4902
|
2015-01-27 00:50:00 +01:00 |
Monica Chew
|
da32e99bda
|
Bug 1122691: Skip ClassifyLocal unless tracking protection is enabled (r=mcmanus,gcp)
|
2015-01-21 11:33:07 -08:00 |
Gijs Kruitbosch
|
ee40b67775
|
Bug 1125372 - use nsISupports as first param of asyncResolve instead of switching wholesale from nsIURI to nsIChannel, for improved add-on compat, r=mcmanus
|
2015-01-27 21:30:49 +00:00 |
Arthur Edelstein
|
dd318c4d2a
|
Bug 436344 - Allow filtering of proxies by channel. r=mcmanus
|
2015-01-21 21:13:00 +01:00 |
Wes Kocher
|
d983f5aa5c
|
Backed out changeset fbe9ba3b1e9a (bug 1122691) for m5 orange
|
2015-01-21 16:48:57 -08:00 |
Monica Chew
|
ac3c59f788
|
Bug 1122691: Skip ClassifyLocal unless tracking protection is enabled (r=mcmanus)
|
2015-01-21 11:33:07 -08:00 |
Mike Taylor
|
f08eaa0e0b
|
Bug 1121559 - Collect telemetry on WAP content type responses. r=mcmanus
|
2015-01-16 14:38:00 -05:00 |
Patrick McManus
|
175115e709
|
bug 1116867 - make nsIProgressEventSink and nsITransportEventSink safely scriptable r=mayhemer r=bz
These scriptable interfaces use uint_64 arguments with sentinel values
of UINT64_MAX. However, UINT64_MAX exceeds MAX_SAFE_INTEGER and cannot
be gatewayed to/from javascript - so they cannot be used
correctly. Change them to use signed 64 bit numbers and -1 as the
sentinnel. C++ implementations ought to be enough to audit as the
special value could never be used correctly in JS anyhow - also
audited OnProgressChange() uses for downstream use of this data.
---
dom/base/nsXMLHttpRequest.cpp | 19 +++++++----
dom/base/nsXMLHttpRequest.h | 10 +++---
dom/plugins/base/nsPluginStreamListenerPeer.cpp | 4 +--
.../webbrowserpersist/nsWebBrowserPersist.cpp | 14 ++++----
image/src/imgLoader.cpp | 4 +--
modules/libjar/nsJARChannel.cpp | 3 +-
netwerk/base/public/nsIProgressEventSink.idl | 8 ++---
netwerk/base/public/nsITransport.idl | 8 ++---
netwerk/base/public/nsNetUtil.h | 24 ++++++++++++++
netwerk/base/src/Dashboard.cpp | 2 +-
netwerk/base/src/nsBaseChannel.cpp | 12 +++----
netwerk/base/src/nsIncrementalDownload.cpp | 4 +--
netwerk/base/src/nsSocketTransport2.cpp | 5 +--
netwerk/base/src/nsStreamTransportService.cpp | 38 +++++++++++++---------
netwerk/base/src/nsTransportUtils.cpp | 12 +++----
netwerk/protocol/file/nsFileChannel.cpp | 8 +++--
netwerk/protocol/ftp/nsFtpConnectionThread.cpp | 4 +--
netwerk/protocol/http/Http2Push.cpp | 2 +-
netwerk/protocol/http/Http2Session.cpp | 2 +-
netwerk/protocol/http/HttpChannelChild.cpp | 31 +++++++++---------
netwerk/protocol/http/HttpChannelChild.h | 6 ++--
netwerk/protocol/http/HttpChannelParent.cpp | 4 +--
netwerk/protocol/http/HttpChannelParent.h | 4 +--
netwerk/protocol/http/NullHttpTransaction.cpp | 2 +-
netwerk/protocol/http/PHttpChannel.ipdl | 2 +-
netwerk/protocol/http/SpdyPush31.cpp | 2 +-
netwerk/protocol/http/SpdySession31.cpp | 2 +-
netwerk/protocol/http/TunnelUtils.cpp | 2 +-
netwerk/protocol/http/nsAHttpTransaction.h | 4 +--
netwerk/protocol/http/nsHttpChannel.cpp | 30 +++++++++++------
netwerk/protocol/http/nsHttpConnection.cpp | 4 +--
netwerk/protocol/http/nsHttpConnectionMgr.cpp | 4 +--
netwerk/protocol/http/nsHttpPipeline.cpp | 4 +--
netwerk/protocol/http/nsHttpPipeline.h | 6 ++--
netwerk/protocol/http/nsHttpResponseHead.cpp | 2 +-
netwerk/protocol/http/nsHttpResponseHead.h | 2 +-
netwerk/protocol/http/nsHttpTransaction.cpp | 32 +++++++++---------
netwerk/protocol/http/nsHttpTransaction.h | 2 +-
netwerk/protocol/wyciwyg/WyciwygChannelChild.cpp | 2 +-
netwerk/protocol/wyciwyg/nsWyciwygChannel.cpp | 3 +-
netwerk/test/TestIncrementalDownload.cpp | 7 ++--
uriloader/base/nsDocLoader.cpp | 14 ++++----
42 files changed, 203 insertions(+), 151 deletions(-)
|
2015-01-08 14:48:52 -05:00 |
Patrick McManus
|
d0d97ad7ef
|
bug 1072478 - h2 push hit not subject to max_concurrent 2/2 r=hurley
--HG--
extra : rebase_source : 4c49f74dc4b7ed8cead65dc3c78a2c8ae5ddf5e3
|
2015-01-13 15:26:37 -05:00 |
Monica Chew
|
269c62c45e
|
Bug 1100024: Don't call Connect if the principal is on a local or remote blocklist (r=mcmanus)
* * *
Bug 1120547 - Mark the overrides of nsIHttpChannelInternal::ContinueBeginConnect as override and rev the uuid of the interface; r=mmc
|
2015-01-09 13:25:13 -08:00 |
Monica Chew
|
d2b4dc884c
|
Bug 1100024: CLOSED TREE Backout https://hg.mozilla.org/integration/mozilla-inbound/rev/671ad56e6e12 for causing crashes on ClassifyLocal lookups (r=backout)
|
2015-01-12 10:05:58 -08:00 |
Chris Peterson
|
9e23388ca8
|
Bug 1118076 - Remove MOZ_THIS_IN_INITIALIZER_LIST. r=Waldo
|
2015-01-06 21:39:46 -08:00 |
Monica Chew
|
3023f46c51
|
Bug 1100024: Don't call Connect if the principal is on a local or remote blocklist (r=mcmanus)
|
2015-01-09 13:25:13 -08:00 |
Ehsan Akhgari
|
e9499ce141
|
Bug 1117042 - Mark virtual overridden functions as MOZ_OVERRIDE in netwerk; r=mcmanus
|
2015-01-02 09:04:04 -05:00 |
Honza Bambas
|
2a3843999d
|
Bug 1102172 - Fix possible appache update hang. r=jduell
|
2014-12-31 18:22:46 -08:00 |
Patrick McManus
|
7edbeec28f
|
bug 1003450 - [2/3] Group Dependency nodes for HTTP/2 r=hurley
|
2014-12-06 14:26:50 -05:00 |
Patrick McManus
|
08a4a502ff
|
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
|
25337cfd79
|
Bug 952863, Part 3: Remove more dead code, r=briansmith
--HG--
extra : rebase_source : 2f1793584597aed0d559538aa1ed00c0d3afc788
|
2014-12-17 12:58:49 -08:00 |
Patrick McManus
|
ea37d24bba
|
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 |
Masatoshi Kimura
|
ab4b12e208
|
Bug 1092835 - Log usage of weak ciphers in the console. r=keeler,mcmanus
|
2014-12-13 20:09:01 +09:00 |
Ryan VanderMeulen
|
1bdab6fe7b
|
Backed out changesets fb903f13f215, 9c5c712698e4, and 36d257ead3da (bug 1092835) for causing test_csp_allow_https_schemes.html permafail on Android 2.3.
CLOSED TREE
|
2014-12-09 14:00:47 -05:00 |
Masatoshi Kimura
|
487b1516b0
|
Bug 1092835 - Log usage of weak ciphers in the console. r=keeler,mcmanus
|
2014-12-10 00:54:06 +09:00 |
Wes Kocher
|
126b4f108e
|
Backed out changeset bf25101e66cf (bug 1095098) for build bustage
|
2014-12-08 16:27:12 -08:00 |
Denis Volk
|
0f94bddfc8
|
Bug 1095098: move do_QueryObject templates into their own header r=froydnj
|
2014-11-20 12:20:10 +01:00 |
Patrick McManus
|
82ea2eebd2
|
bug 1095859 - proxy tweak r=valentin.gosu
|
2014-11-17 13:27:12 -05:00 |
Blake Kaplan
|
b2e95fedcd
|
Bug 1096530 - Make sure we notify our listener if we were canceled before we redirected. r=mcmanus
|
2014-11-11 15:05:55 -08:00 |
Carsten "Tomcat" Book
|
6df42325a9
|
Merge mozilla-central to fx-team
|
2014-11-07 15:07:58 +01:00 |
Mark Goodwin
|
c71dc52d87
|
Bug 1068949 - Send SHA-1 deprecation warnings in to the web console. r=mcmanus
|
2014-11-04 13:25:00 -05:00 |
Monica Chew
|
43fa6ed7e2
|
Bug 1088183: Propagate the top window URI to the parent http channel through HttpChannelOpenArgs (a=kwierso,r=jduell,mrbkap)
|
2014-10-29 17:22:22 -07:00 |
Patrick McManus
|
bc4244f5a9
|
bug 1024730 - nsIHttpPushListener r=hurley
co-author: ben brittain <ben@brittain.org>
|
2014-10-21 14:35:41 -04:00 |
Michal Novotny
|
351b4f0392
|
Bug 1083922 - Doom entry when parsing security info fails, r=mcmanus
|
2014-10-24 23:44:59 +02:00 |
Patrick McManus
|
5d7c62cd8f
|
Bug 1069724 - all conn reuse after conn pool flush on shift-reload r=hurley
|
2014-10-13 20:37:59 -04:00 |
Patrick McManus
|
64cd00171f
|
Bug 1082039 - nsIHttpChannelInternal.allowSpdy is racy r=hurley
|
2014-10-13 12:40:45 -04:00 |
Carsten "Tomcat" Book
|
0543c6cd5c
|
Backed out changeset 6a917dc8e60c (bug 1069724) for web platform 4 test failures
|
2014-10-23 14:52:59 +02:00 |
Carsten "Tomcat" Book
|
f04456e230
|
Backed out changeset d9026e7165e8 (bug 1082039) for webapp 4 test failures
|
2014-10-23 14:52:32 +02:00 |
Patrick McManus
|
d31bc18e10
|
bug 1082039 - nsIHttpChannelInternal.allowSpdy is racy r=hurley
|
2014-10-13 12:40:45 -04:00 |
Patrick McManus
|
03f63d6b37
|
bug 1069724 - all conn reuse after conn pool flush on shift-reload r=hurley
|
2014-10-13 20:37:59 -04:00 |
Valentin Gosu
|
74a360e504
|
Bug 1057688 - Skip doing a DNSPrefetch when LOAD_NO_NETWORK_IO or ONLY_FROM_CACHE flags are present r=mcmanus
|
2014-10-20 13:45:30 +03:00 |
Josh Matthews
|
8f259e6613
|
Bug 898524: Part 2 - Avoid IPC roundtrips for synthesized responses. r=mayhemer
|
2014-10-17 09:55:09 -04:00 |