| Commit message (Expand) | Author | Age | Files | Lines |
* | Update some uses of UTF conversions in chrome/browser to use the base:: names... | avi@chromium.org | 2013-12-24 | 4 | -3/+10 |
* | Update some uses of Value in chrome/browser to use the base:: namespace. | avi@chromium.org | 2013-12-23 | 2 | -3/+3 |
* | Change SSLCertRequestInfo.host_and_port from string to HostPortPair. | mattm@chromium.org | 2013-12-17 | 2 | -2/+3 |
* | net: add name constraints for ANSSI root. | agl@chromium.org | 2013-12-16 | 2 | -2/+16 |
* | Replace string16 with base::string16 in chrome/browser | brettw@chromium.org | 2013-12-12 | 4 | -7/+7 |
* | Replace string16 with base::string16 in chrome/browser | brettw@chromium.org | 2013-12-12 | 1 | -2/+2 |
* | Convert string16 to base::string16 in chrome/browser | brettw@chromium.org | 2013-12-11 | 5 | -39/+41 |
* | Infobar system refactor. | pkasting@chromium.org | 2013-12-06 | 1 | -17/+15 |
* | Revert 238283 "Infobar system refactor." | tonyg@chromium.org | 2013-12-03 | 1 | -15/+17 |
* | Infobar system refactor. | pkasting@chromium.org | 2013-12-03 | 1 | -17/+15 |
* | Move InfoBar notification typedefs from the global scope into InfoBar. | pkasting@chromium.org | 2013-11-26 | 1 | -2/+2 |
* | Fix interstitials being broken when JavaScript is disabled. | jam@chromium.org | 2013-11-25 | 1 | -0/+25 |
* | Fix the SSL interstitial UMA stats | felt@chromium.org | 2013-11-04 | 2 | -14/+2 |
* | [Net] Add a priority parameter to URLRequest's constructor | akalin@chromium.org | 2013-10-31 | 2 | -6/+9 |
* | Remove two RenderViewHostObserver implementations in ChromeOS code and replac... | jam@chromium.org | 2013-10-22 | 1 | -0/+1 |
* | This implements the new SSL blocking screen. See the bug for screenshots of w... | felt@chromium.org | 2013-10-21 | 1 | -35/+135 |
* | This causes ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY and ERR_SSL_PINNED_KEY_NOT_I... | felt@chromium.org | 2013-10-21 | 2 | -0/+23 |
* | ui: Move webui/ directory into base/ | tfarina@chromium.org | 2013-10-15 | 1 | -1/+1 |
* | [Cleanup] rename WebContentsModalDialogManager::IsShowingDialog() to IsDialog... | wittman@chromium.org | 2013-09-10 | 1 | -1/+1 |
* | Remove SSL interstitial finch trial | felt@chromium.org | 2013-09-04 | 1 | -43/+2 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 1 | -1/+1 |
* | Disable SSLUITest.TestHTTPSExpiredCertAndDontProceed in debug mode on Windows. | gab@chromium.org | 2013-08-28 | 1 | -21/+3 |
* | We want to know if users react differently to the SSL warning the first time ... | felt@chromium.org | 2013-08-09 | 2 | -6/+46 |
* | Moves chrome/common/time_format to ui/base/l10n. | mukai@chromium.org | 2013-08-07 | 1 | -1/+0 |
* | New OWNERS for chrome/browser/ssl. | palmer@chromium.org | 2013-08-03 | 1 | -1/+4 |
* | Adds new UMA entries to give us SSL clickthrough rates specific to intranet s... | felt@chromium.org | 2013-08-03 | 2 | -13/+35 |
* | Disable flaky SSLUITestBlock tests on Windows. | gab@chromium.org | 2013-08-02 | 1 | -0/+27 |
* | Removing time histograms from the SSL blocking page | felt@chromium.org | 2013-08-02 | 1 | -46/+13 |
* | Revert 210982 "Disable SSLUITest.TestGoodFrameNavigation" | cevans@chromium.org | 2013-07-24 | 1 | -1/+1 |
* | More misc. cleanup: | pkasting@chromium.org | 2013-07-19 | 1 | -9/+9 |
* | Update some includes of chrome_notification_types.h | jam@chromium.org | 2013-07-12 | 3 | -3/+3 |
* | Disable SSLUITest.TestGoodFrameNavigation | abarth@chromium.org | 2013-07-11 | 1 | -1/+1 |
* | Misc. cleanup: | pkasting@chromium.org | 2013-07-10 | 1 | -17/+15 |
* | chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1 | tfarina@chromium.org | 2013-07-02 | 2 | -2/+2 |
* | Use a direct include of time headers in chrome/browser/, part 7. | avi@chromium.org | 2013-06-28 | 2 | -2/+2 |
* | Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-27 | 1 | -2/+1 |
* | mac: Remove unused includes of scoped_nsobject.h. | thakis@chromium.org | 2013-06-25 | 1 | -1/+0 |
* | mac: Update clients of scoped_nsobject.h. | thakis@chromium.org | 2013-06-24 | 1 | -1/+1 |
* | This adds 3 more experimental conditions for controlled experiments on securi... | felt@chromium.org | 2013-06-21 | 1 | -0/+3 |
* | Revert 205676 "Disable flaky test: SSLUITest.TestHTTPSExpiredCer..." | jam@chromium.org | 2013-06-12 | 1 | -8/+1 |
* | Disable flaky test: SSLUITest.TestHTTPSExpiredCertAndDontProceed | garykac@chromium.org | 2013-06-11 | 1 | -1/+8 |
* | Use a direct include of strings headers in chrome/browser/r*-s*/. | avi@chromium.org | 2013-06-10 | 3 | -4/+4 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 3. | avi@chromium.org | 2013-06-07 | 4 | -4/+4 |
* | Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-03 | 10 | -26/+25 |
* | Cleanup: Small refactoring in ssl_browser_tests.cc. | thestig@chromium.org | 2013-06-01 | 1 | -50/+37 |
* | Re-enable SSLUITest.TestGoodFrameNavigation and adjust to new behaviour now | cevans@chromium.org | 2013-05-30 | 1 | -4/+19 |
* | chrome: Use base::MessageLoop. (Part 3) | xhwang@chromium.org | 2013-05-28 | 1 | -5/+7 |
* | [InfoBar] Add InfoBarDelegate::GetIconID() | dfalcantara@chromium.org | 2013-05-16 | 1 | -5/+3 |
* | components: Create web_modal component. | sadrul@chromium.org | 2013-05-16 | 1 | -1/+2 |
* | Don't tell people they can import their own roots on iOS. | palmer@chromium.org | 2013-05-15 | 1 | -0/+4 |