| Commit message (Expand) | Author | Age | Files | Lines |
* | base: rename Environment::HasEnv to Environment::HasVar. | tfarina@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | base: Rename EnvVarGetter to Environment. | tfarina@chromium.org | 2010-08-03 | 1 | -2/+2 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -3/+5 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 2 | -0/+2 |
* | Enable two AutomationUITestBase tests on the Mac, and add a bug annotation fo... | stuartmorgan@chromium.org | 2010-06-04 | 1 | -6/+3 |
* | Re-enable some disabled tests that pass locally. | estade@chromium.org | 2010-05-27 | 1 | -14/+4 |
* | TTF: Enable ShowBookmarkBar test, as it appears to be working. | jhawkins@chromium.org | 2010-05-24 | 1 | -9/+1 |
* | [GTTF] [TTF] Test marks maintenance CL: | phajdan.jr@chromium.org | 2010-05-19 | 1 | -4/+2 |
* | Convert variables in chrome/common/env_vars.cc from wchar_t to char. Enable C... | thestig@chromium.org | 2010-04-06 | 1 | -3/+4 |
* | Revert "Keyboard accessibility for the page and app menus.", rev 42234 and 42... | maruel@chromium.org | 2010-03-22 | 1 | -99/+0 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-22 | 1 | -0/+99 |
* | Revert "Keyboard accessibility for the page and app menus." | maruel@chromium.org | 2010-03-22 | 1 | -100/+0 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-22 | 1 | -0/+100 |
* | [GTTF] Reduce number of automation methods ending with WithTimeout. | phajdan.jr@chromium.org | 2010-03-22 | 2 | -75/+23 |
* | [GTTF] Make automation timeouts more sane. | phajdan.jr@chromium.org | 2010-03-19 | 1 | -1/+1 |
* | [GTTF] Make automation framework more solid by making sure that | phajdan.jr@chromium.org | 2010-03-16 | 4 | -51/+72 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 1 | -2/+2 |
* | Revert previously disabled mac tests. | rohitrao@chromium.org | 2010-01-29 | 1 | -9/+0 |
* | Disable crashing mac ui test | victorw@chromium.org | 2010-01-29 | 1 | -0/+3 |
* | Disable crashing mac ui test | victorw@chromium.org | 2010-01-29 | 1 | -0/+3 |
* | Disable crashing new tab test on mac | victorw@chromium.org | 2010-01-29 | 1 | -0/+3 |
* | Putting back tests that are excluded in bug 28808 | oshima@chromium.org | 2009-12-22 | 1 | -7/+0 |
* | Use GetSwitchValueASCII, so we don't use the deprecated versions. | evan@chromium.org | 2009-12-17 | 1 | -8/+6 |
* | Flaky tests on linux/view/64bit builds. | oshima@chromium.org | 2009-11-25 | 1 | -1/+8 |
* | Use GetSwitchValuePath. | evan@chromium.org | 2009-11-16 | 1 | -4/+2 |
* | AutomatedUITestBase.CloseTab fails on multiple platforms, not | nsylvain@chromium.org | 2009-10-28 | 1 | -8/+2 |
* | Changes ui proxy classes to use Browser::Types rather than copying | sky@chromium.org | 2009-10-28 | 1 | -1/+1 |
* | Mark AutomatedUITestBase.CloseBrowserWindow as flaky. It fails | nsylvain@chromium.org | 2009-10-28 | 1 | -3/+2 |
* | Take 2 at this. The only change between this and the first is to add the GetT... | sky@chromium.org | 2009-10-27 | 1 | -1/+2 |
* | Revert 30194 - Makes session restore on Chrome OS restore popups. | sky@chromium.org | 2009-10-27 | 1 | -2/+1 |
* | Makes session restore on Chrome OS restore popups. | sky@chromium.org | 2009-10-27 | 1 | -1/+2 |
* | Use ASCII strings for switch names. | evan@chromium.org | 2009-10-13 | 1 | -6/+6 |
* | * Add ctrl-shift-d to bookmark all tabs. | pkasting@chromium.org | 2009-10-08 | 1 | -1/+1 |
* | Relanding keyboard code refactoring: | jcampan@chromium.org | 2009-09-29 | 2 | -2/+4 |
* | Linux: Enable FindInPage automated ui test test. | estade@chromium.org | 2009-09-28 | 1 | -2/+7 |
* | Reverting 27412 it breaks the toolkit views Linux build. | jcampan@chromium.org | 2009-09-28 | 2 | -4/+2 |
* | Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ... | jcampan@chromium.org | 2009-09-28 | 2 | -2/+4 |
* | Cut down on flakiness of automated ui tests by changing message sending/waiti... | estade@chromium.org | 2009-09-25 | 1 | -62/+30 |
* | GTK: First cut at tab dragging automation. | estade@chromium.org | 2009-09-25 | 2 | -10/+6 |
* | Automated ui test porting + cleanup: | estade@chromium.org | 2009-09-22 | 3 | -27/+27 |
* | First part of automated_ui_tests improvements. | phajdan.jr@chromium.org | 2009-09-16 | 5 | -58/+178 |
* | Revert "First part of automated_ui_tests improvements." | phajdan.jr@chromium.org | 2009-09-15 | 5 | -174/+58 |
* | Fix Mac by disabling some UI tests on it. | phajdan.jr@chromium.org | 2009-09-15 | 1 | -0/+6 |
* | First part of automated_ui_tests improvements. | phajdan.jr@chromium.org | 2009-09-15 | 5 | -58/+168 |
* | Replace a bunch of hardcoded URLs with constants from url_constants.h | brettw@chromium.org | 2009-09-15 | 1 | -2/+3 |
* | Convert std::wstring encoding names to std::string in a bunch of files. | tony@chromium.org | 2009-09-04 | 1 | -1/+1 |
* | Port automated_ui_tests to linux. | huanr@chromium.org | 2009-08-19 | 2 | -68/+63 |
* | Add automation call to wait for multiple navigations. | phajdan.jr@chromium.org | 2009-08-19 | 2 | -1/+3 |
* | Revert "Add automation call to wait for multiple navigations." | phajdan.jr@chromium.org | 2009-08-19 | 2 | -3/+1 |
* | Add automation call to wait for multiple navigations. | phajdan.jr@chromium.org | 2009-08-19 | 2 | -1/+3 |