| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all the unused automation IPCs. | jam@chromium.org | 2012-05-17 | 1 | -561/+0 |
* | Remove all the unnused automation IPCs. These were used by UI tests that have... | jam@chromium.org | 2012-05-17 | 1 | -47/+47 |
* | Convert the keyboard access interactive ui_test use InProcessBrowserTest. Def... | jam@chromium.org | 2012-05-16 | 1 | -4/+4 |
* | Convert the CollectedCookies interactive_ui_tests to a browser_test. | jam@chromium.org | 2012-05-15 | 1 | -1/+1 |
* | Move the click-to-play tests from plugin_test to browser_test. Then I'm plann... | jam@chromium.org | 2012-05-14 | 1 | -1/+1 |
* | Revert 135661 - Move the click-to-play tests from plugin_test to browser_test... | rvargas@google.com | 2012-05-07 | 1 | -1/+1 |
* | Move the click-to-play tests from plugin_test to browser_test. Then I'm plann... | jam@chromium.org | 2012-05-07 | 1 | -1/+1 |
* | Add renderer process support in PyAuto HeapProfilerDump API. | dmikurube@chromium.org | 2012-04-27 | 1 | -0/+6 |
* | TabContents -> WebContentsImpl, part 24. | avi@chromium.org | 2012-04-18 | 1 | -2/+2 |
* | Convert the infobars ui_test to a browser_test. Remove the ExtensionProxy cla... | jam@chromium.org | 2012-04-18 | 1 | -9/+9 |
* | Convert login prompt ui_tests to browser_tests. | jam@chromium.org | 2012-04-12 | 1 | -3/+3 |
* | Convert printing ui_tests to browser_tests. | jam@chromium.org | 2012-04-09 | 1 | -1/+1 |
* | Convert the RedirectTest ui_tests to browser_tests, and renabled two of the d... | jam@chromium.org | 2012-04-07 | 1 | -1/+1 |
* | Convert SavePage ui_test to a browser_test. | jam@chromium.org | 2012-04-05 | 1 | -1/+1 |
* | [Mac] Add a perf test that counts the number of Mach ports in the browser. | rsesek@chromium.org | 2012-01-28 | 1 | -1/+6 |
* | Add tests for the page visibility, position, and clip in the new view API. Th... | brettw@chromium.org | 2012-01-05 | 1 | -8/+18 |
* | Don't return error from EndTracing when there are no events. | jbates@chromium.org | 2011-11-07 | 1 | -4/+6 |
* | Re-land 107645 with static initializer removed. | kkania@chromium.org | 2011-10-28 | 1 | -0/+10 |
* | Revert 107645 (To see if it was responsible for increase in static initialize... | eroman@chromium.org | 2011-10-27 | 1 | -10/+0 |
* | Fix test snapshotting on linux by creating a separate automation path for | kkania@chromium.org | 2011-10-27 | 1 | -0/+10 |
* | add Begin/EndTracing to AutomationProxy. This adds the necessary wiring and I... | jbates@chromium.org | 2011-10-25 | 1 | -0/+19 |
* | Update automation messages to use the new way of declaring message structs, t... | jam@chromium.org | 2011-10-21 | 1 | -14/+14 |
* | Re-enabled the policy.PolicyTest.testBookmarkBarPolicy test. | joaodasilva@chromium.org | 2011-10-21 | 1 | -4/+4 |
* | Move SecurityStyle enum into content/public/common and put it into the conten... | jam@chromium.org | 2011-10-21 | 1 | -1/+1 |
* | Move the PageType enum to content/public/common, put it into the content name... | jam@chromium.org | 2011-10-18 | 1 | -1/+1 |
* | Move navigation_types.h from content/common to content/public/browser, and pu... | jam@chromium.org | 2011-10-18 | 1 | -1/+1 |
* | Revert 106029 | nkostylev@chromium.org | 2011-10-18 | 1 | -0/+1 |
* | Move navigation_types.h from content/common to content/public/browser, and pu... | jam@chromium.org | 2011-10-18 | 1 | -1/+0 |
* | Remove a line from the top of automation_messages_internal.h in order to comp... | pkasting@chromium.org | 2011-09-23 | 1 | -1/+0 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-23 | 1 | -3/+4 |
* | Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi... | pkasting@chromium.org | 2011-09-22 | 1 | -4/+3 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-22 | 1 | -3/+4 |
* | Preliminary work to allow Chrome to build with USE_AURA. | ben@chromium.org | 2011-09-06 | 1 | -1/+1 |
* | Refactor: Make PyAuto InstallExtension() take a string. Delete dead code. | dtu@chromium.org | 2011-08-04 | 1 | -9/+9 |
* | Convert RenderViewContextMenu to MenuItemView. | rhashimoto@chromium.org | 2011-07-12 | 1 | -1/+1 |
* | Automation: fix chrome/browser dependency on chrome/test headers. | phajdan.jr@chromium.org | 2011-06-02 | 1 | -33/+33 |
* | Browser::Type cleanup. | jianli@chromium.org | 2011-05-05 | 1 | -2/+8 |
* | Revert 84115 - automation: Rename AutocompleteEdit to Omnibox in a couple of ... | tfarina@chromium.org | 2011-05-04 | 1 | -16/+18 |
* | automation: Rename AutocompleteEdit to Omnibox in a couple of methods. | tfarina@chromium.org | 2011-05-04 | 1 | -18/+16 |
* | Adds TabContents/RenderView observers for automation/testing messages. | kkania@chromium.org | 2011-04-07 | 1 | -0/+18 |
* | Remove extension automation support that was used only by CEEE. | joi@chromium.org | 2011-04-06 | 1 | -25/+25 |
* | Chrome frame support for resizing popup windows | joshia@google.com | 2011-03-29 | 1 | -0/+10 |
* | Send screenshots back to the client for debigging | jmikhail@google.com | 2011-03-29 | 1 | -1/+4 |
* | Move the remaining files in chrome\common to content\common. | jam@chromium.org | 2011-03-17 | 1 | -1/+1 |
* | Move GPU messages to content. I've also switched the IPC structs to use the ... | jam@chromium.org | 2011-03-10 | 1 | -1/+1 |
* | Allow the reliability tests to run more than on URL in JS stress mode | sgjesse@google.com | 2011-02-22 | 1 | -4/+4 |
* | Implement the target locator commands for ChromeDriver. | kkania@chromium.org | 2011-02-17 | 1 | -0/+6 |
* | Misc. cleanup bits I missed in my last pass. | pkasting@chromium.org | 2011-02-09 | 1 | -1/+1 |
* | Revert 74118 - Remove wstring from RVH's run Javascript command. | avi@chromium.org | 2011-02-08 | 1 | -8/+8 |
* | Remove wstring from RVH's run Javascript command. | avi@chromium.org | 2011-02-08 | 1 | -8/+8 |