1. 18dfb7a5 Change base/file_utils.h includes to base/files/file_utils.h in chrome/ by thestig · 11 years ago
  2. 4cfefdc Move the three WindowedNPAPIPluginHidden tests in browser_tests to interactive_ui_tests. by [email protected] · 11 years ago
  3. 186dbc8 Remove CancelableRequestTracker & CancelableRequestConsumer by [email protected] · 11 years ago
  4. 7694b2e Revert of Disable flaky tests related to "Cannot read property 'textdirection' of undefined" (https://codereview.chromium.org/413913002/) by [email protected] · 11 years ago
  5. 6300279 Disabling FindInPageControllerTest.LargePage by [email protected] · 11 years ago
  6. 47f2a40 Disable flaky tests related to "Cannot read property 'textdirection' of undefined". by [email protected] · 11 years ago
  7. 90e42c73 Disable FindRestarts_Issue70505 everywhere. by [email protected] · 11 years ago
  8. 102402c Strip carriage return from find text; show newline symbols. by [email protected] · 11 years ago
  9. 993f4bb Cleanup: Remove more dead GTK code. by [email protected] · 11 years ago
  10. 8e09c7af Move about://-related constants from //content to //url by [email protected] · 11 years ago
  11. 46b4ddb9 Disable flaky FindInPageControllerTest.FindRestarts_Issue70505 on ChromeOS by [email protected] · 11 years ago
  12. fc2b46b Hide WebContentsView from Chrome. This also removes WebContentsViewPort. by [email protected] · 11 years ago
  13. 7ff1626 Disable flaky test on Chromeos. by [email protected] · 11 years ago
  14. 282f31a [Sheriff] Disable FindRestarts_Issue70505 for being flaky. by [email protected] · 11 years ago
  15. 893124a2 More removal of GTK code. by [email protected] · 11 years ago
  16. f9db7d2d Simplify some Win Aura ifdefs. by [email protected] · 11 years ago
  17. d96cf75 Add net/base/filename_util.h. by [email protected] · 11 years ago
  18. 9d9221f06 Revert 262487 "Add net/base/filename_util.h." by [email protected] · 11 years ago
  19. 3e565e77 Add net/base/filename_util.h. by [email protected] · 11 years ago
  20. 7a60cd3a Remove window/host accessors from WindowEventDispatcher. Include-What-You-Use for WindowTreeHost. by [email protected] · 11 years ago
  21. 396b0c7 Move clients of BrowserContextKeyedService to use KeyedService by [email protected] · 11 years ago
  22. 2374d181 Window ownership -> WindowTreeHost by [email protected] · 11 years ago
  23. fcc51c95 Move root_window.* to window_event_dispatcher.* by [email protected] · 12 years ago
  24. 0c2c0d1 Clean up some ifdefs around Win Aura. by [email protected] · 12 years ago
  25. f8751407 Convert Find test to interactive, since it relies on focus. by [email protected] · 12 years ago
  26. 36ec24f Move Find Operations from RenderViewHost to WebContents by [email protected] · 12 years ago
  27. f729d7a Remove UTF string conversion functions from the global namespace. by [email protected] · 12 years ago
  28. 1f13690 Update some uses of UTF conversions in chrome/browser to use the base:: namespace. by [email protected] · 12 years ago
  29. b959d7d4 Replace string16 with base::string16 in chrome/browser by [email protected] · 12 years ago
  30. 6a72a63 Replace string16 with base::string16 in chrome/browser by [email protected] · 12 years ago
  31. a04db82 Convert string16 to base::string16 in chrome/browser by [email protected] · 12 years ago
  32. e9273e19 Replace some string16's with base namespace in chrome/browser by [email protected] · 12 years ago
  33. 00509a3 cleanup: Replace usage of chrome::AddBlankTabAt with chrome::AddTabAt(). by [email protected] · 12 years ago
  34. 228f0f0 Remove some pass-thrus on RootWindow API in favor of exposing the RootWindowHost again. by [email protected] · 12 years ago
  35. f7c05b2 Make RootWindow not subclass Window. by [email protected] · 12 years ago
  36. 877360ea Revert 234428 "Make RootWindow not subclass Window." by [email protected] · 12 years ago
  37. 94f3d3e Make RootWindow not subclass Window. by [email protected] · 12 years ago
  38. 9f0835f Fix Mac buildbot error. by [email protected] · 12 years ago
  39. 901cf6f Ensure that we always watch the peers of the WebContentsView when it gets reparented. Previously I assumed we didn't need to do this because new windows would get created when the constrained windows show up. But it turns out that for the find-bar case, the window will just be hidden if there's an existing find bar in another tab. by [email protected] · 12 years ago
  40. a1221aea Rename WebKit namespace to blink (part 4) by [email protected] · 12 years ago
  41. 19506d54 Revert 228779 "Update defaults for InstantExtended." by [email protected] · 12 years ago
  42. 14ac41f Update defaults for InstantExtended. by [email protected] · 12 years ago
  43. 826eabe1 Preserve find bar selection across tab switches. by [email protected] · 12 years ago
  44. 7e9acd08 Moves most files from ui/base/keycodes to ui/events/keycodes by [email protected] · 12 years ago
  45. 82f84b9 Move ReadFileToString to the base namespace. by [email protected] · 12 years ago
  46. 1153970 Fix missing const-reference on function parameter. by [email protected] · 12 years ago
  47. c084332 This is a follow-up to https://chromiumcodereview.appspot.com/16305010/. To eradicate the discrepancy between find bar text and actual search term we'll always search for current find bar text on Mac. This is correct because find bar updates itself whenever the find pboard changes. by [email protected] · 12 years ago
  48. c772723 Remove NOTIFICATION_FIND_MATCH_RECTS_AVAILABLE; it is no longer observed in Android code. by [email protected] · 12 years ago
  49. 3cc55ad Use a direct include of the message_loop header in chrome/browser/, part 12. by [email protected] · 12 years ago
  50. 530047e Persist download ids across sessions by merging them with db_handles. by [email protected] · 12 years ago
  51. 1a7ff74 Update some includes of chrome_notification_types.h by [email protected] · 12 years ago
  52. 2255a933 Update Blink include paths by [email protected] · 12 years ago
  53. 216a3dc Fixed cmd + G (find next) on Mac in Incognito, 2 new tests: by [email protected] · 12 years ago
  54. 1152118 Use a direct include of strings headers in chrome/browser/ui/b*-p*/. by [email protected] · 12 years ago
  55. 5846d58 Use a direct include of utf_string_conversions.h in chrome/browser/ui/, part 1. by [email protected] · 12 years ago
  56. ec04d3f Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unnecessary real threads. by [email protected] · 12 years ago
  57. f50b4af Revert the feature 'Clear the clipboard upon exit from Incognito'. Original patches: by [email protected] · 12 years ago
  58. f1484c5 Remove references to Profile from browser_context_keyed_service. by [email protected] · 12 years ago
  59. 0dd6f203 Move ProfileKeyedService infrastructure to a component by [email protected] · 12 years ago
  60. 081dc52 content: Move two more url constants into content namespace. by [email protected] · 12 years ago
  61. 3264d16 chrome: Use base::MessageLoop. (Part 2) by [email protected] · 12 years ago
  62. 018bf65 Change GetProfileToUse method from Profile to content::BrowserContext by [email protected] · 12 years ago
  63. c7fa436 [components] Switch {RefCounted}ProfileKeyedService to use BrowserContext by [email protected] · 12 years ago
  64. 03d5af59 Don't update Find Pasteboard (Mac) from Incognito by [email protected] · 12 years ago
  65. dfa66615 Fixed flaky FindDialogTest.CopyTextInIncognito. by [email protected] · 12 years ago
  66. 90c7150 Disable CopyTextInIncognito test on Windows by [email protected] · 12 years ago
  67. 85f5236 Part IV: Clear the clipboard if user copies from 'find dialog' of Incognito window and closes the window. by [email protected] · 12 years ago
  68. 68c2d39 Mac: Update find bar when switching tabs by [email protected] · 12 years ago
  69. c125cdc Finally phase out non-multi-desktop-aware Browser::CreateParams()'s!! by [email protected] · 12 years ago
  70. 47e870b Revert 184352 by [email protected] · 13 years ago
  71. 5f0cebb Add utf_string_conversions to base namespace. by [email protected] · 13 years ago
  72. 3e2b860 find_bar: Convert a bunch of string constants to char array. by [email protected] · 13 years ago
  73. 023f070 Disabling DownloadExtensionTest_Download_File and SearchWithinSpecialURL only for Windows Aura. by [email protected] · 13 years ago
  74. 01e74f5 Disabling DownloadExtensionTest_Download_File and SearchWithinSpecialURL due to problems on the Windows Aura test bot. by [email protected] · 13 years ago
  75. 650b2d5 Merge branch 'master' into file_path_browser by [email protected] · 13 years ago
  76. 6a2c09f history: Rename history.h to history_service.h by [email protected] · 13 years ago
  77. dc8b0fc DEFINE_WEB_CONTENTS_USER_DATA_KEY now requires a semicolon. by [email protected] · 13 years ago
  78. b6987e0 Simplify ExecuteJavaScript* functions. by [email protected] · 13 years ago
  79. 06bc5d9 Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc} by [email protected] · 13 years ago
  80. 371d64a Remove straggling TabContents references. by [email protected] · 13 years ago
  81. 7798731 Remove CancelableRequest from HistoryService::*Download* by [email protected] · 13 years ago
  82. 5789218 Remove tabstrip wrappers in browser_tabstrip. by [email protected] · 13 years ago
  83. 1e664ad8 chrome/browser/ui: Update calls from RunAllPending() to RunUntilIdle(). by [email protected] · 13 years ago
  84. 686221c Remove TabContents from AddBlankTabAt, kill AddBlankTab. by [email protected] · 13 years ago
  85. ba3d09a1 Remove TabContents from ui/find_bar. by [email protected] · 13 years ago
  86. 921441c Remove alias from ChromeRenderViewHostTestHarness. by [email protected] · 13 years ago
  87. d816127 Remove TabContents from FindBackendTest. by [email protected] · 13 years ago
  88. 46b3c98 Move WebContentsUserData to content/public/browser. by [email protected] · 13 years ago
  89. 7530ec4 find_bar: Enable the branch for the cocoa side too. by [email protected] · 13 years ago
  90. 7ce5102 find_bar: Enable the branch for the gtk side too. by [email protected] · 13 years ago
  91. b5eb9d4 chrome: Remove dropdown_bar_host.h entry from DEPS whitelist. by [email protected] · 13 years ago
  92. d429ec12 find_bar: Extract the views part from FindBarHost browsertest. by [email protected] · 13 years ago
  93. 9c2b780 find_bar: Fix header include path to views file. by [email protected] · 13 years ago
  94. bc852c93 Switch FindTabHelper to use WebContentsUserData. by [email protected] · 13 years ago
  95. 01b654b Move cancelable_request.cc/h to chrome/browser/common. by [email protected] · 13 years ago
  96. a658ecf Add a test for FindInPage after selecting text. by [email protected] · 13 years ago
  97. bb05cae1 Cleanup: Constify some ProfileKeyedBaseFactory methods and all overrides. Remove ProfileKeyedBaseFactory::ForceRegisterPrefsForTest() by [email protected] · 13 years ago
  98. a77809f First part of PAGE_TRANSITION_START_PAGE cleanup. by [email protected] · 13 years ago
  99. 59363fc9 Upstream the Android port find-in-page feature. by [email protected] · 13 years ago
  100. 2fa63948 Convert the history pyauto tests to browser_tests. by [email protected] · 13 years ago