| Commit message (Expand) | Author | Age | Files | Lines |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 1 | -1/+1 |
* | Revert "Revert "Add startup tests that log start script, domcontentloaded, an... | tony@chromium.org | 2009-10-07 | 1 | -0/+4 |
* | Revert "Add startup tests that log start script, domcontentloaded, and onload." | mattm@chromium.org | 2009-10-07 | 1 | -4/+0 |
* | Add startup tests that log start script, domcontentloaded, and onload. | tony@chromium.org | 2009-10-07 | 1 | -0/+4 |
* | Avoid an automation call which may induce flakiness in some tests. | phajdan.jr@chromium.org | 2009-09-01 | 1 | -3/+2 |
* | Remove include of IPC headers from headers they crept into. This slows down ... | jam@chromium.org | 2009-08-20 | 1 | -1/+7 |
* | Add plumbing for allowing the renderer to intercept and cancel redirects before | darin@chromium.org | 2009-07-30 | 1 | -0/+4 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -3/+3 |
* | Remove the defunct SetAccelerator message and replace it with an | amit@chromium.org | 2009-07-14 | 1 | -7/+4 |
* | Fixed 3 tests that failed in hebrew enabled vista | hbono@chromium.org | 2009-06-15 | 1 | -0/+5 |
* | Get tab HWND directly as result of CreateExternalTab automation call. | stoyan@chromium.org | 2009-06-11 | 1 | -1/+1 |
* | ipc: use strings, not wstrings for channel ids. | evan@chromium.org | 2009-06-04 | 1 | -2/+2 |
* | Allow derived classes to access members (channel, thread, etc) of the Automat... | stoyan@chromium.org | 2009-06-03 | 1 | -1/+1 |
* | Make automation proxy objects to ref_counted. That allows to process async no... | stoyan@chromium.org | 2009-05-28 | 1 | -7/+8 |
* | Re-do of r16741 (http://codereview.chromium.org/113482). | robertshield@google.com | 2009-05-22 | 1 | -0/+4 |
* | Revert of r16741 which appeared to cause a perf regression (???) on the build... | robertshield@google.com | 2009-05-22 | 1 | -4/+0 |
* | Adding the ability to alter Chrome's proxy settings via the automation interf... | robertshield@google.com | 2009-05-22 | 1 | -0/+4 |
* | First step to enable end-to-end testing of extensions through the | aa@chromium.org | 2009-05-15 | 1 | -0/+6 |
* | Remove AutomationRequest (deprecated by using SyncChannel). Some minor cleanup. | stoyan@chromium.org | 2009-05-11 | 1 | -8/+0 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Making CloseWindow and CloseTab automation API | huanr@chromium.org | 2009-05-01 | 1 | -0/+11 |
* | Allow creating external tab in incognito mode. | stoyan@chromium.org | 2009-04-23 | 1 | -1/+2 |
* | Reland r14146 which refactors DialogButton into cross platform | tc@google.com | 2009-04-21 | 1 | -11/+3 |
* | Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform" | tc@google.com | 2009-04-21 | 1 | -3/+11 |
* | Refactor DialogDelegate so the DialogButton enum is in cross platform | tc@google.com | 2009-04-21 | 1 | -11/+3 |
* | Remove the usage of GetLastActiveBrowserWindow | huanr@chromium.org | 2009-04-14 | 1 | -3/+4 |
* | Adding versioning support to the chrome automation protocol. | robertshield@google.com | 2009-04-13 | 1 | -3/+34 |
* | UI test portage, second try. | estade@chromium.org | 2009-04-09 | 1 | -3/+3 |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 1 | -3/+3 |
* | Move IPC code to ipc/ | agl@chromium.org | 2009-04-03 | 1 | -3/+3 |
* | Get rid of WaitForWindowCountToChange. | phajdan.jr@chromium.org | 2009-03-24 | 1 | -10/+0 |
* | Move windowing related objects into chrome/views/window subdir. | ben@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | Add regression test for bug 7900 and necessary infrastructure. | phajdan.jr@chromium.org | 2009-03-09 | 1 | -0/+4 |
* | Make startup_tests build and run on Linux (except reference tests). | phajdan.jr@chromium.org | 2009-03-05 | 1 | -0/+5 |
* | Make basic bits of chrome/test/automation build on Linux. | phajdan.jr@chromium.org | 2009-02-25 | 1 | -6/+22 |
* | The Chrome Automation framework is based on a homegrown request response IPC ... | ananta@chromium.org | 2009-02-11 | 1 | -27/+9 |
* | Cleanup forward declared classes that are not needed in chrome/renderer, chro... | thestig@chromium.org | 2009-02-06 | 1 | -7/+6 |
* | Better control over window creation of external tabs | joshia@google.com | 2009-01-28 | 1 | -1/+2 |
* | Refactor automation wrappers. Move the methods from AutomationProxy to the ap... | stoyan@chromium.org | 2009-01-21 | 1 | -21/+0 |
* | Add a UI test to make sure we sanitize the filename | tc@google.com | 2009-01-07 | 1 | -0/+5 |
* | Initial support for running the ui_tests under Purify on the | paulg@google.com | 2008-12-18 | 1 | -3/+7 |
* | Adding the capacity to interact with modal dialogs to the automation framework. | jcampan@chromium.org | 2008-12-05 | 1 | -2/+7 |
* | Only block alert() requests from blocked popups; not all popups. | erg@google.com | 2008-11-11 | 1 | -1/+8 |
* | Chrome changes corresponding to my message_loop_type CL. | darin@google.com | 2008-08-26 | 1 | -1/+1 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Introduce MessagePump to represent the native message pump used to drive a | darin@google.com | 2008-08-15 | 1 | -2/+6 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 1 | -0/+240 |