summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/chrome_network_delegate.h
Commit message (Expand)AuthorAgeFilesLines
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-1/+1
* Convert trivial URLRequest::Interceptors and URLRequestJobFactory::Intercepto...pauljensen@chromium.org2012-12-201-0/+7
* Show a blocking page/interstitial when blocking requests in managed mode.bauerb@chromium.org2012-11-291-24/+40
* Add a SafeSearch preference, policy and implementation.sergiu@chromium.org2012-11-081-3/+13
* Coalesce payload length statistics in ChromeNetworkDelegatebengr@google.com2012-10-241-0/+24
* Make original_response_headers parameter of NetworkDelegate::OnHeadersReceive...battre@chromium.org2012-10-201-1/+1
* Implement 'Do Not Track' headerbattre@chromium.org2012-09-131-7/+12
* Add histograms for network activity, and total/cumulativetburkard@chromium.org2012-08-201-5/+5
* Add ManagedModeURLFilter.bauerb@chromium.org2012-08-171-0/+6
* Regression test for anti-DDoS bugs in ChromeNetworkDelegate.joi@chromium.org2012-08-151-0/+2
* Fix a bad inversion of logic (see OnCanThrottleRequest) and a bugjoi@chromium.org2012-08-091-5/+11
* Adding histograms showing fraction of page load times spent in the disk cache...tburkard@chromium.org2012-07-301-1/+11
* Move ExtensionEventRouter and related into extensions namespacerdevlin.cronin@chromium.org2012-07-231-3/+6
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Adds NetworkDelegate::NotifyBeforeSocketStreamConnect()bashi@chromium.org2012-06-131-0/+3
* Introduce a delegate to avoid hardcoding "chrome-extension" in net/.joi@chromium.org2012-06-071-0/+8
* Fix file access on Chrome for ChromeOS on Linuxgspencer@chromium.org2012-05-051-5/+14
* Revert 132479 - Transmit a X-Chrome-UMA-Enabled bit to Google domains from cl...sky@chromium.org2012-04-161-5/+0
* Transmit a X-Chrome-UMA-Enabled bit to Google domains from clients that have ...stevet@chromium.org2012-04-161-0/+5
* Revert "net: add DNS revocation experiment."agl@chromium.org2012-04-101-10/+0
* net: add DNS revocation experiment.agl@chromium.org2012-03-211-0/+10
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-091-4/+13
* Prevent callbacks after URLRequest/URLRequestJob have been canceled/completed...battre@chromium.org2012-01-131-2/+2
* base::Bind: Convert net::NetworkDelegate.jhawkins@chromium.org2011-12-011-4/+4
* Bocking onReceivedHeaders signal for webRequest APIbattre@chromium.org2011-10-051-0/+6
* NetworkDelegate::OnAuthRequired can set or cancel auth, in addition to taking...cbentzel@chromium.org2011-10-031-2/+5
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Revert 103360 - NetworkDelegate::OnAuthRequired can set authentication or can...ddorwin@chromium.org2011-09-291-5/+2
* NetworkDelegate::OnAuthRequired can set authentication or cancel, in addition...cbentzel@chromium.org2011-09-291-2/+5
* Introduced the URLBlacklistManager, and wired it to various places.joaodasilva@chromium.org2011-09-041-0/+8
* Add onAuthRequired signal to the webRequest APIjochen@chromium.org2011-08-031-0/+2
* Replace onRequestSent with onSendHeaders in webrequest APIbattre@chromium.org2011-07-141-10/+10
* Get rid of the ProfileId. It was added for ceee. I reverted the original chan...jam@chromium.org2011-07-131-5/+5
* Moved OnBeforeHeadersSent of webRequest API to url_request_http_job.ccbattre@chromium.org2011-06-281-1/+1
* Handle extension webrequest API on the IO thread. This speeds up blocking eventmpcomplete@chromium.org2011-06-091-0/+4
* Kill URLRequestJobTracker.willchan@chromium.org2011-05-221-0/+1
* Create a URLRequestJobFactory to replace the URLRequest globals.willchan@chromium.org2011-05-141-8/+6
* Implemented RequestHeaders field in extraInfoSpec of webRequest APIbattre@chromium.org2011-05-131-1/+2
* Add a method for PAC script errors to the network delegate.jochen@chromium.org2011-05-031-0/+1
* Flesh out the onBeforeSendHeaders event a bit more. We now send thempcomplete@chromium.org2011-04-271-0/+1
* Implemented chrome.experimental.webRequest.onCompletedbattre@chromium.org2011-04-231-1/+1
* Implemented of base functionality of chrome.experimental.webRequest.onBeforeR...battre@chromium.org2011-04-201-0/+2
* Implementation of chrome.experimental.webRequest.onRequestSentbattre@chromium.org2011-04-201-0/+2
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-151-3/+4
* Revert "Allow extensions to redirect requests in onBeforeRequest."mpcomplete@chromium.org2011-04-131-4/+3
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-131-3/+4
* Add enableReferrers and enableHyperlinkAuditing to contentSettings.misc exten...bauerb@chromium.org2011-04-131-1/+15
* Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.mpcomplete@chromium.org2011-03-301-2/+5
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Extends NetworkDelegate to avoid use of static_cast<> when handling RegisterP...tony@chromium.org2011-03-101-1/+6