summaryrefslogtreecommitdiffstats
path: root/net/proxy/network_delegate_error_observer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Notify NetworkDelegate when bytes have been received over the network.sclittle2015-08-241-1/+0
* Remove NetworkDelegate::OnCanThrottleRequestxunjieli2015-06-241-3/+0
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-111-12/+8
* Deprecation of MessageLoopProxy usage with ThreadTaskRunnerHandle in net/prox...pranay.kumar2015-05-151-3/+3
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-6/+6
* Move data reduction proxy logic out of chrome and android webview network del...megjablon2014-12-091-2/+2
* Remove NetworkDelegate::OnBeforeSocketStreamConnectricea2014-11-211-4/+0
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-35/+31
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-16/+16
* Support redirectUrl at onHeadersReceived in WebRequest / DWR APIrob@robwu.nl2014-03-261-1/+2
* Remove HttpTransactionDelegate and all users (LoadTimeStats).rvargas@chromium.org2013-12-271-3/+0
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-13/+16
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-2/+2
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-291-3/+3
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-1/+1
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-141-2/+2
* 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-2/+2
* Adding histograms showing fraction of page load times spent in the disk cache...tburkard@chromium.org2012-07-301-0/+3
* Adds NetworkDelegate::NotifyBeforeSocketStreamConnect()bashi@chromium.org2012-06-131-0/+5
* Introduce a delegate to avoid hardcoding "chrome-extension" in net/.joi@chromium.org2012-06-071-0/+3
* Fix file access on Chrome for ChromeOS on Linuxgspencer@chromium.org2012-05-051-7/+9
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-091-0/+11
* Prevent callbacks after URLRequest/URLRequestJob have been canceled/completed...battre@chromium.org2012-01-131-2/+2
* base::Bind: Convert net/proxy.jhawkins@chromium.org2011-12-201-8/+6
* base::Bind: Convert net::NetworkDelegate.jhawkins@chromium.org2011-12-011-4/+4
* Bocking onReceivedHeaders signal for webRequest APIbattre@chromium.org2011-10-051-0/+7
* NetworkDelegate::OnAuthRequired can set or cancel auth, in addition to taking...cbentzel@chromium.org2011-10-031-4/+9
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Revert 103360 - NetworkDelegate::OnAuthRequired can set authentication or can...ddorwin@chromium.org2011-09-291-9/+4
* NetworkDelegate::OnAuthRequired can set authentication or cancel, in addition...cbentzel@chromium.org2011-09-291-4/+9
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-2/+2
* Add onAuthRequired signal to the webRequest APIjochen@chromium.org2011-08-031-0/+2
* Add OVERRIDE throughout net/proxy/*eroman@chromium.org2011-07-221-13/+10
* Replace onRequestSent with onSendHeaders in webrequest APIbattre@chromium.org2011-07-141-2/+1
* Moved OnBeforeHeadersSent of webRequest API to url_request_http_job.ccbattre@chromium.org2011-06-281-1/+1
* Kill URLRequestJobTracker.willchan@chromium.org2011-05-221-1/+5
* Implemented RequestHeaders field in extraInfoSpec of webRequest APIbattre@chromium.org2011-05-131-1/+2
* Use a MessageLoopProxy to forward PAC script errors to the network delegatejochen@chromium.org2011-05-031-2/+5
* Initialize the network_delegate_ and fix stylejochen@chromium.org2011-05-031-2/+4
* Add a method for PAC script errors to the network delegate.jochen@chromium.org2011-05-031-0/+87