| Commit message (Expand) | Author | Age | Files | Lines |
* | Will now DCHECK that test writers start the embedded server before using it. | phoglund@chromium.org | 2013-10-02 | 1 | -0/+1 |
* | Remove hard dependency on bundled python_26 in tests | bratell@opera.com | 2013-09-19 | 2 | -11/+65 |
* | GTTF: launch test processes using job objects on Windows. | phajdan.jr@chromium.org | 2013-09-13 | 1 | -2/+3 |
* | Convert most run_all_unittests.cc files to use new unit test launcher. | phajdan.jr@chromium.org | 2013-09-05 | 1 | -1/+4 |
* | Make EmbeddedTestServer usable in the absence of pre-existing threads. | mnissler@chromium.org | 2013-09-03 | 3 | -22/+121 |
* | Remove ref-counting from StreamListenSocket | szym@chromium.org | 2013-09-03 | 4 | -14/+15 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 3 | -6/+5 |
* | SocketDescriptor moved to separate file. | vitalybuka@chromium.org | 2013-08-28 | 1 | -1/+1 |
* | Remove HostResolver::RequestInfo's priority parameter | akalin@chromium.org | 2013-08-20 | 1 | -2/+6 |
* | Add a priority parameter for HostResolver::RequestInfo's constructor | akalin@chromium.org | 2013-08-16 | 1 | -1/+1 |
* | net: two non-semantic fixups. | agl@chromium.org | 2013-08-01 | 2 | -3/+4 |
* | Perform online revocation checks when EV certificates aren't covered by a fre... | agl@chromium.org | 2013-07-31 | 2 | -0/+11 |
* | Add script for generating certificates that require an explicit policy | rsleevi@chromium.org | 2013-07-26 | 1 | -64/+0 |
* | Make inttypes.h and similar macro usage C++11-friendly. | thakis@chromium.org | 2013-07-25 | 1 | -1/+1 |
* | Update include paths in net for base/process changes. | rsesek@chromium.org | 2013-07-23 | 5 | -5/+7 |
* | Use a direct include of the message_loop header in net/, part 3. | avi@chromium.org | 2013-07-18 | 2 | -2/+2 |
* | net: update certse.pem with new certs for tests. | agl@chromium.org | 2013-07-17 | 1 | -17/+13 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -1/+1 |
* | net: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-12 | 5 | -5/+5 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 2 | -3/+3 |
* | Use a direct include of time headers in net/, part 3. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Fix build. | phajdan.jr@chromium.org | 2013-06-26 | 1 | -1/+1 |
* | GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1 | phajdan.jr@chromium.org | 2013-06-26 | 5 | -49/+65 |
* | Regenerate the root certificate and end-entity certificates used for various ... | rsleevi@chromium.org | 2013-06-20 | 1 | -1/+1 |
* | Make net and ipc explicitly use the base namespace for Values. | brettw@chromium.org | 2013-06-13 | 2 | -2/+3 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/. | dcheng@chromium.org | 2013-06-12 | 1 | -1/+1 |
* | Use a direct include of strings headers in net/test/, net/third_party/, net/t... | avi@chromium.org | 2013-06-11 | 10 | -14/+14 |
* | Use a direct include of utf_string_conversions.h in net/. | avi@chromium.org | 2013-06-07 | 2 | -2/+2 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 1 | -1/+1 |
* | Revert "Revert 202112 "GTTF: Convert most tests in content to use Embedd..."" | phajdan.jr@chromium.org | 2013-05-28 | 6 | -35/+53 |
* | Revert 202112 "GTTF: Convert most tests in content to use Embedd..." | xiyuan@chromium.org | 2013-05-25 | 6 | -53/+35 |
* | GTTF: Convert most tests in content to use EmbeddedTestServer. | phajdan.jr@chromium.org | 2013-05-24 | 6 | -35/+53 |
* | net: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-23 | 3 | -12/+13 |
* | GTTF: Make EmbeddedTestServer use ephemeral port | phajdan.jr@chromium.org | 2013-05-23 | 1 | -21/+17 |
* | GTTF: Convert WebContentsImplBrowserTest to use EmbeddedTestServer. | phajdan.jr@chromium.org | 2013-05-20 | 3 | -0/+64 |
* | Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette... | thestig@chromium.org | 2013-05-16 | 1 | -1/+1 |
* | Revert r187343 | rsleevi@chromium.org | 2013-05-14 | 1 | -3/+0 |
* | Rename the embedded test server to EmbeddedTestServer in net::test_server nam... | phajdan.jr@chromium.org | 2013-05-09 | 11 | -120/+124 |
* | Move SpawnedTestServer to its own subdirectory. | phajdan.jr@chromium.org | 2013-05-07 | 11 | -26/+26 |
* | GTTF: move chrome/browser/google_apis/test_server to net/test | phajdan.jr@chromium.org | 2013-05-07 | 12 | -0/+1248 |
* | Removes jknotten from OWNERS. | bulach@chromium.org | 2013-05-07 | 1 | -1/+0 |
* | GTTF: rename net::TestServer -> net::SpawnedTestServer | phajdan.jr@chromium.org | 2013-05-03 | 2 | -7/+7 |
* | Use base::TimeTicks instead of base::Time to resolve flaky tests using local_... | miu@chromium.org | 2013-04-30 | 1 | -2/+2 |
* | net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 1 | -1/+1 |
* | Remove base::DictionaryValue::HasNext. | pneubeck@chromium.org | 2013-04-12 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -2/+2 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -2/+2 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -2/+2 |
* | net: fix SHA-256 hashes on Windows. | agl@chromium.org | 2013-04-04 | 1 | -0/+11 |
* | Move MessageLoop to base namespace. | brettw@chromium.org | 2013-03-31 | 1 | -1/+3 |