| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove HttpTransactionDelegate and all users (LoadTimeStats). | rvargas@chromium.org | 2013-12-27 | 1 | -10/+0 |
* | Mostly useful for testing. | aa@chromium.org | 2013-10-29 | 1 | -10/+93 |
* | ChannelID-less Connections in Chrome should be more granular. | mef@chromium.org | 2013-05-17 | 1 | -0/+14 |
* | Trivial style fix in network_delegate.h and .cc | tyoshino@chromium.org | 2013-05-07 | 1 | -3/+3 |
* | Convert net to use base::string16 instead of string16. | brettw@chromium.org | 2013-03-29 | 1 | -1/+1 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 1 | -1/+1 |
* | Make original_response_headers parameter of NetworkDelegate::OnHeadersReceive... | battre@chromium.org | 2012-10-20 | 1 | -1/+1 |
* | Add histograms for network activity, and total/cumulative | tburkard@chromium.org | 2012-08-20 | 1 | -3/+3 |
* | Adding histograms showing fraction of page load times spent in the disk cache... | tburkard@chromium.org | 2012-07-30 | 1 | -0/+6 |
* | Adds NetworkDelegate::NotifyBeforeSocketStreamConnect() | bashi@chromium.org | 2012-06-13 | 1 | -0/+9 |
* | Introduce a delegate to avoid hardcoding "chrome-extension" in net/. | joi@chromium.org | 2012-06-07 | 1 | -0/+5 |
* | Fix file access on Chrome for ChromeOS on Linux | gspencer@chromium.org | 2012-05-05 | 1 | -11/+15 |
* | Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate. | jochen@chromium.org | 2012-03-09 | 1 | -0/+19 |
* | Prevent callbacks after URLRequest/URLRequestJob have been canceled/completed... | battre@chromium.org | 2012-01-13 | 1 | -3/+3 |
* | base::Bind: Convert net::NetworkDelegate. | jhawkins@chromium.org | 2011-12-01 | 1 | -10/+10 |
* | Bocking onReceivedHeaders signal for webRequest API | battre@chromium.org | 2011-10-05 | 1 | -0/+12 |
* | NetworkDelegate::OnAuthRequired can set or cancel auth, in addition to taking... | cbentzel@chromium.org | 2011-10-03 | 1 | -3/+6 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -2/+2 |
* | Revert 103360 - NetworkDelegate::OnAuthRequired can set authentication or can... | ddorwin@chromium.org | 2011-09-29 | 1 | -6/+3 |
* | NetworkDelegate::OnAuthRequired can set authentication or cancel, in addition... | cbentzel@chromium.org | 2011-09-29 | 1 | -3/+6 |
* | Add onAuthRequired signal to the webRequest API | jochen@chromium.org | 2011-08-03 | 1 | -0/+6 |
* | Replace onRequestSent with onSendHeaders in webrequest API | battre@chromium.org | 2011-07-14 | 1 | -10/+3 |
* | Moved OnBeforeHeadersSent of webRequest API to url_request_http_job.cc | battre@chromium.org | 2011-06-28 | 1 | -2/+2 |
* | Kill URLRequestJobTracker. | willchan@chromium.org | 2011-05-22 | 1 | -0/+6 |
* | Create a URLRequestJobFactory to replace the URLRequest globals. | willchan@chromium.org | 2011-05-14 | 1 | -6/+0 |
* | Implemented RequestHeaders field in extraInfoSpec of webRequest API | battre@chromium.org | 2011-05-13 | 1 | -2/+3 |
* | Add a method for PAC script errors to the network delegate. | jochen@chromium.org | 2011-05-03 | 1 | -0/+6 |
* | Flesh out the onBeforeSendHeaders event a bit more. We now send the | mpcomplete@chromium.org | 2011-04-27 | 1 | -1/+7 |
* | Implemented chrome.experimental.webRequest.onCompleted | battre@chromium.org | 2011-04-23 | 1 | -3/+2 |
* | Implemented of base functionality of chrome.experimental.webRequest.onBeforeR... | battre@chromium.org | 2011-04-20 | 1 | -0/+8 |
* | Implementation of chrome.experimental.webRequest.onRequestSent | battre@chromium.org | 2011-04-20 | 1 | -0/+7 |
* | Allow extensions to redirect requests in onBeforeRequest. | mpcomplete@chromium.org | 2011-04-15 | 1 | -5/+6 |
* | Revert "Allow extensions to redirect requests in onBeforeRequest." | mpcomplete@chromium.org | 2011-04-13 | 1 | -6/+5 |
* | Allow extensions to redirect requests in onBeforeRequest. | mpcomplete@chromium.org | 2011-04-13 | 1 | -5/+6 |
* | Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events. | mpcomplete@chromium.org | 2011-03-30 | 1 | -4/+12 |
* | Extends NetworkDelegate to avoid use of static_cast<> when handling RegisterP... | tony@chromium.org | 2011-03-10 | 1 | -0/+6 |
* | Implement blocking for webRequest.onBeforeRequest extension event. | mpcomplete@chromium.org | 2011-03-08 | 1 | -2/+4 |
* | Refactor of NetworkDelegate. | willchan@chromium.org | 2011-02-24 | 1 | -0/+35 |