| Commit message (Expand) | Author | Age | Files | Lines |
* | Let pyauto create an attached webdriver instance to manipulate web pages. | kkania@chromium.org | 2011-08-12 | 2 | -0/+33 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 1 | -2/+2 |
* | Revert r96364, it's breaking a NaCl test. | mnissler@chromium.org | 2011-08-11 | 1 | -3/+1 |
* | Revert 96409 - Speculatively revert r96364, it's the best bet on the NaCL bre... | mrossetti@chromium.org | 2011-08-11 | 1 | -1/+3 |
* | Speculatively revert r96364, it's the best bet on the NaCL breakage. | mnissler@chromium.org | 2011-08-11 | 1 | -3/+1 |
* | Rename PluginUpdater to PluginPrefs and make it per-profile. | bauerb@chromium.org | 2011-08-11 | 1 | -1/+3 |
* | Re-write pyauto automation hook WaitForAllDownloadsToComplete. | dennisjeffrey@chromium.org | 2011-08-10 | 4 | -101/+109 |
* | wstring: remove wstrings from ChildProcessInfo | evan@chromium.org | 2011-08-05 | 1 | -1/+1 |
* | Refactor: Make PyAuto InstallExtension() take a string. Delete dead code. | dtu@chromium.org | 2011-08-04 | 4 | -122/+15 |
* | Support for adding save page download items into downloads history. | achuith@chromium.org | 2011-08-04 | 3 | -4/+4 |
* | Reland 'Show crashed apps on NTP, desaturated. Click to reload.' | yoz@chromium.org | 2011-08-03 | 1 | -0/+11 |
* | Add a hook for capturing a user profile photo and saving it to file and local... | frankf@chromium.org | 2011-08-03 | 5 | -0/+125 |
* | [Sync] Remove need for WideToUTF8 conversion for SyncBackendHost | akalin@chromium.org | 2011-08-03 | 1 | -0/+1 |
* | Allow PyAuto to install unpacked extensions. | dtu@chromium.org | 2011-08-02 | 1 | -7/+11 |
* | Nix GetFocusManagerForNativeView|Window. | msw@chromium.org | 2011-08-02 | 1 | -4/+6 |
* | EnableNetworkDevice() allows a PyAuto test to disable and enable ethernet, wi... | dtu@chromium.org | 2011-08-02 | 5 | -0/+89 |
* | Revert 95009. Causing pyauto NTP test failures on all platforms. | kkania@chromium.org | 2011-08-02 | 1 | -4/+2 |
* | Show crashed apps on NTP, desaturated. Click to reload. | yoz@chromium.org | 2011-08-01 | 1 | -2/+4 |
* | GetTimeInfo() returns the display time, date, and time zone. | dtu@chromium.org | 2011-08-01 | 3 | -9/+84 |
* | Fix GetTranslateInfo() in Debug | nirnimesh@chromium.org | 2011-08-01 | 1 | -4/+6 |
* | Handling of OAuth1 access token based login flow. The token+secret are now st... | zelidrag@chromium.org | 2011-08-01 | 2 | -3/+6 |
* | Move in_process_browser_test and ui_test_utils to chrome/test/base | phajdan.jr@chromium.org | 2011-07-29 | 1 | -2/+2 |
* | GTTF: Use IPC_BEGIN_MESSAGE_MAP_EX everywhere in the automation framework. | phajdan.jr@chromium.org | 2011-07-29 | 2 | -4/+20 |
* | PluginList cleanup to fix a race condition and decrease the API surface for f... | bauerb@chromium.org | 2011-07-29 | 1 | -1/+1 |
* | chromeos: Simplify audio mixer code. | derat@chromium.org | 2011-07-29 | 1 | -2/+2 |
* | Revert r94579, "chromeos: Simplify audio mixer code." | derat@chromium.org | 2011-07-29 | 1 | -2/+2 |
* | importer: Refactor ImporterList::Observer into its own header file. | tfarina@chromium.org | 2011-07-29 | 2 | -3/+5 |
* | chromeos: Simplify audio mixer code. | derat@chromium.org | 2011-07-28 | 1 | -2/+2 |
* | Removal of Profile from content part 3. | avi@chromium.org | 2011-07-28 | 3 | -10/+14 |
* | Added EnrollEnterpriseDevice(user, password) automation hook. | craigdh@chromium.org | 2011-07-28 | 5 | -14/+122 |
* | Re-land the experimental permissions API for extensions. | jstritar@chromium.org | 2011-07-27 | 1 | -2/+3 |
* | Revert 94288 - Add an experimental permissions API for extensions. | jstritar@chromium.org | 2011-07-27 | 1 | -3/+2 |
* | Add an experimental permissions API for extensions. | jstritar@chromium.org | 2011-07-27 | 1 | -2/+3 |
* | Fix bugs in ui_controls::SendMouseMove on linux. I believe the | sky@chromium.org | 2011-07-27 | 1 | -11/+7 |
* | [cros] Fix PyAuto is_logged_in detection. | nkostylev@chromium.org | 2011-07-27 | 1 | -1/+1 |
* | Move 'share this network' -> connect dialog. | stevenjb@google.com | 2011-07-26 | 1 | -1/+58 |
* | Remove explicit keyword from multi-argument (w/o default values) constructors | dilmah@chromium.org | 2011-07-26 | 1 | -3/+3 |
* | Return an error for snapshot automation requests on linux. | kkania@chromium.org | 2011-07-25 | 1 | -0/+6 |
* | In chromedriver, do not hang when an alert becomes active during an action. | kkania@chromium.org | 2011-07-25 | 6 | -15/+150 |
* | Revert 93948 - Added EnrollEnterpriseDevice(user, password) automation hook. | willchan@chromium.org | 2011-07-25 | 5 | -124/+14 |
* | Added EnrollEnterpriseDevice(user, password) automation hook. | craigdh@chromium.org | 2011-07-25 | 5 | -14/+124 |
* | Remove most of the remaining chrome dependencies from the save code. I have a... | jam@chromium.org | 2011-07-25 | 1 | -2/+2 |
* | Added GetEnterprisePolicyInfo() automation hook. | craigdh@chromium.org | 2011-07-21 | 3 | -4/+117 |
* | Autofill automation hooks now support multiple values in profiles. | dennisjeffrey@chromium.org | 2011-07-21 | 1 | -10/+28 |
* | Ensures history tab displays a throbber when searching. | beaudoin@chromium.org | 2011-07-21 | 2 | -3/+3 |
* | DevTools: move devtools_window to chrome/, remove most chrome/ dependencies f... | pfeldman@chromium.org | 2011-07-20 | 1 | -1/+1 |
* | Rename CommandLine::GetCommandLineString(). | msw@chromium.org | 2011-07-20 | 1 | -1/+1 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 2 | -2/+2 |
* | Deprecate RegisterProtocolFactory/(Un)RegisterInterceptor. | willchan@chromium.org | 2011-07-19 | 1 | -2/+2 |
* | ntp: pull RecentlyClosedTabsHandler into its own file | estade@chromium.org | 2011-07-19 | 1 | -2/+3 |