summaryrefslogtreecommitdiffstats
path: root/net/base/network_delegate.cc
Commit message (Expand)AuthorAgeFilesLines
* Moving proxy resolution logic out of NetworkDelegate and into ProxyDelegate f...ryansturm2016-02-231-17/+0
* Fix strict secure cookies bugsjww2015-12-071-0/+4
* Revert of CHECK that URLRequestJobs are not orphaned while blocked by extensi...davidben2015-11-201-6/+0
* Include tab IDs when reporting data use accounting.sclittle2015-11-101-2/+2
* Rename NetworkDelegate first-party-only flagestark2015-10-121-2/+2
* Notify NetworkDelegate when bytes have been sent over the network.sclittle2015-09-281-0/+7
* CHECK that URLRequestJobs are not orphaned while blocked by extensions.davidben2015-09-141-0/+6
* Notify NetworkDelegate when bytes have been received over the network.sclittle2015-08-241-3/+4
* Remove NetworkDelegate::OnCanThrottleRequestxunjieli2015-06-241-5/+0
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-2/+2
* Split bug 423948 into various sub-bugs and remove outdated instrumentation.pkasting2015-04-111-72/+4
* Revert of Enable 'First-Party-Only' cookies by default. (patchset #3 id:40001...mkwst2015-04-011-0/+4
* Enable 'First-Party-Only' cookies by default.mkwst2015-03-271-4/+0
* First-Party Cookies: Wire it up as an experimental web platform featuremkwst2015-02-261-0/+4
* Move data reduction proxy logic out of chrome and android webview network del...megjablon2014-12-091-104/+0
* Remove NetworkDelegate::OnBeforeSocketStreamConnectricea2014-11-211-6/+0
* Delete the old WebSocket implementation from net/ricea2014-11-081-13/+0
* Instrumenting URLRequestJob::NotifyHeadersComplete to locate the source of ja...vadimt2014-11-041-0/+80
* Move handling of invalid referrer to the network delegatejochen2014-09-161-0/+16
* Keep track of network error in ProxyRetryInfo.kundaji@chromium.org2014-08-151-5/+3
* Use data reduction proxy when managed proxy config returns directbengr@chromium.org2014-08-141-5/+11
* Removed data compression UMA from ProxyServicebengr@chromium.org2014-08-101-0/+13
* Add Finch experiment for selectively bypassing proxies.rcs@chromium.org2014-07-091-0/+11
* Move data reduction proxy to Chrome-Proxy header for authenticationbengr@chromium.org2014-06-261-0/+16
* Support redirectUrl at onHeadersReceived in WebRequest / DWR APIrob@robwu.nl2014-03-261-4/+9
* Remove HttpTransactionDelegate and all users (LoadTimeStats).rvargas@chromium.org2013-12-271-10/+0
* Mostly useful for testing.aa@chromium.org2013-10-291-10/+93
* ChannelID-less Connections in Chrome should be more granular.mef@chromium.org2013-05-171-0/+14
* Trivial style fix in network_delegate.h and .cctyoshino@chromium.org2013-05-071-3/+3
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-291-1/+1
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-1/+1
* Make original_response_headers parameter of NetworkDelegate::OnHeadersReceive...battre@chromium.org2012-10-201-1/+1
* Add histograms for network activity, and total/cumulativetburkard@chromium.org2012-08-201-3/+3
* Adding histograms showing fraction of page load times spent in the disk cache...tburkard@chromium.org2012-07-301-0/+6
* Adds NetworkDelegate::NotifyBeforeSocketStreamConnect()bashi@chromium.org2012-06-131-0/+9
* Introduce a delegate to avoid hardcoding "chrome-extension" in net/.joi@chromium.org2012-06-071-0/+5
* Fix file access on Chrome for ChromeOS on Linuxgspencer@chromium.org2012-05-051-11/+15
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-091-0/+19
* Prevent callbacks after URLRequest/URLRequestJob have been canceled/completed...battre@chromium.org2012-01-131-3/+3
* base::Bind: Convert net::NetworkDelegate.jhawkins@chromium.org2011-12-011-10/+10
* Bocking onReceivedHeaders signal for webRequest APIbattre@chromium.org2011-10-051-0/+12
* NetworkDelegate::OnAuthRequired can set or cancel auth, in addition to taking...cbentzel@chromium.org2011-10-031-3/+6
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Revert 103360 - NetworkDelegate::OnAuthRequired can set authentication or can...ddorwin@chromium.org2011-09-291-6/+3
* NetworkDelegate::OnAuthRequired can set authentication or cancel, in addition...cbentzel@chromium.org2011-09-291-3/+6
* Add onAuthRequired signal to the webRequest APIjochen@chromium.org2011-08-031-0/+6
* Replace onRequestSent with onSendHeaders in webrequest APIbattre@chromium.org2011-07-141-10/+3
* Moved OnBeforeHeadersSent of webRequest API to url_request_http_job.ccbattre@chromium.org2011-06-281-2/+2
* Kill URLRequestJobTracker.willchan@chromium.org2011-05-221-0/+6
* Create a URLRequestJobFactory to replace the URLRequest globals.willchan@chromium.org2011-05-141-6/+0