| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove calls to HandleScope default ctor. | marja@chromium.org | 2013-09-04 | 1 | -4/+5 |
* | Remove calls to to-be-deprecated v8::Persistent funcs. | marja@chromium.org | 2013-08-30 | 1 | -2/+2 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 3 | -3/+3 |
* | Switch the Windows DHCP/PAC implementation to use SequencedWorkerPool. | joi@chromium.org | 2013-08-27 | 6 | -30/+107 |
* | Revert 219744 "Switch the Windows DHCP/PAC implementation to use..." | joi@chromium.org | 2013-08-27 | 6 | -105/+29 |
* | Switch the Windows DHCP/PAC implementation to use SequencedWorkerPool. | joi@chromium.org | 2013-08-27 | 6 | -29/+105 |
* | Move perftimer.* into base/test/ directory. | tfarina@chromium.org | 2013-08-24 | 4 | -4/+4 |
* | Introduce GURL::SchemeIsHttpFamily(), which returns true for http and https. | cdn@chromium.org | 2013-08-22 | 1 | -1/+1 |
* | Remove HostResolver::RequestInfo's priority parameter | akalin@chromium.org | 2013-08-20 | 2 | -1/+3 |
* | Remove WorkerPool dependency from URLRequestFileJob. | earthdok@chromium.org | 2013-08-19 | 1 | -1/+2 |
* | Add a priority parameter for HostResolver::RequestInfo's constructor | akalin@chromium.org | 2013-08-16 | 1 | -1/+1 |
* | Actually use the isolate created on win8 metro | jochen@chromium.org | 2013-08-02 | 1 | -0/+4 |
* | When running in metro mode, remember the default isolate on the main thread | jochen@chromium.org | 2013-07-31 | 2 | -0/+20 |
* | [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers | akalin@chromium.org | 2013-07-18 | 1 | -1/+2 |
* | Use a direct include of the message_loop header in net/, part 2. | avi@chromium.org | 2013-07-18 | 12 | -12/+12 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -1/+1 |
* | Fix ProxyScriptFetcherImplTest.NoCache android flakiness after r211634. | tonyg@chromium.org | 2013-07-16 | 1 | -9/+2 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 2 | -2/+2 |
* | net: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-12 | 20 | -24/+24 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 2 | -2/+2 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -1/+1 |
* | Use a direct include of time headers in net/, part 2. | avi@chromium.org | 2013-06-28 | 12 | -16/+16 |
* | Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-27 | 1 | -1/+1 |
* | mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. | thakis@chromium.org | 2013-06-24 | 3 | -21/+15 |
* | Move message_pump to base/message_loop. | brettw@chromium.org | 2013-06-18 | 1 | -7/+8 |
* | Add randomness to proxy bypass timeout on iOS | bengr@chromium.org | 2013-06-18 | 1 | -1/+1 |
* | Revert 206507 "Move message_pump to base/message_loop." | brettw@chromium.org | 2013-06-14 | 1 | -8/+7 |
* | Move message_pump to base/message_loop. | brettw@chromium.org | 2013-06-14 | 1 | -7/+8 |
* | Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-13 | 1 | -1/+1 |
* | Make net and ipc explicitly use the base namespace for Values. | brettw@chromium.org | 2013-06-13 | 1 | -2/+2 |
* | convert most remaining function callbacks to new style | dcarney@chromium.org | 2013-06-13 | 1 | -41/+66 |
* | Give more request types a TransportSecurityState. | palmer@chromium.org | 2013-06-13 | 1 | -0/+3 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/. | dcheng@chromium.org | 2013-06-12 | 1 | -1/+0 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 3 | -18/+20 |
* | Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ... | avi@chromium.org | 2013-06-11 | 31 | -40/+40 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 8 | -8/+8 |
* | Use a direct include of utf_string_conversions.h in net/. | avi@chromium.org | 2013-06-07 | 11 | -12/+12 |
* | Migrate ProxyConfigServiceImpl to NetworkStateHandler and NetworkProfileHandler. | pneubeck@chromium.org | 2013-06-04 | 2 | -2/+2 |
* | Add histograms for URL length when resolving proxy. | eroman@chromium.org | 2013-06-02 | 1 | -0/+30 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 11 | -40/+40 |
* | Use base::MessageLoop in more files. | xhwang@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | Remove all but one use of WeakPtrFactory::DetachFromThread. | wez@chromium.org | 2013-05-29 | 2 | -10/+0 |
* | Make ProxyResolver not use to-be-deprecated V8 functions. | marja@chromium.org | 2013-05-27 | 1 | -14/+22 |
* | Revert 202038 "Remove all but one use of WeakPtrFactory::DetachF..." | erg@chromium.org | 2013-05-24 | 2 | -0/+10 |
* | Remove all but one use of WeakPtrFactory::DetachFromThread. | wez@chromium.org | 2013-05-24 | 2 | -10/+0 |
* | net: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-23 | 15 | -94/+98 |
* | Use Persistent::Reset. | marja@chromium.org | 2013-05-13 | 1 | -3/+2 |
* | Randomize proxy timeout on Android over a range. | bengr@chromium.org | 2013-05-09 | 1 | -4/+7 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-05-08 | 1 | -1/+4 |
* | Revert 198844 "Move sequenced_task_runner to base/task" | dbeam@chromium.org | 2013-05-08 | 1 | -1/+1 |