| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Allow creating external tab in incognito mode. | stoyan@chromium.org | 2009-04-23 | 4 | -4/+34 |
* | Restore closed tabs into new windows when necessary, and track the windows they | pam@chromium.org | 2009-04-22 | 2 | -1/+1 |
* | Reland r14146 which refactors DialogButton into cross platform | tc@google.com | 2009-04-21 | 3 | -32/+19 |
* | Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform" | tc@google.com | 2009-04-21 | 3 | -19/+32 |
* | Refactor DialogDelegate so the DialogButton enum is in cross platform | tc@google.com | 2009-04-21 | 3 | -32/+19 |
* | When restoring a closed tab using either ctrl-shift-T or the context menu, put | pam@chromium.org | 2009-04-20 | 5 | -2/+21 |
* | Add a new notification for automation customers that the | amit@chromium.org | 2009-04-16 | 1 | -0/+3 |
* | Consolidate ApplyAccelerator and RunCommand code | huanr@chromium.org | 2009-04-16 | 2 | -5/+2 |
* | Implement chrome_proces_util for linux and enable download ui test. | estade@chromium.org | 2009-04-14 | 3 | -0/+22 |
* | Remove the usage of GetLastActiveBrowserWindow | huanr@chromium.org | 2009-04-14 | 1 | -3/+4 |
* | Removed the SetParentWindow function from tab_proxy and added a parent_window... | ananta@chromium.org | 2009-04-13 | 2 | -16/+7 |
* | Adding versioning support to the chrome automation protocol. | robertshield@google.com | 2009-04-13 | 4 | -16/+109 |
* | UI test portage, second try. | estade@chromium.org | 2009-04-09 | 3 | -6/+6 |
* | Updated the AutomationMsg_TabReposition IPC to be able to set the parent of a... | ananta@chromium.org | 2009-04-07 | 3 | -1/+26 |
* | Switching things to FilePath: | phajdan.jr@chromium.org | 2009-04-07 | 1 | -24/+24 |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 4 | -15/+8 |
* | Move IPC code to ipc/ | agl@chromium.org | 2009-04-03 | 4 | -8/+15 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 1 | -90/+0 |
* | Use WebScriptSource and WebFindInPageRequest from the WebKit API. | darin@chromium.org | 2009-03-31 | 3 | -15/+53 |
* | Mechanic change based on comment from previous code review. | huanr@chromium.org | 2009-03-31 | 3 | -12/+12 |
* | Cleanup in automation. Remove WaitForTabCountToChange. | phajdan.jr@chromium.org | 2009-03-30 | 3 | -34/+8 |