summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/chrome_network_delegate.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix a bad inversion of logic (see OnCanThrottleRequest) and a bugjoi@chromium.org2012-08-091-4/+8
* Adding histograms showing fraction of page load times spent in the disk cache...tburkard@chromium.org2012-07-301-2/+12
* Move ExtensionEventRouter and related into extensions namespacerdevlin.cronin@chromium.org2012-07-231-3/+3
* Move CanonicalCookie into separate filesbattre@chromium.org2012-07-181-1/+2
* NetLogEventParameter to Callback refactoring 11. mmenke@chromium.org2012-06-141-6/+6
* Adds NetworkDelegate::NotifyBeforeSocketStreamConnect()bashi@chromium.org2012-06-131-0/+18
* Introduce a delegate to avoid hardcoding "chrome-extension" in net/.joi@chromium.org2012-06-071-0/+16
* Don't force non-session only cookies to be session only cookies, instead dele...jochen@chromium.org2012-05-301-3/+0
* Fix file access on Chrome for ChromeOS on Linuxgspencer@chromium.org2012-05-051-13/+66
* Revert 132479 - Transmit a X-Chrome-UMA-Enabled bit to Google domains from cl...sky@chromium.org2012-04-161-26/+0
* Transmit a X-Chrome-UMA-Enabled bit to Google domains from clients that have ...stevet@chromium.org2012-04-161-0/+26
* Revert "net: add DNS revocation experiment."agl@chromium.org2012-04-101-104/+0
* Don't build the task manager into Android builds.jgreenwald@chromium.org2012-04-061-0/+2
* In addition to the request URL we now also pass the first party URL (the URL ...markusheintz@chromium.org2012-04-051-2/+4
* net: add DNS revocation experiment.agl@chromium.org2012-03-211-0/+104
* Refactor folders in chrome/browser/extensions/apicduvall@chromium.org2012-03-181-1/+1
* Minor cleanup from http://codereview.chromium.org/9688007.robertshield@chromium.org2012-03-171-4/+7
* Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .erikwright@chromium.org2012-03-151-2/+2
* Fix access violation handling extension requests when no ExtensionProcessMana...robertshield@chromium.org2012-03-141-7/+8
* Move Proxy Settings API from chrome/browser/extensions to chrome/browser/eext...battre@chromium.org2012-03-121-3/+3
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-121-3/+6
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-091-0/+59
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Keep lazy background page alive while there are pending network requests ormpcomplete@chromium.org2012-03-061-0/+50
* Moved webRequest api out of chrome/browser/extensionbattre@chromium.org2012-01-251-1/+1
* Prevent callbacks after URLRequest/URLRequestJob have been canceled/completed...battre@chromium.org2012-01-131-3/+4
* base::Bind: Convert net::NetworkDelegate.jhawkins@chromium.org2011-12-011-3/+3
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* webRequest.onAuthRequired listeners can provide authentication credentials.cbentzel@chromium.org2011-10-111-3/+3
* Bocking onReceivedHeaders signal for webRequest APIbattre@chromium.org2011-10-051-0/+10
* NetworkDelegate::OnAuthRequired can set or cancel auth, in addition to taking...cbentzel@chromium.org2011-10-031-2/+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/+2
* NetworkDelegate::OnAuthRequired can set authentication or cancel, in addition...cbentzel@chromium.org2011-09-291-2/+6
* net: Rename URLRequestStatus::os_error_.tfarina@chromium.org2011-09-081-2/+2
* Conditionally include Policy UI based on configuration_policy setting.jknotten@chromium.org2011-09-061-1/+6
* Introduced the URLBlacklistManager, and wired it to various places.joaodasilva@chromium.org2011-09-041-1/+18
* Add onAuthRequired signal to the webRequest APIjochen@chromium.org2011-08-031-0/+7
* Replace onRequestSent with onSendHeaders in webrequest APIbattre@chromium.org2011-07-141-11/+4
* Fix compile failures.jam@chromium.org2011-07-131-1/+1
* Get rid of the ProfileId. It was added for ceee. I reverted the original chan...jam@chromium.org2011-07-131-15/+15
* Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-131-2/+6
* Revert 92331 - Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-131-6/+2
* Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-131-2/+6
* Moved OnBeforeHeadersSent of webRequest API to url_request_http_job.ccbattre@chromium.org2011-06-281-2/+2
* Handle extension webrequest API on the IO thread. This speeds up blocking eventmpcomplete@chromium.org2011-06-091-7/+11
* Kill URLRequestJobTracker.willchan@chromium.org2011-05-221-0/+7
* Create a URLRequestJobFactory to replace the URLRequest globals.willchan@chromium.org2011-05-141-12/+2