| Commit message (Expand) | Author | Age | Files | Lines |
* | Added automation messages and corresponding handlers to support operations like | ananta@chromium.org | 2009-07-29 | 3 | -0/+54 |
* | Cause POST data to be marhsaled across the automation interface when using Au... | robertshield@chromium.org | 2009-07-29 | 1 | -2/+8 |
* | Remove *.vsprops files that are no longer referenced (or only have | sgk@google.com | 2009-07-28 | 1 | -11/+0 |
* | Navigation and cookies for Automation | amit@chromium.org | 2009-07-28 | 2 | -1/+11 |
* | Make AutomationProxyTest.NavigateToURLWithTimeout* tests not-flaky. | phajdan.jr@chromium.org | 2009-07-27 | 1 | -2/+16 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 5 | -9/+10 |
* | Adding handling of target and origin in external tab's postMessage + a unit t... | tommi@chromium.org | 2009-07-15 | 1 | -0/+45 |
* | Remove the defunct SetAccelerator message and replace it with an | amit@chromium.org | 2009-07-14 | 7 | -69/+98 |
* | Added an async automation message AutomationMsg_PrintAsync to asynchronously ... | ananta@chromium.org | 2009-07-13 | 3 | -0/+13 |
* | Remove flakiness-inducing part of AutomationProxyTest.NavigateToURLWithTimeout1. | phajdan.jr@chromium.org | 2009-07-10 | 1 | -4/+0 |
* | A prototype of resource loading through automation | amit@chromium.org | 2009-07-09 | 2 | -0/+101 |
* | Adds a way to set the boundaries of the browser window through | arv@google.com | 2009-07-08 | 3 | -0/+23 |
* | Make two IPC messages async. | stoyan@chromium.org | 2009-07-06 | 1 | -4/+4 |
* | Review URL: http://codereview.chromium.org/146114 | jshin@chromium.org | 2009-06-24 | 1 | -1/+1 |
* | Removes entirely dead code paths related to ConstrainedWindows. | erg@chromium.org | 2009-06-16 | 6 | -139/+1 |
* | Fixed 3 tests that failed in hebrew enabled vista | hbono@chromium.org | 2009-06-15 | 4 | -1/+41 |
* | Linux: refactor zygote support | agl@chromium.org | 2009-06-12 | 1 | -4/+4 |
* | Allow external hosts to handle the context menu and thus be able to customize... | ananta@chromium.org | 2009-06-12 | 3 | -0/+21 |
* | Get tab HWND directly as result of CreateExternalTab automation call. | stoyan@chromium.org | 2009-06-11 | 4 | -8/+14 |
* | Revert 18109, 18111: Windows UI tests failed. | agl@chromium.org | 2009-06-10 | 1 | -4/+4 |
* | Linux: refactor zygote support | agl@chromium.org | 2009-06-10 | 1 | -4/+4 |
* | ipc: use strings, not wstrings for channel ids. | evan@chromium.org | 2009-06-04 | 2 | -5/+5 |
* | Convert most of the chrome .lib files to gyp generation: | sgk@chromium.org | 2009-06-04 | 1 | -194/+0 |
* | Relanding the first of probably several patches trying to clean up the Blocke... | erg@google.com | 2009-06-04 | 4 | -40/+42 |
* | Move download shelf from per-tab to per-window. Also disable auto-hiding of | thakis@chromium.org | 2009-06-04 | 5 | -22/+38 |
* | Allow derived classes to access members (channel, thread, etc) of the Automat... | stoyan@chromium.org | 2009-06-03 | 2 | -57/+1 |
* | Revert "This is the first of probably several patches trying to clean up the ... | erg@google.com | 2009-06-03 | 4 | -42/+40 |
* | This is the first of probably several patches trying to clean up the BlockedP... | erg@google.com | 2009-06-03 | 4 | -40/+42 |
* | Correct forward declaration. | stoyan@chromium.org | 2009-05-28 | 1 | -1/+3 |
* | Make automation proxy objects to ref_counted. That allows to process async no... | stoyan@chromium.org | 2009-05-28 | 11 | -178/+324 |
* | Committing issue 113734 for Joi. | tommi@chromium.org | 2009-05-23 | 2 | -43/+0 |
* | Re-do of r16741 (http://codereview.chromium.org/113482). | robertshield@google.com | 2009-05-22 | 4 | -3/+16 |
* | Revert of r16741 which appeared to cause a perf regression (???) on the build... | robertshield@google.com | 2009-05-22 | 4 | -17/+3 |
* | Adding the ability to alter Chrome's proxy settings via the automation interf... | robertshield@google.com | 2009-05-22 | 4 | -3/+17 |
* | First step to enable end-to-end testing of extensions through the | aa@chromium.org | 2009-05-15 | 7 | -107/+216 |
* | Fix and enable 3 tests in AutomationProxyTest. | huanr@chromium.org | 2009-05-15 | 1 | -51/+12 |
* | Create app_switches and remove a dep. | beng@google.com | 2009-05-15 | 1 | -0/+1 |
* | Remove AutomationRequest (deprecated by using SyncChannel). Some minor cleanup. | stoyan@chromium.org | 2009-05-11 | 5 | -80/+4 |
* | Pass external tab handle when Chrome sends outgoing notifications through aut... | stoyan@chromium.org | 2009-05-08 | 2 | -11/+23 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 2 | -3/+2 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 2 | -2/+2 |
* | Linux: enable omni box ui test and automation proxy ui test. | estade@chromium.org | 2009-05-05 | 1 | -2/+2 |
* | Yet more deprecation of the wstring version of PathService::Get() for UI tests. | thestig@chromium.org | 2009-05-02 | 1 | -24/+22 |
* | Making CloseWindow and CloseTab automation API | huanr@chromium.org | 2009-05-01 | 3 | -1/+54 |
* | Remove ifdefs now that Mac passes. | pinkerton@chromium.org | 2009-04-30 | 1 | -9/+0 |
* | Second attempt at cleaning up handling of --disable-popup-blocking. I didn't... | pkasting@chromium.org | 2009-04-29 | 1 | -1/+1 |
* | Convert Windows Sleep to PlatformThread::Sleep | evan@chromium.org | 2009-04-28 | 1 | -2/+2 |
* | Disable a test that fails on mac. I enabled this in r14684, but | tc@google.com | 2009-04-27 | 1 | -2/+2 |
* | Port another UI test file. Disable tests that still need to be ported. | tc@google.com | 2009-04-27 | 1 | -11/+38 |
* | Repair FileVersionInfo leak. Doh. | robertshield@google.com | 2009-04-27 | 1 | -3/+3 |