| Commit message (Expand) | Author | Age | Files | Lines |
* | Make prefs use std::string for keys rather than wstrings. | viettrungluu@chromium.org | 2010-08-11 | 1 | -4/+4 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Remove the page and app menus. | pkasting@chromium.org | 2010-07-20 | 1 | -3/+3 |
* | Change a bunch of string types. | estade@chromium.org | 2010-06-29 | 1 | -1/+1 |
* | Make new startup test use GetInitialLoadTimes for more accurate times. | pathorn@chromium.org | 2010-06-17 | 1 | -1/+11 |
* | Revert r46909: "Reland r46681: Use IPC to wait for download in DownloadTest." | bauerb@chromium.org | 2010-05-11 | 1 | -3/+0 |
* | Reland r46681: Use IPC to wait for download in DownloadTest. | bauerb@chromium.org | 2010-05-11 | 1 | -0/+3 |
* | Revert 46681 - Add AutomationMsg_WaitForDownloadShelfVisibilityChange and use... | bauerb@chromium.org | 2010-05-07 | 1 | -3/+0 |
* | Add AutomationMsg_WaitForDownloadShelfVisibilityChange and use it in UITestBa... | bauerb@chromium.org | 2010-05-07 | 1 | -0/+3 |
* | Add generic "json dict" entry point for pyauto commands. Will prevent | jrg@chromium.org | 2010-04-02 | 1 | -0/+4 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-31 | 1 | -0/+9 |
* | Reverting this CL to fix the interactive ui test failures. | ananta@chromium.org | 2010-03-26 | 1 | -9/+0 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-24 | 1 | -0/+9 |
* | Revert 42465 - Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-24 | 1 | -9/+0 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-24 | 1 | -0/+9 |
* | [GTTF] Reduce number of automation methods ending with WithTimeout. | phajdan.jr@chromium.org | 2010-03-22 | 1 | -39/+3 |
* | [GTTF] Make automation framework more solid by making sure that | phajdan.jr@chromium.org | 2010-03-16 | 1 | -42/+51 |
* | Add pyauto hooks for bookmarks. | jrg@chromium.org | 2010-03-12 | 1 | -0/+19 |
* | Test cookie prompting. | darin@chromium.org | 2010-03-04 | 1 | -0/+10 |
* | Fixes flakiness in session restore test. I'm adding two things: | sky@chromium.org | 2010-01-26 | 1 | -0/+4 |
* | Kiosk Mode implementation. | mhm@chromium.org | 2009-11-09 | 1 | -0/+7 |
* | Changes ui proxy classes to use Browser::Types rather than copying | sky@chromium.org | 2009-10-28 | 1 | -8/+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 | -0/+11 |
* | Revert 30194 - Makes session restore on Chrome OS restore popups. | sky@chromium.org | 2009-10-27 | 1 | -11/+0 |
* | Makes session restore on Chrome OS restore popups. | sky@chromium.org | 2009-10-27 | 1 | -0/+11 |
* | Automated ui test porting + cleanup: | estade@chromium.org | 2009-09-22 | 1 | -17/+10 |
* | Move download shelf from per-tab to per-window. Also disable auto-hiding of | thakis@chromium.org | 2009-06-04 | 1 | -0/+8 |
* | Make automation proxy objects to ref_counted. That allows to process async no... | stoyan@chromium.org | 2009-05-28 | 1 | -6/+8 |
* | Restore closed tabs into new windows when necessary, and track the windows they | pam@chromium.org | 2009-04-22 | 1 | -1/+0 |
* | When restoring a closed tab using either ctrl-shift-T or the context menu, put | pam@chromium.org | 2009-04-20 | 1 | -1/+1 |
* | Consolidate ApplyAccelerator and RunCommand code | huanr@chromium.org | 2009-04-16 | 1 | -0/+1 |
* | Mechanic change based on comment from previous code review. | huanr@chromium.org | 2009-03-31 | 1 | -2/+2 |
* | Cleanup in automation. Remove WaitForTabCountToChange. | phajdan.jr@chromium.org | 2009-03-30 | 1 | -7/+2 |
* | This check in is the initial step to try improve UI | huanr@chromium.org | 2009-03-27 | 1 | -1/+6 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Make basic bits of chrome/test/automation build on Linux. | phajdan.jr@chromium.org | 2009-02-25 | 1 | -0/+14 |
* | The find bar should be owned and managed from the BrowserView, not the WebCon... | finnur@google.com | 2009-02-24 | 1 | -0/+12 |
* | Refactor automation wrappers. Move the methods from AutomationProxy to the ap... | stoyan@chromium.org | 2009-01-21 | 1 | -0/+14 |
* | We need to add UI test for "Encoding" menu to avoid regression. | jnd@google.com | 2008-12-19 | 1 | -0/+9 |
* | Changes tab restore service to handle restoring closed windows as a | sky@google.com | 2008-11-25 | 1 | -0/+3 |
* | This CL adds new UI tests for the SSL UI. | jcampan@chromium.org | 2008-09-24 | 1 | -0/+3 |
* | Readding UI test I pulled yesterday; hopefully the bots will like it more now... | finnur@google.com | 2008-09-05 | 1 | -2/+6 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@904 0039d316-1c4b-4281-b9... | sidchat@google.com | 2008-08-14 | 1 | -5/+7 |
* | Another attempt at this CL. | jcampan@google.com | 2008-08-04 | 1 | -0/+5 |
* | Reverting my last commit, it seems to cause regression on the page cycler tests. | jcampan@google.com | 2008-08-04 | 1 | -5/+0 |
* | Added testing of Chromium dialogs to the automated ui tests. | jcampan@google.com | 2008-08-04 | 1 | -0/+5 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 1 | -0/+164 |