| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix one bug in the URL list. | mbelshe@google.com | 2008-08-21 | 1 | -2/+7 |
* | Add a new PrintResult() method that outputs perf-test results in a particular | pamg@google.com | 2008-08-19 | 4 | -35/+81 |
* | Cleans up notifications for the NavigationController. There were several | brettw@google.com | 2008-08-19 | 3 | -4/+222 |
* | Use LF for newlines in all DEPS files | mmentovai@google.com | 2008-08-18 | 2 | -7/+7 |
* | First set of changes to start separating Google specific branding from Chromi... | rahulk@google.com | 2008-08-18 | 2 | -7/+12 |
* | Added support for PostMessage from the automation framework to | iyengar@google.com | 2008-08-15 | 3 | -0/+22 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@963 0039d316-1c4b-4281-b9... | brettw@google.com | 2008-08-15 | 3 | -222/+4 |
* | Code to facilitate sending message to external host. | joshia@google.com | 2008-08-15 | 1 | -0/+8 |
* | Cleans up notifications for the NavigationController. There were several | brettw@google.com | 2008-08-15 | 3 | -4/+222 |
* | Copy from http://chrome-reviews.prom.corp.google.com/1237 (new gcl changelist... | timsteele@google.com | 2008-08-15 | 1 | -0/+5 |
* | Large patch set (159 files total) to cleanup the includes. | maruel@google.com | 2008-08-15 | 2 | -1/+10 |
* | Introduce MessagePump to represent the native message pump used to drive a | darin@google.com | 2008-08-15 | 3 | -2/+23 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@904 0039d316-1c4b-4281-b9... | sidchat@google.com | 2008-08-14 | 4 | -12/+18 |
* | A first stab at testing browser close behavior when there are unload listeners | ojan@google.com | 2008-08-14 | 5 | -0/+39 |
* | Temporaly added local copy of mjsunit.js to debugger tests. | sgjesse@google.com | 2008-08-14 | 2 | -1/+97 |
* | Updated DEPS for V8 to include Visual Studio project file for the the | sgjesse@google.com | 2008-08-14 | 2 | -15/+15 |
* | Use %ls instead of %s in wprintf format strings for wchar_t fields. | mmentovai@google.com | 2008-08-14 | 6 | -44/+53 |
* | Part 2 of the chrome_program change. Split into two changes | tc@google.com | 2008-08-13 | 2 | -6/+2 |
* | Add a helper method to SConscript.main for adding .pdb files to the | tc@google.com | 2008-08-13 | 7 | -21/+7 |
* | Tests for KeywordEditorView. | sky@google.com | 2008-08-13 | 3 | -1/+20 |
* | Set the svn:eol-style to LF on all SConscript files | tc@google.com | 2008-08-13 | 13 | -1214/+1214 |
* | Tests for BookmarkEditorView. | sky@google.com | 2008-08-13 | 1 | -0/+8 |
* | Moves bookmark bar context menu controller into its own files along | sky@google.com | 2008-08-13 | 1 | -0/+8 |
* | Two changes to help track down why session restore test is failing: | sky@google.com | 2008-08-13 | 3 | -5/+8 |
* | Split browser.lib (200 megs) into browser.lib(242 source files, 175 megs) and... | maruel@google.com | 2008-08-13 | 8 | -0/+8 |
* | Compile a list of the 34 automated UI test commands we want to run on the dis... | finnur@google.com | 2008-08-13 | 2 | -22/+33 |
* | Add some printing related unit tests. | maruel@google.com | 2008-08-12 | 1 | -0/+16 |
* | Fiddle with destruction order of the dragged tab controller to ensure that th... | beng@google.com | 2008-08-12 | 1 | -3/+0 |
* | The tab dragging test ended up on interactive_ui, not ui_tests. | sgk@google.com | 2008-08-12 | 1 | -0/+1 |
* | Reduce timeout to 500ms. | beng@google.com | 2008-08-12 | 1 | -3/+3 |
* | Enabling sync_channel in the browser to allow accessibility code making block... | jcampan@google.com | 2008-08-12 | 1 | -1/+7 |
* | Temporarily add 1s sleep to see if waiting before quitting the browser helps ... | beng@google.com | 2008-08-12 | 1 | -0/+3 |
* | Move Tab Drag Tests inside Project interactive_ui_tests | sidchat@google.com | 2008-08-11 | 2 | -8/+8 |
* | A set of tests to exercise chrome menus as well as parts of bookmark | sky@google.com | 2008-08-11 | 5 | -4/+334 |
* | Adding a few commands to the automated UI test. It now supports: | finnur@google.com | 2008-08-09 | 2 | -3/+96 |
* | M chrome/test/ui/ui_tests.vcproj | sidchat@google.com | 2008-08-08 | 1 | -0/+8 |
* | Add deps files and rules for the checkdeps script. | brettw@google.com | 2008-08-08 | 2 | -0/+7 |
* | fix bustage | beng@google.com | 2008-08-08 | 1 | -0/+2 |
* | This is essentially a no functionality change to the Automated_ui test projec... | finnur@google.com | 2008-08-08 | 2 | -327/+325 |
* | Adding an interactive UI test to catch when switching between two tabs (both ... | finnur@google.com | 2008-08-06 | 4 | -3/+28 |
* | Don't link directly against GetPerformanceInfo so that win2k can be happy. | mbelshe@google.com | 2008-08-06 | 1 | -4/+29 |
* | Fix win2k testers by commenting out a function that is not supported | nsylvain@google.com | 2008-08-06 | 1 | -3/+4 |
* | Reapply 379 since it wasn't the issue with the build breakage. | maruel@google.com | 2008-08-05 | 1 | -0/+2 |
* | Revert change 379 to see if it fixes the build. Please reapply when it's green. | nsylvain@google.com | 2008-08-05 | 1 | -2/+0 |
* | Reduce the quantity of includes and template specialization in ipc_message_ut... | maruel@google.com | 2008-08-05 | 1 | -0/+2 |
* | Add new memory_test.exe to SCons build. | sgk@google.com | 2008-08-05 | 1 | -0/+97 |
* | Initial version of a chrome memory test. This is not yet done; as it still | mbelshe@google.com | 2008-08-05 | 6 | -8/+619 |
* | Another attempt at this CL. | jcampan@google.com | 2008-08-04 | 5 | -41/+192 |
* | Reverting my last commit, it seems to cause regression on the page cycler tests. | jcampan@google.com | 2008-08-04 | 5 | -192/+41 |
* | Added testing of Chromium dialogs to the automated ui tests. | jcampan@google.com | 2008-08-04 | 5 | -41/+192 |