Brian Smith
|
93bc1eddee
|
Bug 764171: Fix crash in nsStorageStream by avoiding pre-buffering for items we will validate, r=honzab
--HG--
extra : rebase_source : e1229663f56643ef25805b26126893df51aaace7
|
2012-06-28 12:18:25 -07:00 |
|
Brian Smith
|
4f78ac8515
|
Bug 760380 - Stop calling mOfflineCacheEntry->GetLastModified when processing response from normal cache, r=honzab
--HG--
extra : rebase_source : a649fa6e59638bf1e6d220cfc08960f7848a28ba
|
2012-06-12 14:23:06 -07:00 |
|
Ed Morley
|
25157b328a
|
Backout d45ca69b67a3 (bug 767516), 4ff98d3e4d8d (bug 767512), 70cc47076115 (bug 767505), 4eca26d02c84 (bug 766929) for mochitest-plain-5 failures
|
2012-06-25 21:38:10 +01:00 |
|
Jason Duell
|
663bc3d4fa
|
Bug 767516 - Rename: s/SSLConnect/ProxyConnect/g r=mcmanus
|
2012-06-25 12:48:50 -07:00 |
|
Jason Duell
|
81c6e2d90c
|
Bug 761932: Ensure OnStartRequest called in bug 738484 codepaths. r=mcmanus
|
2012-06-05 23:54:20 -07:00 |
|
Geoff Lankow
|
1214b72681
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Honza Bambas
|
22565351ec
|
Bug 753990 - Allow appcache to work with a custom cache (profile) folder within a single application, r=michal.novotny
|
2012-06-04 16:12:24 +02:00 |
|
Brian Smith
|
27d2a916b4
|
Bug 722034 - Part 6 - Stop accessing cache descriptor on main thread for telemetry purposes, r=hurley
|
2012-05-31 15:20:06 -07:00 |
|
Brian Smith
|
36cac4a176
|
Bug 722034 - Part 5 - Move cache validation to the cache thread, r=honzab
|
2012-05-31 15:20:05 -07:00 |
|
Brian Smith
|
fd92294e79
|
Bug 722034 - Part 4 - Make a copy of the information needed during cache validation in preparation for moving cache validation to the cache thread, r=honzab
|
2012-05-31 15:20:05 -07:00 |
|
Brian Smith
|
c0309d87b7
|
Bug 722034 - Part 2 - Factor out nsHttpChannel::Hash into a standalone function, r=biesi
|
2012-04-05 01:57:30 -07:00 |
|
Brian Smith
|
b5e18b6c5a
|
Bug 746018 - Part 6 - Start buffering cache entries in memory before we validate them, r=honzab
|
2012-05-31 15:20:04 -07:00 |
|
Brian Smith
|
c0859915db
|
Bug 746018 - Part 5 - Simplify ShouldUpdateOfflineCacheEntry, r=honzab
|
2012-05-31 15:20:03 -07:00 |
|
Brian Smith
|
f34505b799
|
Bug 746018 - Part 2 - Split nsHttpChannel::Connect() into two pieces--one that executes before checking the cache, one that executes after, r=honzab
|
2012-05-31 15:20:02 -07:00 |
|
Josh Matthews
|
3e60a1dc11
|
Bug 722845 - Part 2: Generalize channel private browsing information to a PB consumer interface. r=jduell
|
2012-05-24 16:31:54 +01:00 |
|
Josh Matthews
|
bd9442aa8b
|
Bug 722845 - Part 1: Add private browsing information to HTTP channels. r=jduell,mayhemer
|
2012-05-24 16:31:53 +01:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Honza Bambas
|
21c21c227a
|
Bug 715837 - Crash @ mozilla::net::HttpChannelParent::RecvMarkOfflineCacheEntryAsForeign, r=jduell
|
2012-05-07 13:20:21 +02:00 |
|
Geoff Lankow
|
85b0375b2b
|
Backed out changeset b4cf9833464e (bug 715837)
|
2012-05-07 23:42:18 +12:00 |
|
Honza Bambas
|
5f734d1558
|
Bug 715837 - Crash @ mozilla::net::HttpChannelParent::RecvMarkOfflineCacheEntryAsForeign, r=jduell
|
2012-05-07 13:20:21 +02:00 |
|
Ed Morley
|
50eb27b549
|
Backout 12d1d626759c (bug 747215), 11b16556248e (bug 738484) for xpcshell failures on all platforms
|
2012-05-03 10:17:42 +01:00 |
|
Jason Duell
|
2026a449d3
|
Bug 738484: part 2: fix missing onStartRequest calls for some failed redirects. r=mcmanus
|
2012-05-03 00:28:57 -07:00 |
|
Patrick McManus
|
db6dda6a92
|
bug 729133 - internal necko speculative connections r=honzab
race cache I/O events against TCP/SSL connections. Also drive
unused TCP connections to the completion of their SSL handshakes is
apropos.
|
2012-04-25 08:54:42 -04:00 |
|
Brian Smith
|
f42d995a14
|
Bug 742610 - Remove opportunistic caching support from nsHttpChannel, r=honzab
--HG--
extra : source : 8b98023b89ddef6e7b0bbed25463c68142877d8e
|
2012-04-05 00:14:35 -07:00 |
|
Patrick McManus
|
bba26f5a30
|
bug 597684 Implement HTTP Assoc-req and Banned Pipelines on nsHttpConnectionInfo r=honzab
|
2012-03-22 19:39:31 -04:00 |
|
Michal Novotny
|
90373c46db
|
Bug 722033 - Use asyncOpenCacheEntry() in nsHttpChannel::OpenOfflineCacheEntryForWriting()
|
2012-03-22 23:53:55 +01:00 |
|
Jeff Muizelaar
|
995c62066b
|
Bug 235853 - Defer proxy resolution for HTTP and HTTPS PAC to avoid blocking main thread during DNS resolution. r=biesi,sworkman
|
2008-11-04 16:50:00 -05:00 |
|
Michal Novotny
|
01d74edf5f
|
Bug 649778 - document.write may cause a document to be written to disk cache even when the page has Cache-Control: no-store
|
2012-01-30 18:03:52 +01:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Nick Hurley
|
a44090294e
|
Bug 686948 - Add telemetry for cache hit/miss with/without revalidation. r=mcmanus
|
2011-09-17 10:22:09 +01:00 |
|
Nick Hurley
|
092371ea1a
|
Bug 637339 - Improve error handling in HttpChannelChild. r=honzab
|
2011-06-11 18:37:03 -07:00 |
|
bjarne@runitsoft.com
|
1b7ff0ec91
|
Bug 618835 - Cannot login to phpmyadmin if I made a typo during my first login attempt r=bz
|
2011-06-11 16:57:10 +02:00 |
|
Jason Duell
|
05cec30300
|
Bug 646373 - Fix AdBlock2 on fennec (nsITraceableChannel.setNewListener() is unimplemented under e10s.) r=honza, a=queue
|
2011-05-24 02:32:26 -07:00 |
|
Christian Biesinger
|
1c8d1318a9
|
Bug 658822 - Fix implementation of DNS timing in nsITimedChannel; r=jduell
|
2011-05-22 21:29:42 -07:00 |
|
Christian Biesinger
|
c93ab7d02c
|
Bug 576006 - Implement timing interface for channels
r=jduell sr=bz
|
2011-05-21 03:03:36 -07:00 |
|
Phil Ringnalda
|
2a38c0d921
|
Back out 93604789da99 (bug 637339) on suspicion of causing timeouts in Linux debug test_httpsuspend_wrap.js CLOSED TREE
|
2011-05-13 20:48:38 -07:00 |
|
Nick Hurley
|
1a02346a21
|
Bug 637339 - Improve error handling in HttpChannelChild. r=jduell
|
2011-05-13 18:02:07 -07:00 |
|
Nick Hurley
|
1e329e6c27
|
bug 648878 - move get(local|remote)(address|port) to httpchannelchild r=jduell
|
2011-05-05 11:45:59 -04:00 |
|
Boris Zbarsky
|
e3b91fffc2
|
Backed out changeset 998b91ea0ffa (bug 648878) because it doesn't build on Windows.
|
2011-05-03 19:34:58 -04:00 |
|
Nick Hurley
|
d9b9d8ca90
|
bug 648878 - move get(local|remote)(address|port) to httpchannelchild, r=jduell
|
2011-05-03 17:47:05 -04:00 |
|
Honza Bambas
|
149007d1bb
|
Bug 526207: Make IP address and port information available to HTTP activity observers. r=biesi
|
2011-04-10 10:33:08 -07:00 |
|
Dave Townsend
|
e51597dabb
|
Backout of changeset 9acd51502a65 from bug 579846. a=bustage
|
2011-01-24 14:59:51 -08:00 |
|
Dave Townsend
|
0adf94b662
|
Backout of changeset 38d1b321c98b from bug 579846. a=bustage
|
2011-01-24 14:58:20 -08:00 |
|
Honza Bambas
|
1cc1cc4167
|
Bug 579846 - nsIHttpChannel::SetResponseHeader should work after the stream has ended [Fennec part], r=jduell, a=betaN+
|
2011-01-23 23:49:30 +01:00 |
|
Honza Bambas
|
63032f8fb3
|
Bug 579846 - nsIHttpChannel::SetResponseHeader should work after the stream has ended, r=bzbarsky+hsivonen, a=betaN+
|
2011-01-23 23:49:30 +01:00 |
|
bjarne@runitsoft.com
|
11cc4ac3c8
|
Bug 468426 - improved support for "Vary: Cookie"-headers , r=biesi a=bsmedberg
|
2010-11-26 12:13:37 -05:00 |
|
Doug Turner
|
6a67b9bb7e
|
Bug 558624 - e10s Cookies: Optimize implementation. Part 5. Mop up mRemoteChannel and its uses. r=dwitte. a=blocking-fennec
--HG--
extra : rebase_source : 1a9ca4b7e50588c556d1b290cca1c3c4546902d1
|
2010-10-01 21:17:27 -07:00 |
|
Doug Turner
|
33b05df1a8
|
Bug 558624 - e10s Cookies: Optimize implementation. Part 3. Forward request head to child during OnStartRequest. r=dwitte. a=blocking-fennec
--HG--
extra : rebase_source : f7becf88a7e0daddf680e578b82b1e198c4d5437
|
2010-10-01 21:17:23 -07:00 |
|
Brian Crowder
|
1cae557002
|
Bug 567267 - disable decoding in HttpChannelParent, make smart decisions in child process, r=dwitte, blocking-fennec2.0b1=mfinkle
|
2010-09-15 15:55:08 -07:00 |
|
Brian Crowder
|
6d2f11959b
|
Bug 567267 - Move nsIEncodedChannel logic to base Http class, r=dwitte, blocking-fennec2.0b1=mfinkle
|
2010-09-15 15:55:08 -07:00 |
|