| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 229469 "Disables ChromeFrameTestWithWebServer.WidgetModeI..." | sky@chromium.org | 2013-10-18 | 1 | -3/+1 |
* | Disables ChromeFrameTestWithWebServer.WidgetModeIE_ObjectFocus | sky@chromium.org | 2013-10-18 | 1 | -1/+3 |
* | Revert 229320 "Disable ChromeFrameTestWithWebServer.WidgetModeIE..." | grt@chromium.org | 2013-10-18 | 1 | -3/+1 |
* | Disable ChromeFrameTestWithWebServer.WidgetModeIE_ObjectFocus. It regressed i... | pfeldman@chromium.org | 2013-10-18 | 1 | -1/+3 |
* | bookmarks: Remove Mac specific function from BookmarkNodeData. | tfarina@chromium.org | 2013-10-12 | 1 | -2/+2 |
* | Explicit initialization of aura::Env for browser shell. | dnicoara@chromium.org | 2013-10-09 | 1 | -0/+2 |
* | Cleanup: Remove some FromWStringHack() calls in chrome/installer. | thestig@chromium.org | 2013-09-26 | 1 | -1/+1 |
* | Revert 224269 "Don't persist HPKP if PrivacyMode is enabled." | tkent@chromium.org | 2013-09-20 | 1 | -1/+0 |
* | Don't persist HPKP if PrivacyMode is enabled. | mef@chromium.org | 2013-09-20 | 1 | -0/+1 |
* | Revert 223894 "Revert "Enable device discovery notifications."" | vitalybuka@chromium.org | 2013-09-19 | 1 | -0/+3 |
* | Revert "Enable device discovery notifications." | teravest@chromium.org | 2013-09-18 | 1 | -3/+0 |
* | base: Split logging functions and PerfTimeLogger out of perftimer.h | tfarina@chromium.org | 2013-09-17 | 3 | -15/+23 |
* | Enable device discovery notifications. | vitalybuka@chromium.org | 2013-09-13 | 1 | -0/+3 |
* | Remove ref-counting from StreamListenSocket | szym@chromium.org | 2013-09-03 | 2 | -18/+19 |
* | Factor out a perf test result printer method. | tonyg@chromium.org | 2013-09-02 | 1 | -1/+1 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 4 | -5/+5 |
* | Fix more fallouts of variations target move. | asvitkine@chromium.org | 2013-08-29 | 1 | -1/+1 |
* | Move perftimer.* into base/test/ directory. | tfarina@chromium.org | 2013-08-24 | 1 | -1/+1 |
* | Disable FullTabNavigationTest.FormPostBackForward | vabr@chromium.org | 2013-08-22 | 1 | -1/+2 |
* | Disable FullTabUITest.TabCrashReload | vabr@chromium.org | 2013-08-22 | 1 | -1/+2 |
* | Introduce GURL::SchemeIsHttpFamily(), which returns true for http and https. | cdn@chromium.org | 2013-08-22 | 1 | -1/+1 |
* | Fix race in matching tab contents titles in GCF integration tests. | grt@chromium.org | 2013-08-21 | 3 | -52/+88 |
* | Remove unneeded DCHECK from CF's ie_event_sink test code. | robertshield@chromium.org | 2013-08-20 | 1 | -1/+0 |
* | Fix regression: don't redirect to data: URLs. | tsepez@chromium.org | 2013-08-16 | 1 | -1/+4 |
* | Fix uninitialized HRESULT in ie_event_sink.cc reported by PVS. | robertshield@chromium.org | 2013-08-14 | 1 | -1/+1 |
* | Revert 216444 "net: add a test to ensure that our TLS handshake ..." | frankf@chromium.org | 2013-08-08 | 1 | -1/+3 |
* | net: add a test to ensure that our TLS handshake doesn't get too large. | agl@chromium.org | 2013-08-08 | 1 | -3/+1 |
* | Add a CertVerifier flag to enable hard fail for local (non-public) trust anch... | rsleevi@chromium.org | 2013-07-30 | 1 | -0/+1 |
* | importer: Allow chrome to import internal chrome pages (i.e, chrome:// and ab... | tfarina@chromium.org | 2013-07-27 | 1 | -1/+1 |
* | Update include paths in chrome_frame for base/process changes. | rsesek@chromium.org | 2013-07-23 | 11 | -10/+18 |
* | Refactor utility methods that don't use the ProfileManager directly out of th... | noms@chromium.org | 2013-07-18 | 1 | -1/+2 |
* | Use a direct include of the message_loop header in cc/, chrome_frame/, cloud_... | avi@chromium.org | 2013-07-17 | 6 | -6/+6 |
* | Use a direct include of the shared_memory header in base/, chrome/, components/. | avi@chromium.org | 2013-07-17 | 2 | -2/+2 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 5 | -7/+7 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -1/+1 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 5 | -9/+9 |
* | ProcessSingleton now uses base::win::MessageWindow to create a message-only w... | alexeypa@chromium.org | 2013-07-11 | 3 | -0/+13 |
* | Move Copy* into the base namespace. | brettw@chromium.org | 2013-07-09 | 2 | -4/+4 |
* | Create the desktop screen in the CF net tests. | grt@chromium.org | 2013-07-03 | 1 | -0/+9 |
* | Move DeleteAfterReboot, Move, and ReplaceFile to base namespace | brettw@chromium.org | 2013-07-01 | 2 | -3/+3 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 5 | -7/+7 |
* | Revert r206949 - "Start moving breakpad integration to a component." | jochen@chromium.org | 2013-06-29 | 1 | -2/+1 |
* | More tests for handling HSTS and HPKP headers. | palmer@chromium.org | 2013-06-29 | 1 | -0/+2 |
* | Use a direct include of time headers in chrome_frame/, chromeos/, cloud_print... | avi@chromium.org | 2013-06-28 | 7 | -8/+8 |
* | Fix one more instance of scoped_ptr<T>(NULL) on Windows. | dcheng@chromium.org | 2013-06-26 | 1 | -1/+1 |
* | Chrome Frame turndown prompt. | grt@chromium.org | 2013-06-22 | 1 | -1/+28 |
* | Define a LoggingSettings struct to use for InitLogging() | akalin@chromium.org | 2013-06-21 | 1 | -6/+5 |
* | In components/autofill, move browser/ to core/browser/ | blundell@chromium.org | 2013-06-20 | 1 | -1/+1 |
* | Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction. | ttuttle@chromium.org | 2013-06-20 | 1 | -1/+4 |
* | Start moving breakpad integration to a component. | jochen@chromium.org | 2013-06-18 | 1 | -1/+2 |