| Commit message (Expand) | Author | Age | Files | Lines |
* | Close previous theme info bars when resetting to default theme | bulach@chromium.org | 2010-04-20 | 1 | -2/+6 |
* | Revert 44885 - Select and close previous theme info bars when resetting to de... | jorlow@chromium.org | 2010-04-18 | 1 | -6/+2 |
* | Select and close previous theme info bars when resetting to default theme via... | jorlow@chromium.org | 2010-04-18 | 1 | -2/+6 |
* | Refactor FileVersionInfo into an interface with platform implementations. | tony@chromium.org | 2010-04-14 | 1 | -1/+2 |
* | Add support for basic extension automation through the Automation Proxy. | kkania@chromium.org | 2010-04-06 | 1 | -7/+23 |
* | [GTTF] Reduce number of automation methods ending with WithTimeout. | phajdan.jr@chromium.org | 2010-03-22 | 1 | -86/+26 |
* | Adds an automation message to retrieve the list of enabled extensions, and CF... | joi@chromium.org | 2010-03-16 | 1 | -0/+6 |
* | Lands http://codereview.chromium.org/668105 for sosa: | sky@chromium.org | 2010-03-10 | 1 | -1/+12 |
* | Fix the ui test crashes on Linux. There is a race condition between the chann... | ananta@chromium.org | 2010-02-26 | 1 | -2/+25 |
* | Add automation proxy methods for sending InstallExtension message. | kkania@chromium.org | 2010-02-10 | 1 | -0/+7 |
* | Modifying extension automation so that it is done through a particular | joi@chromium.org | 2009-11-08 | 1 | -6/+0 |
* | Changes ui proxy classes to use Browser::Types rather than copying | sky@chromium.org | 2009-10-28 | 1 | -3/+2 |
* | Take 2 at this. The only change between this and the first is to add the GetT... | sky@chromium.org | 2009-10-27 | 1 | -2/+7 |
* | Revert 30194 - Makes session restore on Chrome OS restore popups. | sky@chromium.org | 2009-10-27 | 1 | -4/+2 |
* | Makes session restore on Chrome OS restore popups. | sky@chromium.org | 2009-10-27 | 1 | -2/+4 |
* | Enhance extension UI testing by enabling you to select which extension | joi@chromium.org | 2009-10-23 | 1 | -2/+3 |
* | Assigning INFINITE (which is 0xFFFFFFFF) to an int, is not a very good idea... | mad@chromium.org | 2009-10-19 | 1 | -1/+5 |
* | Revert "Revert "Add startup tests that log start script, domcontentloaded, an... | tony@chromium.org | 2009-10-07 | 1 | -0/+6 |
* | Revert "Add startup tests that log start script, domcontentloaded, and onload." | mattm@chromium.org | 2009-10-07 | 1 | -6/+0 |
* | Add startup tests that log start script, domcontentloaded, and onload. | tony@chromium.org | 2009-10-07 | 1 | -0/+6 |
* | Avoid an automation call which may induce flakiness in some tests. | phajdan.jr@chromium.org | 2009-09-01 | 1 | -26/+21 |
* | Move some waiting from AutomationProxy to AutomationProvider. | phajdan.jr@chromium.org | 2009-08-21 | 1 | -31/+11 |
* | Add plumbing for allowing the renderer to intercept and cancel redirects before | darin@chromium.org | 2009-07-30 | 1 | -0/+7 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -1/+1 |
* | Remove the defunct SetAccelerator message and replace it with an | amit@chromium.org | 2009-07-14 | 1 | -10/+9 |
* | Fixed 3 tests that failed in hebrew enabled vista | hbono@chromium.org | 2009-06-15 | 1 | -0/+14 |
* | Linux: refactor zygote support | agl@chromium.org | 2009-06-12 | 1 | -4/+4 |
* | Get tab HWND directly as result of CreateExternalTab automation call. | stoyan@chromium.org | 2009-06-11 | 1 | -1/+2 |
* | 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 | 1 | -3/+3 |
* | Allow derived classes to access members (channel, thread, etc) of the Automat... | stoyan@chromium.org | 2009-06-03 | 1 | -56/+0 |
* | Make automation proxy objects to ref_counted. That allows to process async no... | stoyan@chromium.org | 2009-05-28 | 1 | -26/+91 |
* | 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/+5 |
* | Remove AutomationRequest (deprecated by using SyncChannel). Some minor cleanup. | stoyan@chromium.org | 2009-05-11 | 1 | -65/+0 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -2/+1 |
* | Making CloseWindow and CloseTab automation API | huanr@chromium.org | 2009-05-01 | 1 | -1/+33 |
* | 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 | 1 | -0/+2 |
* | Reland r14146 which refactors DialogButton into cross platform | tc@google.com | 2009-04-21 | 1 | -9/+5 |
* | Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform" | tc@google.com | 2009-04-21 | 1 | -5/+9 |
* | Refactor DialogDelegate so the DialogButton enum is in cross platform | tc@google.com | 2009-04-21 | 1 | -9/+5 |
* | Adding versioning support to the chrome automation protocol. | robertshield@google.com | 2009-04-13 | 1 | -11/+59 |
* | UI test portage, second try. | estade@chromium.org | 2009-04-09 | 1 | -2/+2 |
* | Get rid of WaitForWindowCountToChange. | phajdan.jr@chromium.org | 2009-03-24 | 1 | -14/+0 |
* | Move windowing related objects into chrome/views/window subdir. | ben@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-10 | 1 | -1/+2 |