| Commit message (Expand) | Author | Age | Files | Lines |
* | Move TrimWhitespace to the base namespace. | brettw@chromium.org | 2014-03-03 | 1 | -1/+1 |
* | Use EXPECT_DFATAL instead of EXPECT_DEBUG_DEATH in spdy_protocol_test.cc. | rch@chromium.org | 2014-01-25 | 5 | -0/+327 |
* | Removes MessageLoop::TYPE_XXX where possible | sky@chromium.org | 2014-01-15 | 1 | -2/+2 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 2 | -2/+2 |
* | Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi... | avi@chromium.org | 2013-12-23 | 1 | -2/+2 |
* | rAc: remove http:// support, except when flag is provided | estade@chromium.org | 2013-12-17 | 1 | -1/+1 |
* | Extract Certificate Transparency SCTs from stapled OCSP responses | ekasper@google.com | 2013-12-17 | 4 | -9/+98 |
* | Revert of https://codereview.chromium.org/92443002/ | szym@chromium.org | 2013-12-13 | 4 | -98/+9 |
* | Extract Certificate Transparency SCTs from stapled OCSP responses | ekasper@google.com | 2013-12-13 | 4 | -9/+98 |
* | net: add test for TLS_FALLBACK_SCSV | agl@chromium.org | 2013-12-11 | 2 | -2/+13 |
* | Fixing Java style errors in net/android/ | aurimas@chromium.org | 2013-12-11 | 1 | -3/+3 |
* | Certificate Transparency: Properly initializing test objects | eranm@google.com | 2013-12-11 | 1 | -0/+2 |
* | Revert 239921 "Revert 239759 "The comment in base64.h implies th..." | vadimt@chromium.org | 2013-12-11 | 1 | -6/+3 |
* | Revert 239759 "The comment in base64.h implies that base::Base64..." | vadimt@chromium.org | 2013-12-11 | 1 | -3/+6 |
* | The comment in base64.h implies that base::Base64Encode() can return false, but | ricea@chromium.org | 2013-12-10 | 1 | -6/+3 |
* | Fix flaky thread number DCHECK in KioskTest. | xiyuan@chromium.org | 2013-12-06 | 2 | -5/+27 |
* | Stop using third_party\python_26 for many tests. | maruel@chromium.org | 2013-12-05 | 3 | -11/+14 |
* | Do not spawn a thread in browser/interactive ui tests before spawning sandbox... | oshima@chromium.org | 2013-12-04 | 2 | -17/+65 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Add support for fetching Certificate Transparency SCTs over a TLS extension | ekasper@google.com | 2013-11-28 | 2 | -1/+14 |
* | Add the high-level interface for verifying SCTs over multiple logs | eranm@google.com | 2013-11-24 | 2 | -2/+30 |
* | Add an SignedCertificateTimetampStore, making SignedCertificateTimestamp be r... | alcutter@google.com | 2013-11-22 | 2 | -6/+12 |
* | A rather small change following up on comments in issue 55953002. | eranm@google.com | 2013-11-21 | 1 | -2/+6 |
* | Create EmbeddedTestServer's thread when necessary | oshima@chromium.org | 2013-11-21 | 2 | -15/+15 |
* | Fix chrome upload with content uri | qinmin@chromium.org | 2013-11-20 | 1 | -0/+2 |
* | CT: Adding SCT and PreCertificates extractor. This code creates the | eranm@google.com | 2013-11-19 | 2 | -0/+13 |
* | Revert 235752 "Fix chrome upload with content uri" | qinmin@chromium.org | 2013-11-18 | 1 | -2/+0 |
* | Fix chrome upload with content uri | qinmin@chromium.org | 2013-11-18 | 1 | -0/+2 |
* | CT: Adding SCT verification functionality: A CTLogVerifier instance can verif... | eranm@google.com | 2013-11-13 | 2 | -9/+70 |
* | Fixes for -Wunused-function on Linux, Android and ChromeOS | hans@chromium.org | 2013-11-12 | 1 | -0/+2 |
* | CT: First step towards supporting Certificate Transparency in Chrome. | eranm@google.com | 2013-11-01 | 2 | -0/+147 |
* | [Net] Add a priority parameter to URLRequest's constructor | akalin@chromium.org | 2013-10-31 | 1 | -3/+4 |
* | Revert 232131 "CT: First step towards supporting Certificate Tra..." | rpaquay@chromium.org | 2013-10-31 | 2 | -147/+0 |
* | CT: First step towards supporting Certificate Transparency in Chrome. | eranm@google.com | 2013-10-31 | 2 | -0/+147 |
* | GTTF: Make EmbeddedTestServer always use its own thread for IO | phajdan.jr@chromium.org | 2013-10-25 | 3 | -20/+23 |
* | [TestWebServer] Add support for running actions when responding. | tedchoc@chromium.org | 2013-10-18 | 1 | -10/+46 |
* | GTTF: move the test launcher files to base/test/launcher | phajdan.jr@chromium.org | 2013-10-04 | 1 | -1/+1 |
* | 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 |