summaryrefslogtreecommitdiffstats
path: root/chrome/test/functional
Commit message (Expand)AuthorAgeFilesLines
* Disable passwords.py Pyauto tests on Mac due to Keychain popupsnirnimesh@chromium.org2010-07-181-0/+2
* New PyAuto hook to get saved passwords. BUG=36179alyssad@chromium.org2010-07-162-0/+61
* Fix a theme testnirnimesh@chromium.org2010-07-161-2/+4
* Expose cookie get/set to pyautoalyssad@chromium.org2010-07-152-0/+26
* Clear Browsing Data hook added and some small tests. BUG=36176alyssad@chromium.org2010-07-142-0/+84
* Fix for pyauto extensions tool to allow for multiple browser windows to be openalyssad@chromium.org2010-07-141-3/+4
* PyAuto: Automation hooks to get/set themenirnimesh@chromium.org2010-07-102-0/+46
* New pyauto hook to set and get autofill profilesalyssad@chromium.org2010-07-092-0/+54
* New PyAuto functional test: codesign test for Macalyssad@chromium.org2010-07-082-0/+55
* Fix HistoryTest.testForge on Winnirnimesh@chromium.org2010-07-031-3/+11
* Get rid of an obsolete test for page options prefnirnimesh@chromium.org2010-06-291-6/+0
* Added about:about page.hinoka@chromium.org2010-06-281-0/+1
* Revert 50956 - Added an about:about page (recommit)hinoka@chromium.org2010-06-271-1/+0
* Added an about:about page (re-commit)hinoka@chromium.org2010-06-271-0/+1
* Revert 50917 - Added an about:about page (continuation)thestig@chromium.org2010-06-261-1/+0
* Added an about:about page (continuation)hinoka@chromium.org2010-06-261-0/+1
* Disable content.ContentTest.testThreeWindows on linux.nirnimesh@chromium.org2010-06-251-0/+1
* Enable "get html from page" functionality for PyAuto.jrg@chromium.org2010-06-242-0/+93
* A qa-tool to check that the browser does not crash after extensions are insta...nirnimesh@chromium.org2010-06-231-0/+65
* Change URL in a test to one that doesn't redirect so that the test passes again.nirnimesh@chromium.org2010-06-211-1/+1
* Fix an omnibox test to match realitynirnimesh@chromium.org2010-06-151-1/+1
* Fetch a bunch of info from the browsernirnimesh@chromium.org2010-05-252-5/+31
* Add support for test exclusions for pyauto tests.nirnimesh@chromium.org2010-05-252-10/+7
* Get rid of navsuggest results in omnibox tests.nirnimesh@chromium.org2010-05-201-14/+1
* A few more tests for omniboxnirnimesh@chromium.org2010-05-191-14/+79
* Add new omnibox functional testsnirnimesh@chromium.org2010-05-182-24/+103
* Fix a pref test -- Win/Linux don't have browser.show_page_options_buttons prefnirnimesh@chromium.org2010-05-181-3/+7
* Add a few functional tests for prefsnirnimesh@chromium.org2010-05-171-0/+66
* Add automation hooks for fetching info about omniboxnirnimesh@chromium.org2010-05-142-0/+75
* Add hooks for fetching basic info from the browser.nirnimesh@chromium.org2010-05-132-0/+37
* Remove chrome://net-internals from special tabs testnirnimesh@chromium.org2010-05-111-2/+0
* Add an AddHistoryItem() API to PyAuto with example use.jrg@chromium.org2010-05-071-0/+26
* Add hooks to fetch about:plugins info for PyAuto.nirnimesh@chromium.org2010-05-062-0/+45
* Add pyauto tests for Navigation.nirnimesh@chromium.org2010-05-052-2/+105
* Add new bookmarks tests.nirnimesh@chromium.org2010-05-032-0/+99
* 1. Fix GetFileURLForPath for windows. GetFileURLForPath() should not quote() ...nirnimesh@chromium.org2010-05-032-21/+33
* Fix data dir name for testRedirectHistory on linuxnirnimesh@chromium.org2010-04-291-1/+1
* Add 2 tests for history.nirnimesh@chromium.org2010-04-292-19/+32
* Add automation hooks for setting/gettting preferences.nirnimesh@chromium.org2010-04-292-6/+34
* Fix testInvalidURLNoHistory to account for proxy invalid url page.nirnimesh@chromium.org2010-04-291-3/+5
* Add tests for history.nirnimesh@chromium.org2010-04-261-2/+108
* Fix downloads.DownloadsTest.testCrazyFilenames to use crazy filenames butnirnimesh@chromium.org2010-04-221-89/+51
* revert crazy_filenamesnirnimesh@chromium.org2010-04-211-1/+69
* Add a download test for crazy filenames.nirnimesh@chromium.org2010-04-201-0/+29
* Enable history testnirnimesh@chromium.org2010-04-191-0/+1
* Add automation hooks for fetching history.nirnimesh@chromium.org2010-04-191-0/+38
* testFileRenaming: Test file renaming when downloading a already-existing filenirnimesh@chromium.org2010-04-191-7/+43
* Add test for more special tabsnirnimesh@chromium.org2010-04-161-0/+4
* Add tests to verify special tabs like chrome://history chrome://downloads, ...nirnimesh@chromium.org2010-04-132-1/+51
* Add generic "json dict" entry point for pyauto commands. Will preventjrg@chromium.org2010-04-022-3/+19