| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not leak temporary dirs when running UI tests. | nirnimesh@chromium.org | 2010-09-03 | 1 | -3/+0 |
* | FBTF: Move some heavy, repeatedly emitted symbols to implementation files. | erg@google.com | 2010-08-30 | 1 | -142/+9 |
* | Re-land part of r55416, minus actually moving the test_suite.h contents to a ... | brettw@chromium.org | 2010-08-17 | 1 | -4/+7 |
* | Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of... | nsylvain@chromium.org | 2010-08-09 | 1 | -7/+4 |
* | Cleanup in base. This moves the implementation (and a bunch of header file | brettw@chromium.org | 2010-08-09 | 1 | -4/+7 |
* | Remove wstrings from l10n_util/ResourceBundle locale functions. | evan@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Revert r50807 | aa@chromium.org | 2010-06-25 | 1 | -34/+2 |
* | Initialize WebKit for unit_tests process. Before it was getting initialized b... | aa@chromium.org | 2010-06-25 | 1 | -2/+34 |
* | Log the OS error that getaddrinfo() failed with. | eroman@chromium.org | 2010-05-16 | 1 | -2/+3 |
* | Don't delete the user profile directory for tests that ran with --user-data-dir. | thestig@chromium.org | 2010-04-27 | 1 | -9/+12 |
* | HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the... | cbentzel@chromium.org | 2010-04-08 | 1 | -1/+3 |
* | Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ... | cbentzel@chromium.org | 2010-04-07 | 1 | -3/+1 |
* | HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the... | cbentzel@chromium.org | 2010-04-07 | 1 | -1/+3 |
* | Fix a pyauto crash while loading locales. | nirnimesh@chromium.org | 2010-04-02 | 1 | -1/+3 |
* | Provide a method to specify to the automation interface the dir containing br... | nirnimesh@chromium.org | 2010-03-09 | 1 | -0/+10 |
* | chrome 1: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 1 | -0/+1 |
* | Pulls the latest googleurl to get the fix for | brettw@chromium.org | 2010-03-06 | 1 | -0/+2 |
* | [Linux/Mac] clean up the shared memory file on disk used by stats in tests. | thomasvl@chromium.org | 2009-12-30 | 1 | -7/+33 |
* | Use GetSwitchValueASCII. | tony@chromium.org | 2009-11-06 | 1 | -3/+3 |
* | Remove themes/default.dll and merge the resources into chrome.dll. | tc@google.com | 2009-11-02 | 1 | -1/+0 |
* | Add a mechanism to disable IPv6. | eroman@chromium.org | 2009-10-21 | 1 | -2/+4 |
* | Move more ICU-dependent stuff from base into base/i18n. Some test stuff also | brettw@chromium.org | 2009-10-09 | 1 | -1/+1 |
* | Get rid of mac_app_names.h. Replace it with real constants from | mark@chromium.org | 2009-10-08 | 1 | -7/+2 |
* | Move all resources into the framework. | mark@chromium.org | 2009-10-07 | 1 | -0/+4 |
* | Coverity: Initialize stats_table_ in the constructor. | jhawkins@chromium.org | 2009-09-29 | 1 | -3/+5 |
* | Avoids the use of ToWStringHack in a few places. | evan@chromium.org | 2009-08-26 | 1 | -2/+1 |
* | Refactorings surrounding HostResolver: | ericroman@google.com | 2009-07-15 | 1 | -11/+13 |
* | Replace std:;wstring with std::string and string16 in locale-name related APIs. | jshin@chromium.org | 2009-06-24 | 1 | -2/+2 |
* | Reland this change. Registers paths for the testing exe, too. | ben@chromium.org | 2009-05-15 | 1 | -0/+2 |
* | Provide one set of mac common app name defines for things that need the name ... | thomasvl@chromium.org | 2009-05-14 | 1 | -1/+4 |
* | Fix few miscellanous TODO(port)s. | phajdan.jr@chromium.org | 2009-05-12 | 1 | -1/+0 |
* | Put test_user_data in a temp directory instead of using base::DIR_EXE. (try 2) | thestig@chromium.org | 2009-05-11 | 1 | -2/+11 |
* | Revert r15607 | hclam@chromium.org | 2009-05-08 | 1 | -10/+2 |
* | Put test_user_data in a temp directory instead of using base::DIR_EXE. | thestig@chromium.org | 2009-05-08 | 1 | -2/+10 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Yet more deprecation of the wstring version of PathService::Get() for UI tests. | thestig@chromium.org | 2009-05-02 | 1 | -8/+11 |
* | Adjustments in chrome_test_suite external dns lookups detection code: | phajdan.jr@chromium.org | 2009-04-07 | 1 | -5/+11 |
* | Prevent making real DNS lookups by chrome tests. | phajdan.jr@chromium.org | 2009-03-27 | 1 | -0/+30 |
* | Add a macutil for the main app bundle and override | thomasvl@chromium.org | 2009-03-03 | 1 | -0/+14 |
* | properly initialize resource manager on mac for unittests. | thomasvl@chromium.org | 2009-02-26 | 1 | -9/+0 |
* | Trying again to land this CL that makes the browser focus UI tests in process. | jcampan@chromium.org | 2009-02-25 | 1 | -1/+3 |
* | Reverting 10318. | jcampan@chromium.org | 2009-02-25 | 1 | -3/+1 |
* | Landing again the move of browser focus UI tests to in process. | jcampan@chromium.org | 2009-02-25 | 1 | -1/+3 |
* | Reverting 10295. | jcampan@chromium.org | 2009-02-24 | 1 | -3/+1 |
* | Converted the browser focus interactive ui tests to be in process. | jcampan@chromium.org | 2009-02-24 | 1 | -1/+3 |
* | Try to land strings on linux again (r9972). This time, enable | tc@google.com | 2009-02-18 | 1 | -3/+3 |
* | Porting profiles to the Mac. | avi@chromium.org | 2009-01-28 | 1 | -1/+4 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -1/+2 |
* | Platform cleanup in common/ | deanm@chromium.org | 2008-12-08 | 1 | -8/+13 |