1. 5061842 Enable BrowserKeyEventsTest.ReservedAccelerators on Linux. by Evan Stade · 7 years ago
  2. 88f9512 Re-enable browser_keyevents_browsertest. by Dave Tapuska · 7 years ago
  3. 629ba73c [MessageLoop] Fix message_loop.h includes by Gabriel Charette · 7 years ago
  4. 27a829d Enable interactive_ui_tests on Windows that now run mostly reliably. by Greg Thompson · 8 years ago
  5. 1c00250 Spell length correctly by Tom Anderson · 8 years ago
  6. f9d34d2 Eliminate USE_ASH macro and replace with OS_CHROMEOS by James Cook · 8 years ago
  7. 53a9ef81 Mass replace MessageLoop::Quit*() with RunLoop::QuitCurrent*Deprecated(). by Gabriel Charette · 8 years ago
  8. 5991e16 mac: Remove IsOSMountainLion(). by thakis · 9 years ago
  9. e4d7b6f Switch to standard integer types in chrome/browser/, part 1 of 4. by avi · 9 years ago
  10. a01f7d9 Migrating tests to use EmbeddedTestServer (/chrome/browser misc) by svaldez · 10 years ago
  11. 4df63777 Reenables tests that were previously disabled by sky · 10 years ago
  12. c4f8e24 Don't use base::MessageLoop::{Quit,QuitClosure} in chrome/ by ki.stfu · 10 years ago
  13. 60bd490 Remove DomOperationNotificationDetails. by avi · 10 years ago
  14. 4e7fe67 Mark some interactive ui tests as flaky on Windows. by chrishtr · 10 years ago
  15. a542fca Standardize usage of virtual/override/final in chrome/browser/ by Daniel Cheng · 11 years ago
  16. 01d8b10e replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* by mostynb · 11 years ago
  17. fc2b46b Hide WebContentsView from Chrome. This also removes WebContentsViewPort. by [email protected] · 11 years ago
  18. 893124a2 More removal of GTK code. by [email protected] · 11 years ago
  19. cfa856d6 Switch DomAutomationController to be a RenderFrameObserver. by [email protected] · 11 years ago
  20. 0c2c0d1 Clean up some ifdefs around Win Aura. by [email protected] · 11 years ago
  21. cc2a2a2 Revert 242455 "Revert 242449 "Update some uses of UTF conversion..." by [email protected] · 11 years ago
  22. 213cee4 Revert 242449 "Update some uses of UTF conversions in chrome/bro..." by [email protected] · 11 years ago
  23. 1fe96d0 Update some uses of UTF conversions in chrome/browser to use the base:: namespace. by [email protected] · 11 years ago
  24. 7f03a11 Remove an include of views/../textfield.h getting compiled on Mac. by [email protected] · 11 years ago
  25. 13c526cc Create content::WebContentsDestroyedWatcher, use it in many tests. by [email protected] · 12 years ago
  26. 5f80e079 Disabled flaky BrowserKeyEventsTest.NormalKeyEvents. by [email protected] · 12 years ago
  27. c3bd297 Disabling BrowserKeyEventsTest.ReservedAccelerators on Win. by [email protected] · 12 years ago
  28. 7e9acd08 Moves most files from ui/base/keycodes to ui/events/keycodes by [email protected] · 12 years ago
  29. e8248a2 Disable flaky BrowserKeyEventsTest.CtrlKeyEvents on win aura. by [email protected] · 12 years ago
  30. fa1e0e1 Use a direct include of the message_loop header in chrome/browser/, part 1. by [email protected] · 12 years ago
  31. fdf40f3e Updates some includes of chrome_notification_types.h by [email protected] · 12 years ago
  32. c1dffe8 GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1 by [email protected] · 12 years ago
  33. e746341 Use a direct include of strings headers in chrome/browser/a*-c*/. by [email protected] · 12 years ago
  34. 135cb80 Use a direct include of utf_string_conversions.h in chrome/browser/, part 1. by [email protected] · 12 years ago
  35. b3a2509 chrome: Use base::MessageLoop. (Part 3) by [email protected] · 12 years ago
  36. 7ec4188 Disable flaky BrowserKeyEventsTest.AccessKeys by [email protected] · 12 years ago
  37. 89b3252 Move SpawnedTestServer to its own subdirectory. by [email protected] · 12 years ago
  38. ce7d0cbc GTTF: rename net::TestServer -> net::SpawnedTestServer by [email protected] · 12 years ago
  39. 984aecc Temporarily disabled tests failing on 10.8, when running on 10.8. by [email protected] · 12 years ago
  40. 5c4e448 Consolidate VIEW_ID_LOCATION_BAR into VIEW_ID_OMNIBOX. by [email protected] · 12 years ago
  41. 47e870b Revert 184352 by [email protected] · 12 years ago
  42. 5f0cebb Add utf_string_conversions to base namespace. by [email protected] · 12 years ago
  43. b94584a Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition. by [email protected] · 12 years ago
  44. ee49695 Remove TabStripModel wrapper use. by [email protected] · 12 years ago
  45. b6987e0 Simplify ExecuteJavaScript* functions. by [email protected] · 12 years ago
  46. 06bc5d9 Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc} by [email protected] · 12 years ago
  47. 1e09ec8 GTTF: No more FLAKY_ . by [email protected] · 12 years ago
  48. 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
  49. e00ccc9 GTTF: remove FAILS_ prefix, part 1 by [email protected] · 13 years ago
  50. 6f39373f Mark BrowserKeyEventsTest.PageUpDownKeys as flaky. by [email protected] · 13 years ago
  51. 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
  52. 729eb63 Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by content_browsertests. by [email protected] · 13 years ago
  53. 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
  54. 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
  55. 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
  56. 52877dbc6 Move tab functions off Browser into browser_tabstrip and browser_tabrestore. by [email protected] · 13 years ago
  57. bf43a38 Disable tests broken by WK r118001 by [email protected] · 13 years ago
  58. ed172d2 Fix interactive_ui_tests failure caused by r136255. by [email protected] · 13 years ago
  59. 8d44185 Revert 135791 - Let Chrome app handle Ash accelerators first if the app is launched as a window. by [email protected] · 13 years ago
  60. 2095717 Let Chrome app handle Ash accelerators first if the app is launched as a window. by [email protected] · 13 years ago
  61. 886f114 Revert 135175 - Revert 135164 - Cleanup of browser_test harness. by [email protected] · 13 years ago
  62. e9960c85 Revert 135164 - Cleanup of browser_test harness. by [email protected] · 13 years ago
  63. e87d8a6 Cleanup of browser_test harness. by [email protected] · 13 years ago
  64. f2159ba Add more functionality to WebView. by [email protected] · 13 years ago
  65. 884033e Move notifications used only in chrome/ out of content/. by [email protected] · 13 years ago
  66. 2bed8fa Revert 132281 - Add more functionality to WebView. by [email protected] · 13 years ago
  67. 7d77db19 Add more functionality to WebView. by [email protected] · 13 years ago
  68. eaabba2 Move Render(View|Widget)Host and associated classes to content namespace. by [email protected] · 13 years ago
  69. 9c1662b Move RenderWidgetHost and RenderViewHost interfaces to their own files. by [email protected] · 13 years ago
  70. 33b36dc Disable FocusMenuBarByAltKey by [email protected] · 13 years ago
  71. 5626b089 Move RenderWidgetHostView into content namespace. Fix include paths. by [email protected] · 13 years ago
  72. 0553ad4 Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include paths. by [email protected] · 13 years ago
  73. 86b3b46 Move RenderWidgetHostView into content namespace. Fix include paths. by [email protected] · 13 years ago
  74. 4d245165 Flakiness cleanup: disable flaky tests under chrome/browser/ Part 1 of N. by [email protected] · 13 years ago
  75. 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
  76. 8643e6d Rename TabContentsView to WebContentsView and move to content/public. by [email protected] · 13 years ago
  77. 4da3d85 Reenable BrowserKeyEventsTest.AccessKeys on Aura. by [email protected] · 13 years ago
  78. c5eed49 Get rid of content::NavigationController in cc file and use "using" instead. by [email protected] · 13 years ago
  79. 6acde635 Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers. by [email protected] · 13 years ago
  80. 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
  81. 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
  82. 10b833e Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests by [email protected] · 13 years ago
  83. 69cda65 Rename TabContents::controller() to GetController and put it into the WebContents namespace. by [email protected] · 13 years ago
  84. 151a63d Rename TabContents::render_view_host() to GetRenderViewHost and put it into the WebContents interface. by [email protected] · 13 years ago
  85. 98977bc Disable BrowserKeyEventsTest.AccessKeys for aura by [email protected] · 13 years ago
  86. 0b8fa8b Use Textfield's view ID instead of Location bar's view id in by [email protected] · 14 years ago
  87. 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
  88. 6c2381d Move NotificationObserver, NotificationSource, and NotificationDetails to content/public/browser. by [email protected] · 14 years ago
  89. 6db9896 Mark BrowserKeyEventsTest.ReservedAccelerators FLAKY_ on Linux by [email protected] · 14 years ago
  90. ae67374 Remove a couple racy functions from ui_test_utils. by [email protected] · 14 years ago
  91. af44e7fb Move in_process_browser_test and ui_test_utils to chrome/test/base by [email protected] · 14 years ago
  92. 43211582 Moving notification types which are chrome specific to a new header file chrome_notification_types.h. by [email protected] · 14 years ago
  93. 8189899 Moves NavigationController::session_id into RestoreTabHelper. by [email protected] · 14 years ago
  94. 1870d5cf iwyu: Include stringprintf.h where appropriate, part 3. by [email protected] · 14 years ago
  95. ce09a71 Disable BrowserTestEvents.AccessKeys on Mac. by [email protected] · 14 years ago
  96. 92c0174 Disable three already flaky tests that are timing out on Mac and turning the tree red. by [email protected] · 14 years ago
  97. cb93193 Mark a bunch of browser tests as flaky on Mac. by [email protected] · 14 years ago
  98. 1ea49d5 Renames TabStripModel and Browser's selected_index to by [email protected] · 14 years ago
  99. ac4aa1d Reenable some tests that were erroneously marked FAILS due to bot flakiness. by [email protected] · 14 years ago
  100. 9495437 Disable test failing on Mac OS X 10.6 by [email protected] · 14 years ago