summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider_observers_chromeos.cc
Commit message (Expand)AuthorAgeFilesLines
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-3/+3
* Fix more cros build errors.thestig@chromium.org2011-10-191-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-6/+8
* Adding cellular connect/disconnect supportstanleyw@chromium.org2011-10-121-30/+59
* [cros] Adding image index/type to the LocalStateavayvod@chromium.org2011-09-291-1/+2
* [cros] Keyboard navigation and minor fixes for change picture screen.ivankr@chromium.org2011-09-121-1/+2
* Make PyAuto EnrollEnterpriseDevice() return False instead of raising an Excep...dtu@chromium.org2011-09-081-3/+4
* Automation support for webui login on chromeosnirnimesh@chromium.org2011-09-021-9/+20
* Move enterprise enrollment related OOBE code to subdirectory.mnissler@chromium.org2011-08-241-1/+1
* Add a hook for capturing a user profile photo and saving it to file and local...frankf@chromium.org2011-08-031-0/+63
* EnableNetworkDevice() allows a PyAuto test to disable and enable ethernet, wi...dtu@chromium.org2011-08-021-0/+25
* Handling of OAuth1 access token based login flow. The token+secret are now st...zelidrag@chromium.org2011-08-011-1/+2
* Added EnrollEnterpriseDevice(user, password) automation hook.craigdh@chromium.org2011-07-281-14/+44
* [cros] Fix PyAuto is_logged_in detection.nkostylev@chromium.org2011-07-271-1/+1
* Revert 93948 - Added EnrollEnterpriseDevice(user, password) automation hook.willchan@chromium.org2011-07-251-45/+14
* Added EnrollEnterpriseDevice(user, password) automation hook.craigdh@chromium.org2011-07-251-14/+45
* Added two initial Enterprise policy automation hooks for use with PyAuto.craigdh@google.com2011-07-151-0/+35
* Fix for compile failures caused by the change to move chrome specific notific...ananta@chromium.org2011-07-101-3/+4
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-5/+5
* Added automation hooks for private networks.craigdh@google.com2011-06-201-12/+79
* Currently, the PyAuto hook UnlockScreen() hangs when the test attempts to use...dtu@google.com2011-05-311-7/+33
* Login() ChromeOS PyAuto hook that returns an error string on failure and, on ...dtu@chromium.org2011-05-061-20/+29
* PyAuto automation hook: Connect to hidden wifi network.dtu@chromium.org2011-04-121-15/+49
* ConnectToWifiNetwork() is now blocking.dtu@chromium.org2011-03-261-0/+152