| Commit message (Expand) | Author | Age | Files | Lines |
* | bookmarks: Get rid of TestingProfile::BlockUntilBookmarkModelLoaded(). | tfarina@chromium.org | 2013-03-25 | 1 | -0/+5 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -2/+2 |
* | content: Move all listeners of NOTIFICATION_RENDER_VIEW_HOST_CREATED out of c... | phajdan.jr@chromium.org | 2013-03-18 | 1 | -3/+2 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Phase out BrowserList::empty() and BrowserList::size(). | gab@chromium.org | 2013-02-14 | 1 | -1/+1 |
* | Get rid of native-desktop-only BrowserList:: iterator methods in tests. | gab@chromium.org | 2013-02-12 | 1 | -12/+8 |
* | Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. | joi@chromium.org | 2013-02-11 | 1 | -1/+1 |
* | Move FilePath->base::FilePath | brettw@chromium.org | 2013-02-11 | 1 | -16/+18 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/ edition part 1. | rsleevi@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | Remove WaitForNewTab -- replace usage with WindowedNotificationObserver. | gbillock@chromium.org | 2013-01-15 | 1 | -7/+0 |
* | Make ui_controls only usable from interactive_ui_tests. This has two benefits: | jam@chromium.org | 2013-01-14 | 1 | -14/+0 |
* | Remove active_index from Browser. | avi@chromium.org | 2013-01-14 | 1 | -11/+14 |
* | browser: Move FindTabbedBrowser() function into chrome namespace. | tfarina@chromium.org | 2013-01-09 | 1 | -1/+1 |
* | Simplify ExecuteJavaScript* functions. | darin@chromium.org | 2013-01-04 | 1 | -2/+2 |
* | Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc} | darin@chromium.org | 2013-01-02 | 1 | -4/+4 |
* | Implemented GetWindowSnapshot on RenderViewImpl | bajones@chromium.org | 2012-12-15 | 1 | -2/+2 |
* | Move the test functions that deal with focus to interactive_ui_tets_utils.h a... | jam@chromium.org | 2012-11-29 | 1 | -88/+66 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -1/+1 |
* | Remove TabContents from ui/find_bar. | avi@chromium.org | 2012-11-07 | 1 | -11/+7 |
* | Move extension_action.* from common/ to browser/ | jyasskin@chromium.org | 2012-10-13 | 1 | -1/+1 |
* | Switch InfoBarTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-10-11 | 1 | -7/+0 |
* | Split ThumbnailGenerator in two. | avi@chromium.org | 2012-10-08 | 1 | -5/+3 |
* | Add desktop type context to most existing instances of FindTabbedBrowser. | robertshield@chromium.org | 2012-10-04 | 1 | -2/+5 |
* | Switch FindTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-09-29 | 1 | -4/+6 |
* | Enable webgl conformance tests under content/test/gpu in content_browsertests | yongsheng.zhu@intel.com | 2012-09-26 | 1 | -38/+0 |
* | Convert the popups pyauto test to browser_tests. | jam@chromium.org | 2012-09-01 | 1 | -0/+17 |
* | Convert the history pyauto tests to browser_tests. | jam@chromium.org | 2012-08-30 | 1 | -17/+43 |
* | Converted policy.PolicyTest.testSavingBrowserHistoryDisabled pyauto test to a... | joaodasilva@chromium.org | 2012-08-29 | 1 | -5/+25 |
* | Introduce InfoBarTabService API. | joi@chromium.org | 2012-08-20 | 1 | -1/+1 |
* | Let ui_test_utils::FindInPage optionally return the selection rect. This will... | jam@chromium.org | 2012-08-17 | 1 | -3/+9 |
* | Add NaCl smoke test to browser_tests. | ncbray@google.com | 2012-08-16 | 1 | -0/+43 |
* | Revert 151716 - Add NaCl smoke test to browser_tests. | brettw@chromium.org | 2012-08-15 | 1 | -43/+0 |
* | Add NaCl smoke test to browser_tests. | ncbray@chromium.org | 2012-08-15 | 1 | -0/+43 |
* | Move RunAllPendingInMessageLoop from ui_test_utils.h to test_utils.h, so that... | jam@chromium.org | 2012-07-30 | 1 | -32/+0 |
* | Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ... | jam@chromium.org | 2012-07-26 | 1 | -8/+3 |
* | Move ui_test_utils::CrashTab to browser_test_utils so that it can be reused b... | jam@chromium.org | 2012-07-26 | 1 | -9/+0 |
* | Move WaitForLoadStop from ui_test_utils to browser_test_utils so that it can ... | jam@chromium.org | 2012-07-26 | 1 | -12/+1 |
* | Move all the layout tests that ran under browser_tests to run under content_b... | jam@chromium.org | 2012-07-25 | 1 | -17/+0 |
* | Move TestWebSocketServer from ui_test_utils.h to browser_test_utils.h since i... | jam@chromium.org | 2012-07-24 | 1 | -151/+0 |
* | Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h... | jam@chromium.org | 2012-07-24 | 1 | -131/+1 |
* | Simplify how LayoutBrowserTest scraps a tab. This allows removal of a whole b... | jam@chromium.org | 2012-07-24 | 1 | -44/+0 |
* | Move plugin_browsertests.cc from browser_tests to content_browsertests. | jam@chromium.org | 2012-07-23 | 1 | -5/+0 |
* | Move input event simulation functions from ui_test_utils.h to browser_test_ut... | jam@chromium.org | 2012-07-20 | 1 | -89/+0 |
* | Fixing the browser test for browser tag isolation. | nasko@chromium.org | 2012-07-20 | 1 | -0/+20 |
* | Switch to TimeDelta interfaces in chrome automation test infrastructure. | tedvessenes@gmail.com | 2012-07-20 | 1 | -1/+1 |
* | Move TitleWatcher from ui_test_utils.h to browser_test_utils.h so it can be r... | jam@chromium.org | 2012-07-20 | 1 | -67/+0 |
* | Create content\public\test\test_utils.h to hold common test classes that are ... | jam@chromium.org | 2012-07-20 | 1 | -75/+27 |
* | Get content_browsertest working. I've added a simple test for now, and will c... | jam@chromium.org | 2012-07-19 | 1 | -55/+13 |
* | Setup DOMOperationObserver before calling JavaScript methods in ui_test_utils... | shess@chromium.org | 2012-07-17 | 1 | -6/+6 |
* | Revert 147032 - Setup DOMOperationObserver before calling JavaScript methods ... | shess@chromium.org | 2012-07-17 | 1 | -6/+6 |