summaryrefslogtreecommitdiffstats
path: root/chrome/test/pyautolib/pyautolib.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow chromedriver to install an extension and get all installed extension IDs.kkania@chromium.org2011-11-291-16/+0
* Deprecate the JavascriptEnabled policy.joaodasilva@chromium.org2011-11-041-0/+10
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-291-0/+2
* Re-enabled the policy.PolicyTest.testBookmarkBarPolicy test.joaodasilva@chromium.org2011-10-211-3/+21
* Refactor javascript injection functions in PyAuto.frankf@google.com2011-10-171-30/+0
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-0/+2
* Refactor: Make PyAuto InstallExtension() take a string. Delete dead code.dtu@chromium.org2011-08-041-2/+7
* The pyauto call ActivateTab should also bring the asked browser to frontnirnimesh@chromium.org2011-06-301-1/+1
* Fix TODO(evanm) about only having ui_test.h forward declare AutomationProxy.darin@chromium.org2011-06-271-0/+1
* Build pyautolib target under clangnirnimesh@google.com2011-05-271-1/+1
* Fix build break in pyautolib with gcc >= 4.5.bungeman@gmail.com2011-05-111-1/+1
* Browser::Type cleanup.jianli@chromium.org2011-05-051-1/+1
* Removing command_execution_timeout_ms in favor of action_max_timeout_ms.hnguyen@chromium.org2011-04-111-3/+4
* Fix for hook UninstallExtensionById, and PyAuto function to uninstall an app.dennisjeffrey@google.com2011-03-291-2/+6
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Use named automation interface to control the primary chrome to run pyauto-ba...nirnimesh@chromium.org2011-02-231-6/+16
* Revert 74118 - Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-081-24/+19
* Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-081-19/+24
* Add testserver support for PyAutonirnimesh@chromium.org2011-02-031-0/+4
* Modifying some downloads hooks to act per-window (so that incognito windows c...ace@chromium.org2011-01-191-0/+5
* Add pyauto tests for the New Tab page.kkania@chromium.org2010-12-041-0/+9
* Add pyauto tests and helper files for system-level testing of Web SQL Databases.kkania@chromium.org2010-11-021-0/+6
* Fix dom automation using pyauto on windows.nirnimesh@chromium.org2010-09-251-0/+3
* Add ExecuteJavascript() method to PyUITestBasedpranke@chromium.org2010-08-051-0/+30
* Remove number conversion functions from string_util. These moved to string_nu...brettw@chromium.org2010-08-031-16/+18
* Remove some wstrings used in ui_test.cc.evan@chromium.org2010-07-301-1/+1
* Expose cookie get/set to pyautoalyssad@chromium.org2010-07-151-0/+32
* PyAuto: Automation hooks to get/set themenirnimesh@chromium.org2010-07-101-0/+4
* Add pyauto tests for Navigation.nirnimesh@chromium.org2010-05-051-0/+6
* Close previous theme info bars when resetting to default themebulach@chromium.org2010-04-201-2/+2
* Revert 44885 - Select and close previous theme info bars when resetting to de...jorlow@chromium.org2010-04-181-2/+2
* Select and close previous theme info bars when resetting to default theme via...jorlow@chromium.org2010-04-181-2/+2
* Add support for basic extension automation through the Automation Proxy.kkania@chromium.org2010-04-061-3/+4
* Add generic "json dict" entry point for pyauto commands. Will preventjrg@chromium.org2010-04-021-0/+13
* Expose BrowserProxy and TabProxy methods directly to PyAutonirnimesh@chromium.org2010-03-291-0/+3
* Fix PyAuto crash when a script has multiple tests.nirnimesh@chromium.org2010-03-231-36/+60
* PyAuto: Flags to forbid cleaning profile dirnirnimesh@chromium.org2010-03-171-1/+4
* Add pyauto hooks for bookmarks.jrg@chromium.org2010-03-121-0/+86
* Provide a method to specify to the automation interface the dir containing br...nirnimesh@chromium.org2010-03-091-2/+15
* - Update README.chromium to mention change to swig libs in third_partynirnimesh@chromium.org2010-03-091-3/+3
* Was already a 'wait for animation to complete'.jrg@chromium.org2010-03-061-0/+16
* Add some bookmark bar hooks for pyauto.jrg@chromium.org2010-03-051-0/+13
* PyAuto: Fix some methods that assume that they're working on the first window.nirnimesh@chromium.org2010-02-231-13/+27
* Expose more functionality to pyautonirnimesh@chromium.org2010-02-181-0/+22
* Expose additional methods to pyauto.nirnimesh@chromium.org2010-02-181-8/+16
* PyAuto: Python Interface to Chromium's Automation Proxy.nirnimesh@chromium.org2010-01-211-0/+74