| Commit message (Expand) | Author | Age | Files | Lines |
* | FBTF: Remove unneeded headers from base/ (part 8) | thestig@chromium.org | 2010-09-08 | 1 | -0/+1 |
* | Cleanup the SSLPolicyBackend class. | tfarina@chromium.org | 2010-09-04 | 4 | -188/+3 |
* | Do not say the connection is not encrypted if security_bits | wtc@chromium.org | 2010-09-02 | 1 | -3/+4 |
* | Address a TODO in SSLPolicyBackend class. | tfarina@chromium.org | 2010-08-31 | 2 | -56/+45 |
* | https: add support for DNS exclusion and switch to TXT records. | agl@chromium.org | 2010-08-28 | 3 | -0/+12 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 4 | -5/+5 |
* | Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}. | viettrungluu@chromium.org | 2010-08-19 | 1 | -1/+0 |
* | Mark SSLUITest.TestDisplaysInsecureContentLoadedFromJS as flaky on Win32. | thestig@chromium.org | 2010-08-18 | 1 | -1/+10 |
* | Test server cleanup patch of death: | phajdan.jr@chromium.org | 2010-08-17 | 1 | -219/+130 |
* | Remove remaining deprecated wstring methods from base/values.{cc,h}. | viettrungluu@chromium.org | 2010-08-17 | 1 | -19/+22 |
* | Convert infobar APIs to UTF-16. | evan@chromium.org | 2010-08-13 | 1 | -7/+12 |
* | Clone of issue 2941001. See initial review below. | twiz@google.com | 2010-08-12 | 1 | -3/+7 |
* | FBTF: Remove unneeded headers from base/ (part 5) | thestig@chromium.org | 2010-08-07 | 1 | -1/+0 |
* | Minor header cleanup of chrome/browser/[st]*/*.h minus c/b/sync/*.h. | viettrungluu@chromium.org | 2010-08-06 | 1 | -2/+0 |
* | Display an infobar after enrolling a client certificate | davidben@chromium.org | 2010-08-02 | 2 | -38/+56 |
* | Add undeclared virtual destructors part 3 | ziadh@chromium.org | 2010-07-30 | 1 | -0/+3 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -3/+3 |
* | GTTF: Move more test server code from net/url_request/url_request_unittest.h | phajdan.jr@chromium.org | 2010-07-29 | 1 | -65/+67 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 1 | -2/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 11 | -0/+11 |
* | GTTF: test server cleanup: | phajdan.jr@chromium.org | 2010-07-23 | 1 | -1/+1 |
* | Refactor SSLClientAuthHandler and certificate selection | davidben@chromium.org | 2010-07-21 | 5 | -478/+37 |
* | Minor clean-up tasks that were TODO(snej) | rsleevi@chromium.org | 2010-07-17 | 6 | -19/+19 |
* | Display the error code when certificates fail to add | davidben@chromium.org | 2010-07-15 | 1 | -2/+9 |
* | Plumb SSL connection information into the PageInfo model. | agl@chromium.org | 2010-07-12 | 2 | -7/+16 |
* | Refactor certificate viewer code behind ShowCertificateViewer | davidben@chromium.org | 2010-07-07 | 1 | -3/+2 |
* | Attempt 2 at Moving Browser::AddTypes to TabStripModel. The first | sky@chromium.org | 2010-06-28 | 1 | -5/+5 |
* | Make X509Certificate::CreateFromHandle() copy the OSCertHandle, rather than a... | rsleevi@chromium.org | 2010-06-26 | 1 | -0/+1 |
* | Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarily | sky@chromium.org | 2010-06-24 | 1 | -5/+5 |
* | Moves Browser::AddTypes to TabStripModel. This patch is primarily | sky@chromium.org | 2010-06-24 | 1 | -5/+5 |
* | Marking SSLUITest.TestCNInvalidStickiness as FLAKY on windows. | robertshield@chromium.org | 2010-06-22 | 1 | -1/+8 |
* | Cleanup: Remove some unneeded WebKit headers. | thestig@chromium.org | 2010-06-18 | 1 | -2/+0 |
* | Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ... | tfarina@chromium.org | 2010-06-06 | 1 | -1/+1 |
* | Make SSLUITest.TestUnauthenticatedFramNavigation flaky for mac and linux, dis... | jhawkins@chromium.org | 2010-06-04 | 1 | -2/+9 |
* | Make SSLUITest.TestHTTPSExpiredCertAndDontProceed flaky for mac and linux, an... | jhawkins@chromium.org | 2010-05-27 | 1 | -2/+9 |
* | Disable SSLUITest.TestGoodFrameNavigation, it flakily exceeds test timeout. | phajdan.jr@chromium.org | 2010-05-19 | 1 | -1/+2 |
* | Remove the mostly-unused FilterPolicy class. Convert the only actually-used ... | pkasting@chromium.org | 2010-05-18 | 5 | -68/+9 |
* | Rename "mixed content" to "insecure content" in as many places as possible, t... | pkasting@chromium.org | 2010-05-18 | 4 | -74/+68 |
* | Reland r47347 [was reverted in r47357], this time without re-enabling a DISAB... | pkasting@chromium.org | 2010-05-17 | 10 | -325/+369 |
* | Revert 47347 - (Original patch reviewed at http://codereview.chromium.org/206... | rvargas@google.com | 2010-05-15 | 10 | -370/+326 |
* | (Original patch reviewed at http://codereview.chromium.org/2067003 ) | pkasting@chromium.org | 2010-05-15 | 10 | -326/+370 |
* | L"" -> std::wstring(), try to avoid line breaks in the middle of statements, ... | pkasting@chromium.org | 2010-05-13 | 1 | -58/+47 |
* | Remove more dead code/strings relating to mixed/unsafe content. | pkasting@chromium.org | 2010-05-13 | 2 | -16/+2 |
* | Fix logic error in SSLPolicy::UpdateStateForMixedContent(). | pkasting@chromium.org | 2010-05-11 | 1 | -1/+1 |
* | Remove vestiges of has_unsafe_content(), which is no longer used. | pkasting@chromium.org | 2010-05-11 | 1 | -30/+23 |
* | Disable SSLUITest.TestHTTPSExpiredCertAndDontProceed, it flakily | phajdan.jr@chromium.org | 2010-05-07 | 1 | -1/+2 |
* | Disable SSLUITest.TestUnauthenticatedFrameNavigation, it flakily exceeds test... | phajdan.jr@chromium.org | 2010-05-06 | 1 | -1/+2 |
* | Add an SSLBlockingPage::ErrorLevel enum type to make the | wtc@chromium.org | 2010-05-03 | 4 | -18/+26 |
* | Remove deprecated things from net test suite: | phajdan.jr@chromium.org | 2010-04-30 | 1 | -57/+57 |
* | Changing linux platform for chromeos. This involved moving platform_util and... | dhg@chromium.org | 2010-04-29 | 1 | -1/+1 |