- 5061842 Enable BrowserKeyEventsTest.ReservedAccelerators on Linux. by Evan Stade · 7 years ago
- 88f9512 Re-enable browser_keyevents_browsertest. by Dave Tapuska · 7 years ago
- 629ba73c [MessageLoop] Fix message_loop.h includes by Gabriel Charette · 7 years ago
- 27a829d Enable interactive_ui_tests on Windows that now run mostly reliably. by Greg Thompson · 8 years ago
- 1c00250 Spell length correctly by Tom Anderson · 8 years ago
- f9d34d2 Eliminate USE_ASH macro and replace with OS_CHROMEOS by James Cook · 8 years ago
- 53a9ef81 Mass replace MessageLoop::Quit*() with RunLoop::QuitCurrent*Deprecated(). by Gabriel Charette · 8 years ago
- 5991e16 mac: Remove IsOSMountainLion(). by thakis · 9 years ago
- e4d7b6f Switch to standard integer types in chrome/browser/, part 1 of 4. by avi · 9 years ago
- a01f7d9 Migrating tests to use EmbeddedTestServer (/chrome/browser misc) by svaldez · 10 years ago
- 4df63777 Reenables tests that were previously disabled by sky · 10 years ago
- c4f8e24 Don't use base::MessageLoop::{Quit,QuitClosure} in chrome/ by ki.stfu · 10 years ago
- 60bd490 Remove DomOperationNotificationDetails. by avi · 10 years ago
- 4e7fe67 Mark some interactive ui tests as flaky on Windows. by chrishtr · 10 years ago
- a542fca Standardize usage of virtual/override/final in chrome/browser/ by Daniel Cheng · 11 years ago
- 01d8b10e replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* by mostynb · 11 years ago
- fc2b46b Hide WebContentsView from Chrome. This also removes WebContentsViewPort. by [email protected] · 11 years ago
- 893124a2 More removal of GTK code. by [email protected] · 11 years ago
- cfa856d6 Switch DomAutomationController to be a RenderFrameObserver. by [email protected] · 11 years ago
- 0c2c0d1 Clean up some ifdefs around Win Aura. by [email protected] · 11 years ago
- cc2a2a2 Revert 242455 "Revert 242449 "Update some uses of UTF conversion..." by [email protected] · 11 years ago
- 213cee4 Revert 242449 "Update some uses of UTF conversions in chrome/bro..." by [email protected] · 11 years ago
- 1fe96d0 Update some uses of UTF conversions in chrome/browser to use the base:: namespace. by [email protected] · 11 years ago
- 7f03a11 Remove an include of views/../textfield.h getting compiled on Mac. by [email protected] · 11 years ago
- 13c526cc Create content::WebContentsDestroyedWatcher, use it in many tests. by [email protected] · 12 years ago
- 5f80e079 Disabled flaky BrowserKeyEventsTest.NormalKeyEvents. by [email protected] · 12 years ago
- c3bd297 Disabling BrowserKeyEventsTest.ReservedAccelerators on Win. by [email protected] · 12 years ago
- 7e9acd08 Moves most files from ui/base/keycodes to ui/events/keycodes by [email protected] · 12 years ago
- e8248a2 Disable flaky BrowserKeyEventsTest.CtrlKeyEvents on win aura. by [email protected] · 12 years ago
- fa1e0e1 Use a direct include of the message_loop header in chrome/browser/, part 1. by [email protected] · 12 years ago
- fdf40f3e Updates some includes of chrome_notification_types.h by [email protected] · 12 years ago
- c1dffe8 GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1 by [email protected] · 12 years ago
- e746341 Use a direct include of strings headers in chrome/browser/a*-c*/. by [email protected] · 12 years ago
- 135cb80 Use a direct include of utf_string_conversions.h in chrome/browser/, part 1. by [email protected] · 12 years ago
- b3a2509 chrome: Use base::MessageLoop. (Part 3) by [email protected] · 12 years ago
- 7ec4188 Disable flaky BrowserKeyEventsTest.AccessKeys by [email protected] · 12 years ago
- 89b3252 Move SpawnedTestServer to its own subdirectory. by [email protected] · 12 years ago
- ce7d0cbc GTTF: rename net::TestServer -> net::SpawnedTestServer by [email protected] · 12 years ago
- 984aecc Temporarily disabled tests failing on 10.8, when running on 10.8. by [email protected] · 12 years ago
- 5c4e448 Consolidate VIEW_ID_LOCATION_BAR into VIEW_ID_OMNIBOX. by [email protected] · 12 years ago
- 47e870b Revert 184352 by [email protected] · 12 years ago
- 5f0cebb Add utf_string_conversions to base namespace. by [email protected] · 12 years ago
- b94584a Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition. by [email protected] · 12 years ago
- ee49695 Remove TabStripModel wrapper use. by [email protected] · 12 years ago
- b6987e0 Simplify ExecuteJavaScript* functions. by [email protected] · 12 years ago
- 06bc5d9 Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc} by [email protected] · 12 years ago
- 1e09ec8 GTTF: No more FLAKY_ . by [email protected] · 12 years ago
- 895a8472 Move the test functions that deal with focus to interactive_ui_tets_utils.h and into the interactive_ui_tests target. That way they can't be misused from browser_tests. by [email protected] · 13 years ago
- e00ccc9 GTTF: remove FAILS_ prefix, part 1 by [email protected] · 13 years ago
- 6f39373f Mark BrowserKeyEventsTest.PageUpDownKeys as flaky. by [email protected] · 13 years ago
- b8deecd Move RunAllPendingInMessageLoop from ui_test_utils.h to test_utils.h, so that it can be reused by content_browsertests. I put it in test_utils.h instead of browser_test_utils.h because this is also used by unit tests. by [email protected] · 13 years ago
- 729eb63 Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by content_browsertests. by [email protected] · 13 years ago
- 7d478cb Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h so they can be reused by content_browsertests. by [email protected] · 13 years ago
- a7fe911 Create content\public\test\test_utils.h to hold common test classes that are used by unit and browser tests. unit tests shouldn't be including ui_test_utils.h. by [email protected] · 13 years ago
- 90ca4427 Always enable dom automation for browser_tests. This avoids developers having to call EnableDOMAutomation manually, which is not evident. ui_tests used to do this automatically. by [email protected] · 13 years ago
- 52877dbc6 Move tab functions off Browser into browser_tabstrip and browser_tabrestore. by [email protected] · 13 years ago
- bf43a38 Disable tests broken by WK r118001 by [email protected] · 13 years ago
- ed172d2 Fix interactive_ui_tests failure caused by r136255. by [email protected] · 13 years ago
- 8d44185 Revert 135791 - Let Chrome app handle Ash accelerators first if the app is launched as a window. by [email protected] · 13 years ago
- 2095717 Let Chrome app handle Ash accelerators first if the app is launched as a window. by [email protected] · 13 years ago
- 886f114 Revert 135175 - Revert 135164 - Cleanup of browser_test harness. by [email protected] · 13 years ago
- e9960c85 Revert 135164 - Cleanup of browser_test harness. by [email protected] · 13 years ago
- e87d8a6 Cleanup of browser_test harness. by [email protected] · 13 years ago
- f2159ba Add more functionality to WebView. by [email protected] · 13 years ago
- 884033e Move notifications used only in chrome/ out of content/. by [email protected] · 13 years ago
- 2bed8fa Revert 132281 - Add more functionality to WebView. by [email protected] · 13 years ago
- 7d77db19 Add more functionality to WebView. by [email protected] · 13 years ago
- eaabba2 Move Render(View|Widget)Host and associated classes to content namespace. by [email protected] · 13 years ago
- 9c1662b Move RenderWidgetHost and RenderViewHost interfaces to their own files. by [email protected] · 13 years ago
- 33b36dc Disable FocusMenuBarByAltKey by [email protected] · 13 years ago
- 5626b089 Move RenderWidgetHostView into content namespace. Fix include paths. by [email protected] · 13 years ago
- 0553ad4 Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include paths. by [email protected] · 13 years ago
- 86b3b46 Move RenderWidgetHostView into content namespace. Fix include paths. by [email protected] · 13 years ago
- 4d245165 Flakiness cleanup: disable flaky tests under chrome/browser/ Part 1 of N. by [email protected] · 13 years ago
- 766a708 Move DOMAutomationController code from chrome to content. This is needed by interstitial pages which are in content, and also browser tests in content. by [email protected] · 13 years ago
- 8643e6d Rename TabContentsView to WebContentsView and move to content/public. by [email protected] · 13 years ago
- 4da3d85 Reenable BrowserKeyEventsTest.AccessKeys on Aura. by [email protected] · 13 years ago
- c5eed49 Get rid of content::NavigationController in cc file and use "using" instead. by [email protected] · 13 years ago
- 6acde635 Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers. by [email protected] · 13 years ago
- cca0f1e Convert all the notifications which use NavigationController to content::NavigationController. After this is done, we can then make WebContents return a content::NavigationEntry instead of the impl. by [email protected] · 13 years ago
- f5fa20e Revert 115346. The change didn't break anything, the test was faulty. Will disable in a followup. - Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests by [email protected] · 13 years ago
- 10b833e Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests by [email protected] · 13 years ago
- 69cda65 Rename TabContents::controller() to GetController and put it into the WebContents namespace. by [email protected] · 13 years ago
- 151a63d Rename TabContents::render_view_host() to GetRenderViewHost and put it into the WebContents interface. by [email protected] · 13 years ago
- 98977bc Disable BrowserKeyEventsTest.AccessKeys for aura by [email protected] · 13 years ago
- 0b8fa8b Use Textfield's view ID instead of Location bar's view id in by [email protected] · 14 years ago
- ad50def5 Make NotificationService an interface in the content namespace, and switch callers to use it. Move the implementation to content/browser. Stop creating it in all child processes since it's only used in the browser. by [email protected] · 14 years ago
- 6c2381d Move NotificationObserver, NotificationSource, and NotificationDetails to content/public/browser. by [email protected] · 14 years ago
- 6db9896 Mark BrowserKeyEventsTest.ReservedAccelerators FLAKY_ on Linux by [email protected] · 14 years ago
- ae67374 Remove a couple racy functions from ui_test_utils. by [email protected] · 14 years ago
- af44e7fb Move in_process_browser_test and ui_test_utils to chrome/test/base by [email protected] · 14 years ago
- 43211582 Moving notification types which are chrome specific to a new header file chrome_notification_types.h. by [email protected] · 14 years ago
- 8189899 Moves NavigationController::session_id into RestoreTabHelper. by [email protected] · 14 years ago
- 1870d5cf iwyu: Include stringprintf.h where appropriate, part 3. by [email protected] · 14 years ago
- ce09a71 Disable BrowserTestEvents.AccessKeys on Mac. by [email protected] · 14 years ago
- 92c0174 Disable three already flaky tests that are timing out on Mac and turning the tree red. by [email protected] · 14 years ago
- cb93193 Mark a bunch of browser tests as flaky on Mac. by [email protected] · 14 years ago
- 1ea49d5 Renames TabStripModel and Browser's selected_index to by [email protected] · 14 years ago
- ac4aa1d Reenable some tests that were erroneously marked FAILS due to bot flakiness. by [email protected] · 14 years ago
- 9495437 Disable test failing on Mac OS X 10.6 by [email protected] · 14 years ago