| Commit message (Expand) | Author | Age | Files | Lines |
* | Introducing SavePackageId and SaveItemId as distinct IdType<...>-based types. | lukasza | 2016-01-09 | 1 | -2/+2 |
* | Allowing multiple SaveItems to have same URLs. | lukasza | 2015-12-09 | 1 | -16/+9 |
* | Identify SavePackage by save_package_id (not by render_process_id). | lukasza | 2015-11-20 | 1 | -6/+9 |
* | moved upload progress logic from ResourceLoader to AsyncResourceHandler | csharrison | 2015-08-28 | 1 | -4/+0 |
* | Guarantee that non-test instances of ResourceRequestInfoImpl are complete. | rdsmith | 2015-08-24 | 1 | -3/+3 |
* | Plumb redirect info out of net, through content, and into child processes. | davidben@chromium.org | 2014-08-15 | 1 | -2/+3 |
* | Remove request_id parameter from ResourceHandler methods. | davidben@chromium.org | 2014-05-28 | 1 | -24/+12 |
* | Adds the new URLRequest::OnBeforeNetworkStart hook to the | jkarlin@chromium.org | 2014-01-09 | 1 | -0/+6 |
* | Make ResourceHandler::OnResponseCompleted take a defer output parameter. | davidben@chromium.org | 2013-11-18 | 1 | -3/+3 |
* | Clean up ResourceHandler API. | creis@chromium.org | 2013-10-15 | 1 | -3/+6 |
* | Revert 227318 "Clean up ResourceHandler API." | creis@chromium.org | 2013-10-08 | 1 | -6/+3 |
* | Clean up ResourceHandler API. | creis@chromium.org | 2013-10-07 | 1 | -3/+6 |
* | Use a direct include of the message_loop header in content/, part 1. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Use a direct include of strings headers in content/browser/, part 1. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Update content/ to use scoped_refptr<T>::get() rather than implicit "operator... | rsleevi@chromium.org | 2013-06-02 | 1 | -2/+2 |
* | Minor cleanup: make a method pure virtual | michaeln@chromium.org | 2012-12-20 | 1 | -0/+6 |
* | Move download code to the content namespace. | jam@chromium.org | 2012-10-26 | 1 | -3/+5 |
* | Rewrite guts of ResourceLoader and BufferedResourceHandler to | darin@chromium.org | 2012-06-29 | 1 | -2/+2 |
* | Make ResourceHandler be non-refcounted. Eliminate the OnRequestClosed | darin@chromium.org | 2012-05-31 | 1 | -5/+3 |
* | Add defer out params to ResourceHandler's OnResponseStarted | darin@chromium.org | 2012-05-21 | 1 | -3/+5 |
* | Move ResourceResponse struct into the Content API, since it's used in Chrome.... | jam@chromium.org | 2011-11-24 | 1 | -6/+8 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | Replace NewRunnableFunction with Callback in SaveFileResourceHandler. | achuith@chromium.org | 2011-10-26 | 1 | -14/+6 |
* | Move the save file code from chrome to content. This is just a file move so t... | jam@chromium.org | 2011-07-14 | 1 | -0/+119 |