| Commit message (Expand) | Author | Age | Files | Lines |
* | FilePath: Remove much of ToWStringHack, adding a LossyDisplayName() | evan@chromium.org | 2011-02-04 | 1 | -1/+1 |
* | Update installer test constants for finding correct dev and stable builds. | kkania@chromium.org | 2011-02-02 | 1 | -2/+2 |
* | Change UTF8ToUTF16 to accept const StringPiece&. | suzhe@google.com | 2011-01-28 | 1 | -0/+2 |
* | Use FilePath::Extension instead of the deprecated file_util::GetFileExtension... | tfarina@chromium.org | 2011-01-27 | 1 | -3/+4 |
* | Regkey functions return error code instead of bool | amit@chromium.org | 2011-01-19 | 1 | -7/+11 |
* | Remove base/platform_thread.h stub and fix up all callers to use the new loca... | brettw@google.com | 2011-01-01 | 1 | -1/+0 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 2 | -12/+12 |
* | Use FilePath::BaseName instead of the deprecated file_util::GetFilenameFromPa... | tfarina@chromium.org | 2010-12-24 | 2 | -8/+8 |
* | Revert 69167, itself a revert of 69165 - Merge the installer, installer_util ... | robertshield@chromium.org | 2010-12-15 | 3 | -20/+20 |
* | Revert 69165 - Merge the installer, installer_util and setup_util namespaces ... | robertshield@chromium.org | 2010-12-14 | 3 | -20/+20 |
* | Merge the installer, installer_util and setup_util namespaces into a single i... | robertshield@chromium.org | 2010-12-14 | 3 | -20/+20 |
* | Don't run the mini installer tests at all if they are not supported on the pl... | kkania@chromium.org | 2010-11-19 | 2 | -33/+24 |
* | Marking InstallMiniInstallerSys as flaky. | amit@chromium.org | 2010-11-01 | 1 | -1/+2 |
* | Convert LOG(INFO) to VLOG(1) - chrome/test/. | pkasting@chromium.org | 2010-10-20 | 1 | -6/+6 |
* | Move pe_image and registry from base to base/win and use the namespace. It re... | brettw@chromium.org | 2010-10-17 | 1 | -1/+3 |
* | Move windows version-related stuff out of base/win_util and into base/win/win... | brettw@chromium.org | 2010-10-15 | 1 | -2/+2 |
* | CommandLine: remove wstring-based program() accessor | evan@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Move TestTimeouts from chrome/test to base/test. | sergeyu@chromium.org | 2010-10-05 | 2 | -2/+2 |
* | Mark MiniInstallTest.InstallMiniInstallerUser as flaky as it fails occasionally. | satish@chromium.org | 2010-09-28 | 1 | -1/+7 |
* | Ensure correct timeout ordering for timeout values managed by test_timeouts.cc. | robertshield@chromium.org | 2010-09-21 | 1 | -0/+4 |
* | Add testing of the Chrome Frame user-mode installation to mini_installer_test... | robertshield@chromium.org | 2010-09-16 | 6 | -100/+148 |
* | Review URL: http://codereview.chromium.org/3163040 | kkania@chromium.org | 2010-09-02 | 5 | -45/+44 |
* | Re-land part of r55416, minus actually moving the test_suite.h contents to a ... | brettw@chromium.org | 2010-08-17 | 1 | -1/+2 |
* | Cleanup Registry API: part 3. | tfarina@chromium.org | 2010-08-14 | 1 | -1/+1 |
* | Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of... | nsylvain@chromium.org | 2010-08-09 | 1 | -2/+1 |
* | Cleanup in base. This moves the implementation (and a bunch of header file | brettw@chromium.org | 2010-08-09 | 1 | -1/+2 |
* | Remove GetSwitchValue() from chrome/* where easy. | evan@chromium.org | 2010-08-06 | 1 | -1/+2 |
* | Get rid of FromWStringHack in chrome_mini_installer.cc. | tfarina@chromium.org | 2010-08-05 | 2 | -64/+57 |
* | Revert "Remove GetSwitchValue() from chrome/* where easy." | evan@chromium.org | 2010-08-04 | 1 | -2/+1 |
* | Remove GetSwitchValue() from chrome/* where easy. | evan@chromium.org | 2010-08-04 | 1 | -1/+2 |
* | Remove number conversion functions from string_util. These moved to string_nu... | brettw@chromium.org | 2010-08-03 | 1 | -4/+8 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -0/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 3 | -0/+3 |
* | file_util: Get rid of the deprecated UpOneDirectory function. | tfarina@chromium.org | 2010-07-23 | 3 | -12/+13 |
* | Fix chrome mini installer test. | mirandac@google.com | 2010-07-16 | 2 | -20/+9 |
* | file_util: Get rid of most uses of UpOneDirectory. | tfarina@chromium.org | 2010-07-09 | 2 | -14/+16 |
* | Command line flag cleanup. | estade@chromium.org | 2010-06-25 | 2 | -8/+10 |
* | Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ... | tfarina@chromium.org | 2010-06-06 | 1 | -2/+2 |
* | win: string_util.h -> utf_string_conversions.h fix. | jhawkins@google.com | 2010-03-11 | 1 | -1/+1 |
* | Add 64-bit binaries that are required for NaCl support to Chrome installation... | gregoryd@google.com | 2010-03-04 | 1 | -0/+6 |
* | Added few methods and a testcase to test Chrome Frame installation. | anantha@chromium.org | 2009-11-16 | 8 | -91/+258 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 1 | -1/+2 |
* | Push the Omaha app guid into the browser distribution classes to remove compi... | robertshield@chromium.org | 2009-11-05 | 1 | -3/+8 |
* | Add a command-line option for specifying a particular build to test and for p... | kkania@chromium.org | 2009-10-30 | 6 | -255/+267 |
* | Revert 29668 - Add a commandline option for specifying a particular build to ... | kkania@google.com | 2009-10-21 | 6 | -263/+256 |
* | Add a command-line option for specifying a particular build to test and for p... | kkania@chromium.org | 2009-10-21 | 6 | -256/+263 |
* | Re-try r29078: Remove some deprecated file_util wstring functions. | estade@chromium.org | 2009-10-15 | 3 | -23/+22 |
* | Remove file_util::TrimTrailingSeparators(), which is deprecated and | tkent@chromium.org | 2009-10-15 | 1 | -6/+5 |
* | Revert wstring patch (r29078 and follow up commits). It is causing failures o... | estade@chromium.org | 2009-10-15 | 3 | -22/+23 |
* | Remove some deprecated file_util wstring functions. | estade@chromium.org | 2009-10-15 | 3 | -23/+22 |