| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce the logging output when running startup tests on linux/mac. | tony@chromium.org | 2009-12-03 | 1 | -1/+1 |
* | The AutomationMsg_SetCookie IPC should be channeled to the automation cookie ... | ananta@chromium.org | 2009-11-17 | 1 | -1/+6 |
* | Small clean-up to not expose base::Process from RenderProcesHost, and instead... | jam@chromium.org | 2009-11-13 | 1 | -1/+2 |
* | Rename unused "SSL" related automation methods to be generic, since that's wh... | johnnyg@chromium.org | 2009-11-11 | 1 | -9/+9 |
* | Revert 31419 - Commit Issue 255057: Unit Test for Toggling of Encoding AutoDe... | willchan@chromium.org | 2009-11-09 | 1 | -28/+3 |
* | Commit Issue 255057: Unit Test for Toggling of Encoding Auto-Detect | rolandsteiner@chromium.org | 2009-11-09 | 1 | -3/+28 |
* | Kiosk Mode implementation. | mhm@chromium.org | 2009-11-09 | 1 | -0/+23 |
* | Modifying extension automation so that it is done through a particular | joi@chromium.org | 2009-11-08 | 1 | -5/+3 |
* | Re-landing of r30726, which was reverted as a possible cause of chromeos buil... | estade@chromium.org | 2009-11-02 | 1 | -0/+8 |
* | Revert "Handle GTK enter and leave notification events and pass them to WebKi... | rafaelw@chromium.org | 2009-11-02 | 1 | -8/+0 |
* | Handle GTK enter and leave notification events and pass them to WebKit as | estade@chromium.org | 2009-11-02 | 1 | -0/+8 |
* | Get rid of MessageLoop* caching in extensions code. | jam@chromium.org | 2009-10-30 | 1 | -3/+0 |
* | Lazily create the find bar. | ben@chromium.org | 2009-10-29 | 1 | -2/+2 |
* | First of several patches to get rid of MessageLoop caching now that we have C... | jam@chromium.org | 2009-10-28 | 1 | -1/+3 |
* | Take 2 at this. The only change between this and the first is to add the GetT... | sky@chromium.org | 2009-10-27 | 1 | -1/+20 |
* | Revert 30194 - Makes session restore on Chrome OS restore popups. | sky@chromium.org | 2009-10-27 | 1 | -14/+2 |
* | Makes session restore on Chrome OS restore popups. | sky@chromium.org | 2009-10-27 | 1 | -2/+14 |
* | Reverting 30062. | glen@chromium.org | 2009-10-26 | 1 | -2/+2 |
* | Lazily create the find bar. | ben@chromium.org | 2009-10-26 | 1 | -2/+2 |
* | Move the json-related files into a separate json directory. This hopefully also | brettw@chromium.org | 2009-10-23 | 1 | -2/+2 |
* | Enhance extension UI testing by enabling you to select which extension | joi@chromium.org | 2009-10-23 | 1 | -2/+3 |
* | Move initialization of ChromeURLRequestContexts to the IO thread. | eroman@chromium.org | 2009-10-23 | 1 | -18/+26 |
* | Add support for to automation interface load install and load extensions. | rogerta@chromium.org | 2009-10-20 | 1 | -0/+52 |
* | When Chrome hands off a URL to be opened by the external host by the ViewHost... | ananta@chromium.org | 2009-10-19 | 1 | -2/+2 |
* | Header dependency cleanup in chrome/ | phajdan.jr@chromium.org | 2009-10-12 | 1 | -0/+1 |
* | SIGTERM should cause the application to exit on the Mac. | mark@chromium.org | 2009-10-12 | 1 | -1/+1 |
* | Revert "Revert "Add startup tests that log start script, domcontentloaded, an... | tony@chromium.org | 2009-10-07 | 1 | -0/+9 |
* | Revert "Add startup tests that log start script, domcontentloaded, and onload." | mattm@chromium.org | 2009-10-07 | 1 | -9/+0 |
* | Add startup tests that log start script, domcontentloaded, and onload. | tony@chromium.org | 2009-10-07 | 1 | -0/+9 |
* | Added support for specifying the BrowserFlags DWORD value when we register th... | ananta@chromium.org | 2009-10-06 | 1 | -0/+27 |
* | TestOverrideEncoding hanging is because TabProxy::WaitForNavigation can not g... | jnd@chromium.org | 2009-10-04 | 1 | -0/+8 |
* | Landing patch from contributor Thiago Farina. | finnur@chromium.org | 2009-09-30 | 1 | -2/+2 |
* | Relanding keyboard code refactoring: | jcampan@chromium.org | 2009-09-29 | 1 | -2/+3 |
* | Linux: Enable FindInPage automated ui test test. | estade@chromium.org | 2009-09-28 | 1 | -4/+3 |
* | Reverting 27412 it breaks the toolkit views Linux build. | jcampan@chromium.org | 2009-09-28 | 1 | -3/+2 |
* | Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ... | jcampan@chromium.org | 2009-09-28 | 1 | -2/+3 |
* | Update the TabContents::SavePage parameter to take FilePath instead of wstrin... | rsesek@chromium.org | 2009-09-26 | 1 | -2/+2 |
* | Cut down on flakiness of automated ui tests by changing message sending/waiti... | estade@chromium.org | 2009-09-25 | 1 | -4/+2 |
* | Remove unused tab_contents variable. | mattm@chromium.org | 2009-09-24 | 1 | -1/+0 |
* | Reinstating the AutomationMsg_TabReposition message and related stuff which i... | ananta@chromium.org | 2009-09-23 | 1 | -0/+1 |
* | Automated ui test porting + cleanup: | estade@chromium.org | 2009-09-22 | 1 | -34/+5 |
* | Adding basic window control to the automation provider for the Mac. | avi@chromium.org | 2009-09-21 | 1 | -1/+1 |
* | First part of automated_ui_tests improvements. | phajdan.jr@chromium.org | 2009-09-16 | 1 | -0/+21 |
* | Revert "First part of automated_ui_tests improvements." | phajdan.jr@chromium.org | 2009-09-15 | 1 | -21/+0 |
* | First part of automated_ui_tests improvements. | phajdan.jr@chromium.org | 2009-09-15 | 1 | -0/+21 |
* | Changing a NOTREACHED() to a DLOG as StopAsync can be called before a view ha... | tommi@chromium.org | 2009-09-14 | 1 | -1/+3 |
* | Chrome side of the fix for http://b/issue?id=1694574, which is a bug caused w... | ananta@chromium.org | 2009-09-06 | 1 | -0/+3 |
* | Convert std::wstring encoding names to std::string in a bunch of files. | tony@chromium.org | 2009-09-04 | 1 | -2/+2 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -1/+1 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -1/+1 |