| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a direct include of utf_string_conversions.h in net/. | avi@chromium.org | 2013-06-07 | 4 | -4/+4 |
* | Make some more code use "if (weak_ptr)" style | akalin@chromium.org | 2013-06-07 | 2 | -10/+10 |
* | Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unneces... | ajwong@chromium.org | 2013-06-06 | 1 | -8/+0 |
* | Fix even more remaining uses of WeakPtr<T>'s operator T* conversion | akalin@chromium.org | 2013-06-04 | 2 | -10/+10 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 19 | -116/+134 |
* | net: Move write flush responsiblity from URLFetcherResponseWriter to URLFetch... | hashimoto@chromium.org | 2013-05-24 | 4 | -37/+46 |
* | net: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-23 | 19 | -249/+256 |
* | ChannelID-less Connections in Chrome should be more granular. | mef@chromium.org | 2013-05-17 | 5 | -0/+31 |
* | Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette... | thestig@chromium.org | 2013-05-16 | 2 | -3/+1 |
* | net: Return LoadTiming information in the case of a cache hit. | mmenke@chromium.org | 2013-05-15 | 4 | -13/+70 |
* | Override server-side simple-cache trial with commandline switches. | pasko@google.com | 2013-05-13 | 1 | -0/+2 |
* | Revert 199535 "Add GetFullRequestHeaders, from URLRequestJob to ..." | ttuttle@chromium.org | 2013-05-10 | 9 | -114/+5 |
* | Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction. | ttuttle@chromium.org | 2013-05-10 | 9 | -5/+114 |
* | [Memory Sheriff] Fix a leak of MockAsyncResolverBase. | groby@chromium.org | 2013-05-09 | 1 | -7/+7 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-05-08 | 29 | -195/+195 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 1 | -8/+18 |
* | Revert 198844 "Move sequenced_task_runner to base/task" | dbeam@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | Move sequenced_task_runner to base/task | brettw@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 1 | -18/+8 |
* | Move SpawnedTestServer to its own subdirectory. | phajdan.jr@chromium.org | 2013-05-07 | 3 | -3/+3 |
* | URLRequest - return LOAD_STATE_WAITING_FOR_DELEGATE even when we | mmenke@chromium.org | 2013-05-04 | 1 | -2/+1 |
* | Fix a NULL dereference bug (of URLRequest) in URLRequestFtpJob | phajdan.jr@chromium.org | 2013-05-03 | 3 | -2/+28 |
* | GTTF: rename net::TestServer -> net::SpawnedTestServer | phajdan.jr@chromium.org | 2013-05-03 | 3 | -210/+226 |
* | Support range uploading of a file. | hidehiko@chromium.org | 2013-05-02 | 8 | -8/+65 |
* | net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 19 | -43/+38 |
* | Use ScopedBstr, ScopedComPtr, and ScopedVariant in place of raw or ATL objects. | pkasting@chromium.org | 2013-04-13 | 1 | -14/+11 |
* | net: Update the include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-13 | 1 | -1/+1 |
* | Simplify prerender and network/cache stats histograms by removing the field t... | tburkard@chromium.org | 2013-04-12 | 1 | -96/+0 |
* | Move path functions from file_util to FilePath object. | brettw@chromium.org | 2013-04-12 | 2 | -2/+2 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in net. | dcheng@chromium.org | 2013-04-11 | 1 | -1/+1 |
* | Remove URL fragment from referrer HTTP header (to comply with rfc2616) when o... | mef@chromium.org | 2013-04-10 | 5 | -20/+48 |
* | Don't set MODE_DEFAULT when adding HPKP header. | palmer@chromium.org | 2013-04-10 | 1 | -0/+39 |
* | Remove the remnants of the WarmSocketImpact field trial. | stevet@chromium.org | 2013-04-10 | 1 | -9/+0 |
* | Remove deprecated TestURLReqest constructor interface. | tedv@chromium.org | 2013-04-10 | 2 | -9/+0 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 5 | -69/+93 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 5 | -93/+69 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 5 | -69/+93 |
* | Implement FTP auth through proxy | phajdan.jr@chromium.org | 2013-04-08 | 4 | -50/+272 |
* | Fix a load timing bug in which proxy resolution times could | mmenke@chromium.org | 2013-04-08 | 5 | -11/+406 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition. | dcheng@chromium.org | 2013-04-07 | 3 | -6/+6 |
* | net: Replace URLFetcherFileWriter's implementation with FileStream | hashimoto@chromium.org | 2013-04-04 | 3 | -143/+88 |
* | Split the power monitoring feature from SystemMonitor | hongbo.min@intel.com | 2013-04-03 | 2 | -10/+13 |
* | net: extract net/cert out of net/base | phajdan.jr@chromium.org | 2013-03-29 | 6 | -8/+8 |
* | Convert net to use base::string16 instead of string16. | brettw@chromium.org | 2013-03-29 | 7 | -11/+11 |
* | Update sys_string_conversions includes in chrome_frame, content, net, and ui. | brettw@chromium.org | 2013-03-28 | 1 | -1/+1 |
* | Cache failover to LOAD_PREFERRING_CACHE if network response suggests offline. | rdsmith@chromium.org | 2013-03-23 | 1 | -1/+2 |
* | [Net] Propagate priority changes from URLRequest to HttpTransaction | akalin@chromium.org | 2013-03-22 | 13 | -181/+553 |
* | Revert 189829 "[Net] Propagate priority changes from URLRequest ..." | msw@chromium.org | 2013-03-22 | 13 | -552/+181 |
* | [Net] Propagate priority changes from URLRequest to HttpTransaction | akalin@chromium.org | 2013-03-22 | 13 | -181/+552 |
* | net: move host_resolver files from net/base to net/dns | phajdan.jr@chromium.org | 2013-03-21 | 6 | -6/+6 |