summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider_observers.cc
Commit message (Expand)AuthorAgeFilesLines
* Improve flaky ui_test AutomationProxyVisibleTest.AutocompleteMatchesTestjknotten@chromium.org2010-09-241-0/+21
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-221-2/+6
* Adding automation hook GetSearchEngineInfo, accessible through json automatio...ace@chromium.org2010-09-171-0/+13
* GTTF: Make WaitForInfoBarCount not Sleep.phajdan.jr@chromium.org2010-09-081-0/+31
* GTTF: Make WaitForTabCountToBecome automation call not Sleep.phajdan.jr@chromium.org2010-09-071-0/+43
* Revert 58563 - GTTF: Make WaitForTabCountToBecome automation call not Sleep.gavinp@chromium.org2010-09-041-43/+0
* GTTF: Make WaitForTabCountToBecome automation call not Sleep.phajdan.jr@chromium.org2010-09-031-0/+43
* Fix pyauto wait until hooks to use client-side WaitUntil BUG=53647alyssad@google.com2010-08-301-35/+0
* New downloads hooks for pyauto. BUG=35284alyssad@google.com2010-08-201-0/+31
* New pyauto translate hooks: always and never translate button.alyssad@chromium.org2010-08-101-0/+4
* Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).viettrungluu@chromium.org2010-08-041-34/+31
* New pyauto hook for the translate feature.alyssad@chromium.org2010-07-271-0/+78
* PyAuto hook to remove saved passwords, more info added to passwords. BUG=36179alyssad@chromium.org2010-07-261-2/+12
* Coverity issue 2291: Uninitialized member in automation_provider_observers.ccfinnur@chromium.org2010-07-241-0/+1
* Fetch info about infobarsnirnimesh@chromium.org2010-07-211-0/+36
* Download code cleanup: split big files into smaller one.phajdan.jr@chromium.org2010-07-161-0/+1
* New PyAuto hook to get saved passwords. BUG=36179alyssad@chromium.org2010-07-161-0/+25
* (Reland reverted r52628 after fix)nirnimesh@chromium.org2010-07-161-21/+8
* Revert 52628 - Refactor json automation interface for pyauto hooks.tyoshino@chromium.org2010-07-161-8/+21
* Refactor json automation interface for pyauto hooks.nirnimesh@chromium.org2010-07-161-21/+8
* Adding a new PyAuto hook for importing settings.alyssad@chromium.org2010-07-151-0/+8
* Clear Browsing Data hook added and some small tests. BUG=36176alyssad@chromium.org2010-07-141-0/+8
* Revert 52054: causing startup tests to fail on Vista and XP perf dbgvandebo@chromium.org2010-07-111-6/+15
* Refactor json automation interface for pyauto hooks.nirnimesh@chromium.org2010-07-111-15/+6
* Enable "get html from page" functionality for PyAuto.jrg@chromium.org2010-06-241-0/+24
* Add basic UI tests for dom_ui/options.csilv@chromium.org2010-06-241-0/+1
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-3/+3
* Measure loading time of several tabs.pathorn@chromium.org2010-06-161-3/+51
* Revert 49862 - Measure loading time of several tabs.michaeln@google.com2010-06-161-51/+3
* Measure loading time of several tabs.pathorn@chromium.org2010-06-161-3/+51
* Allow extensions to be overinstalled with extensions of sameaa@chromium.org2010-05-191-8/+0
* Omnibox automation should wait for page load after selecting a popup item.nirnimesh@chromium.org2010-05-171-0/+33
* Revert r46909: "Reland r46681: Use IPC to wait for download in DownloadTest."bauerb@chromium.org2010-05-111-37/+3
* Reland r46681: Use IPC to wait for download in DownloadTest.bauerb@chromium.org2010-05-111-3/+37
* Add an AddHistoryItem() API to PyAuto with example use.jrg@chromium.org2010-05-071-2/+2
* Revert 46681 - Add AutomationMsg_WaitForDownloadShelfVisibilityChange and use...bauerb@chromium.org2010-05-071-34/+3
* Add AutomationMsg_WaitForDownloadShelfVisibilityChange and use it in UITestBa...bauerb@chromium.org2010-05-071-3/+34
* Enable more parts of automation on all platforms:phajdan.jr@chromium.org2010-05-041-7/+1
* Add info about starred history items.nirnimesh@chromium.org2010-04-201-0/+4
* Add automation hooks for fetching history.nirnimesh@chromium.org2010-04-191-0/+29
* [GTTF] Make automation calls for Downloads, Extensions, and History pagesphajdan.jr@chromium.org2010-04-121-1/+8
* Add support for basic extension automation through the Automation Proxy.kkania@chromium.org2010-04-061-4/+161
* Add generic "json dict" entry point for pyauto commands. Will preventjrg@chromium.org2010-04-021-0/+11
* Notify all active login prompts when one login prompt is submitted. This allows tonyg@chromium.org2010-04-011-1/+3
* Revert 42770 - Notify all active login prompts when one login prompt is submi...tonyg@chromium.org2010-03-261-3/+1
* Notify all active login prompts when one login prompt is submitted. This allowstonyg@chromium.org2010-03-261-1/+3
* Add pyauto hooks for bookmarks.jrg@chromium.org2010-03-121-0/+22
* Lands http://codereview.chromium.org/668105 for sosa:sky@chromium.org2010-03-101-0/+27
* Test cookie prompting.darin@chromium.org2010-03-041-3/+9
* Refactored code to allow associating workers with multiple renderers.atwilson@chromium.org2010-01-281-12/+10