| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds a command to the AutomationProvider for sending WebKeyboardEvents to the... | kkania@chromium.org | 2011-01-31 | 1 | -0/+21 |
* | Couple of changes in hopes of finally making ShareProcessesOnRestore | sky@chromium.org | 2011-01-31 | 1 | -0/+42 |
* | Attempt at fixing reliability crash. If the AutomationProvider goes | sky@chromium.org | 2011-01-14 | 1 | -1/+1 |
* | Fix notification pyauto tests. Wait for the notification processes to be | kkania@chromium.org | 2010-12-15 | 1 | -0/+20 |
* | Fix pyauto flakiness by waiting for notification that the renderer process' | kkania@chromium.org | 2010-12-14 | 1 | -0/+19 |
* | Deinline even more destructors. | erg@google.com | 2010-12-14 | 1 | -6/+2 |
* | Add the "virtual" keyword on method overrides that are missing it. | erg@google.com | 2010-12-08 | 1 | -7/+7 |
* | Move more code from headers to implementation. | erg@google.com | 2010-12-07 | 1 | -0/+1 |
* | Add pyauto hook for getting and manipulating the data underneath the NTP. | kkania@chromium.org | 2010-11-19 | 1 | -0/+32 |
* | Make pink's TabContentsWrapper change compile on Windows. | ben@chromium.org | 2010-11-18 | 1 | -2/+2 |
* | Add tab proxy call for taking a snapshot of the entire page. | kkania@chromium.org | 2010-11-12 | 1 | -4/+55 |
* | Part 2 of reapplying r64637. | erg@google.com | 2010-11-10 | 1 | -1/+1 |
* | Revert "Refactor automation messages." due to mysterious problems on mac. | erg@google.com | 2010-11-01 | 1 | -1/+1 |
* | Refactor automation messages. | erg@google.com | 2010-11-01 | 1 | -1/+1 |
* | Part 3 of immutable Extension refactor. | mpcomplete@chromium.org | 2010-10-29 | 1 | -1/+1 |
* | Add pyauto hook for HTML5 notifications, tests, and helpers. | kkania@chromium.org | 2010-10-26 | 1 | -0/+22 |
* | FBTF: Even more ctor/virtual deinlining. | erg@google.com | 2010-10-19 | 1 | -0/+2 |
* | Adding automation hooks for editing search engines. | ace@chromium.org | 2010-10-12 | 1 | -3/+2 |
* | Automation support for Find on a given page and return the search count | nirnimesh@chromium.org | 2010-10-08 | 1 | -0/+3 |
* | Make KeyboardAccessTest.ReserveKeyboardAccelerator not fail | isherman@chromium.org | 2010-10-04 | 1 | -1/+1 |
* | Improve flaky ui_test AutomationProxyVisibleTest.AutocompleteMatchesTest | jknotten@chromium.org | 2010-09-24 | 1 | -0/+22 |
* | FBTF: Move a bunch of code to the headers and remove includes. | erg@google.com | 2010-09-22 | 1 | -1/+0 |
* | Adding automation hook GetSearchEngineInfo, accessible through json automatio... | ace@chromium.org | 2010-09-17 | 1 | -0/+22 |
* | GTTF: Make WaitForInfoBarCount not Sleep. | phajdan.jr@chromium.org | 2010-09-08 | 1 | -1/+28 |
* | GTTF: Make WaitForTabCountToBecome automation call not Sleep. | phajdan.jr@chromium.org | 2010-09-07 | 1 | -0/+32 |
* | Revert 58563 - GTTF: Make WaitForTabCountToBecome automation call not Sleep. | gavinp@chromium.org | 2010-09-04 | 1 | -32/+0 |
* | GTTF: Make WaitForTabCountToBecome automation call not Sleep. | phajdan.jr@chromium.org | 2010-09-03 | 1 | -0/+32 |
* | Fix pyauto wait until hooks to use client-side WaitUntil BUG=53647 | alyssad@google.com | 2010-08-30 | 1 | -24/+0 |
* | New downloads hooks for pyauto. BUG=35284 | alyssad@google.com | 2010-08-20 | 1 | -0/+48 |
* | Download code cleanup patch of death: | phajdan.jr@chromium.org | 2010-07-29 | 1 | -23/+3 |
* | New pyauto hook for the translate feature. | alyssad@chromium.org | 2010-07-27 | 1 | -0/+42 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Fetch info about infobars | nirnimesh@chromium.org | 2010-07-21 | 1 | -0/+25 |
* | Download code cleanup: split big files into smaller one. | phajdan.jr@chromium.org | 2010-07-16 | 1 | -6/+7 |
* | New PyAuto hook to get saved passwords. BUG=36179 | alyssad@chromium.org | 2010-07-16 | 1 | -0/+19 |
* | Adding a new PyAuto hook for importing settings. | alyssad@chromium.org | 2010-07-15 | 1 | -0/+20 |
* | Clear Browsing Data hook added and some small tests. BUG=36176 | alyssad@chromium.org | 2010-07-14 | 1 | -0/+17 |
* | Enable "get html from page" functionality for PyAuto. | jrg@chromium.org | 2010-06-24 | 1 | -0/+21 |
* | Measure loading time of several tabs. | pathorn@chromium.org | 2010-06-16 | 1 | -1/+13 |
* | Revert 49862 - Measure loading time of several tabs. | michaeln@google.com | 2010-06-16 | 1 | -13/+1 |
* | Measure loading time of several tabs. | pathorn@chromium.org | 2010-06-16 | 1 | -1/+13 |
* | Omnibox automation should wait for page load after selecting a popup item. | nirnimesh@chromium.org | 2010-05-17 | 1 | -0/+22 |
* | Revert r46909: "Reland r46681: Use IPC to wait for download in DownloadTest." | bauerb@chromium.org | 2010-05-11 | 1 | -25/+2 |
* | Reland r46681: Use IPC to wait for download in DownloadTest. | bauerb@chromium.org | 2010-05-11 | 1 | -2/+25 |
* | Revert 46681 - Add AutomationMsg_WaitForDownloadShelfVisibilityChange and use... | bauerb@chromium.org | 2010-05-07 | 1 | -24/+2 |
* | Add AutomationMsg_WaitForDownloadShelfVisibilityChange and use it in UITestBa... | bauerb@chromium.org | 2010-05-07 | 1 | -2/+24 |
* | Enable more parts of automation on all platforms: | phajdan.jr@chromium.org | 2010-05-04 | 1 | -3/+0 |
* | Add automation hooks for fetching history. | nirnimesh@chromium.org | 2010-04-19 | 1 | -0/+18 |
* | Add support for basic extension automation through the Automation Proxy. | kkania@chromium.org | 2010-04-06 | 1 | -6/+90 |
* | Add generic "json dict" entry point for pyauto commands. Will prevent | jrg@chromium.org | 2010-04-02 | 1 | -0/+47 |