| Commit message (Expand) | Author | Age | Files | Lines |
* | Domain Reliability / Navigation Error Logging, part 1 | ttuttle@chromium.org | 2014-03-18 | 1 | -0/+7 |
* | Allow content layer to pass ProtocolInterceptors when we create URLRequestCon... | kinuko@chromium.org | 2014-03-10 | 1 | -15/+21 |
* | Add CookieStoreConfig to unify API for in-memory and persistent CookieStore C... | ajwong@chromium.org | 2014-01-11 | 1 | -2/+8 |
* | Remove HttpTransactionDelegate and all users (LoadTimeStats). | rvargas@chromium.org | 2013-12-27 | 1 | -2/+0 |
* | Cleanup: remove unused typedef: HttpTransactionFactoryMap | lazyboy@chromium.org | 2013-12-13 | 1 | -3/+0 |
* | Revert 219709 "Remove the Extensions URLRequestContext." | earthdok@chromium.org | 2013-08-27 | 1 | -1/+11 |
* | Remove the Extensions URLRequestContext. | ajwong@chromium.org | 2013-08-27 | 1 | -11/+1 |
* | Rename base/hash_tables to base/containers/hash_tables. | brettw@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-05-08 | 1 | -0/+1 |
* | Revert 188912 "Removed static factories for data, ftp, file, and..." | kbr@chromium.org | 2013-03-19 | 1 | -1/+0 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-03-19 | 1 | -0/+1 |
* | Add chrome-search: access from Instant overlay | dhollowa@chromium.org | 2013-03-07 | 1 | -50/+5 |
* | Revert 186347 | jochen@chromium.org | 2013-03-06 | 1 | -5/+50 |
* | Add chrome-search: access from Instant overlay | dhollowa@chromium.org | 2013-03-06 | 1 | -50/+5 |
* | Move FilePath->base::FilePath | brettw@chromium.org | 2013-02-11 | 1 | -1/+1 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 1 | -15/+15 |
* | Add StoragePartition's ProtocolHandlers at URLRequestContext construction time. | pauljensen@chromium.org | 2013-02-08 | 1 | -17/+68 |
* | Move core url data manager classes to content. | jam@chromium.org | 2013-01-24 | 1 | -2/+0 |
* | Convert ProtocolHandlerRegistry::Interceptor to a net::URLRequestJobFactory. | pauljensen@chromium.org | 2013-01-08 | 1 | -2/+3 |
* | Convert trivial URLRequest::Interceptors and URLRequestJobFactory::Intercepto... | pauljensen@chromium.org | 2012-12-20 | 1 | -7/+0 |
* | Replace ProfileIOData::http_server_properties_manager_ with http_server_prope... | szym@chromium.org | 2012-12-04 | 1 | -0/+6 |
* | Refactor extension context initialization into its own method. | blundell@chromium.org | 2012-11-15 | 1 | -0/+2 |
* | Added completion notification to the call chain from Profile's ClearNetworkin... | engedy@chromium.org | 2012-11-05 | 1 | -3/+12 |
* | For storage partitions to work properly, we need to know whether a storage pa... | nasko@chromium.org | 2012-10-30 | 1 | -9/+13 |
* | Change initialization interface of URLRequestJobFactory objects. | tedv@chromium.org | 2012-10-25 | 1 | -1/+1 |
* | Make the media URLRequestContext share job factories with the main context. | creis@chromium.org | 2012-09-27 | 1 | -1/+0 |
* | Create a new URLRequestJobFactory for isolated request contexts. | ajwong@chromium.org | 2012-09-21 | 1 | -4/+12 |
* | Redo the Storage Partition directory layout to support guest tags and origin ... | ajwong@chromium.org | 2012-09-16 | 1 | -2/+2 |
* | Plumbing for the Infinite Cache. | tburkard@chromium.org | 2012-09-10 | 1 | -0/+2 |
* | Ensure that isolated apps use the right cookies for media requests. | creis@chromium.org | 2012-08-21 | 1 | -1/+14 |
* | Add histograms for network activity, and total/cumulative | tburkard@chromium.org | 2012-08-20 | 1 | -1/+1 |
* | Adding histograms showing fraction of page load times spent in the disk cache... | tburkard@chromium.org | 2012-07-30 | 1 | -0/+2 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Replaced static URLRequestFtpJob factory with non-static protocol handler for... | shalev@chromium.org | 2012-07-11 | 1 | -0/+3 |
* | Switched from having one URLRequestJobFactory per profile to having one per c... | shalev@chromium.org | 2012-07-03 | 1 | -0/+4 |
* | Unwire the clear on exit preference from the storage systems. | jochen@chromium.org | 2012-06-05 | 1 | -1/+0 |
* | Don't force non-session only cookies to be session only cookies, instead dele... | jochen@chromium.org | 2012-05-30 | 1 | -1/+7 |
* | Stop refcounting URLRequestContext. | willchan@chromium.org | 2012-05-11 | 1 | -6/+6 |
* | Fix up ordering in ProfileIOData. | willchan@chromium.org | 2012-04-24 | 1 | -2/+2 |
* | Initialize the profile IO data before clearing the history. | msarda@google.com | 2012-04-19 | 1 | -0/+3 |
* | SPDY - Moved HttpServerPropertiesManager into ProfileIOData class | rtenneti@chromium.org | 2012-03-31 | 1 | -7/+1 |
* | Change Origin bound certs -> Domain bound certs. | mattm@chromium.org | 2012-03-20 | 1 | -3/+3 |
* | Make content::ResourceContext be a real interface like the rest of the Conten... | jam@chromium.org | 2012-02-09 | 1 | -2/+2 |
* | Revert 116685 - Make incognito windows not inherit HSTS state from the main p... | palmer@chromium.org | 2012-02-07 | 1 | -4/+1 |
* | Make ProfileImplIOData::Handle::GetResourceContext() imply LazyInitialize(). | ajwong@chromium.org | 2012-01-11 | 1 | -0/+3 |
* | Make incognito windows not inherit HSTS state from the main profile. | agl@chromium.org | 2012-01-06 | 1 | -1/+4 |
* | Store session cookies and restore them if chrome crashes or autorestarts. | marja@chromium.org | 2011-12-05 | 1 | -1/+3 |
* | Add OVERRIDE to chrome/browser/. | avi@chromium.org | 2011-11-21 | 1 | -4/+5 |
* | Persist dynamically learned SPDY settings (like CWND). | rtenneti@chromium.org | 2011-11-15 | 1 | -2/+3 |
* | Fix for memory leak 72698_b in both normal and incognito mode.Actually it was... | nrqv63@motorola.com | 2011-10-21 | 1 | -0/+1 |