1. 6451fe9 Add adoption of WebContents to Browser. by [email protected] · 13 years ago
  2. bde40b82 RestoreTabHelper > SessionTabHelper, move more session stuff into it. by [email protected] · 13 years ago
  3. 51a53e8f6 alternate ntp: fix toolbar separator visibility when query is cleared by [email protected] · 13 years ago
  4. e545cb2 Disable media device attach intent. by [email protected] · 13 years ago
  5. f250fd5 Make TabContents ctor private; poke hole for existing callers. by [email protected] · 13 years ago
  6. 5423c37 Refactor browser window zoom handling and enable zoom icon on all platforms. by [email protected] · 13 years ago
  7. d715fb80 Introduce InfoBarTabService API. by [email protected] · 13 years ago
  8. 862f5cca Revert 152080 - Refactor browser window zoom handling and enable zoom icon on all platforms. by [email protected] · 13 years ago
  9. 721c0c0 Refactor browser window zoom handling and enable zoom icon on all platforms. by [email protected] · 13 years ago
  10. 9b125b73 Convert mostly favicon related code from SkBitmap to ImageSkia and Image. by [email protected] · 13 years ago
  11. 77a91c7 Create chrome/browser/api directory. Move infobar delegates used by Autofill to the directory. by [email protected] · 13 years ago
  12. 56073dc Make Browser aware of HostDesktopType. by [email protected] · 13 years ago
  13. b3996ba Add WebContents* to some more delegate methods by [email protected] · 13 years ago
  14. 6172089 Change return type of FaviconTabHelper::GetFavicon() to gfx::Image. by [email protected] · 13 years ago
  15. 7a19ea2 chrome: Refactor the way to show the feedback ui and move it into chrome namespace. by [email protected] · 13 years ago
  16. 6fb528e Clean up FullscreenController. by [email protected] · 13 years ago
  17. 65c8114 IWYU and other random cleanup in chrome/browser/ui. by [email protected] · 13 years ago
  18. 92f5408 Remove redirection header and add "ui::" before all SelectFileDialog usage. by [email protected] · 13 years ago
  19. b5febf7 Add a histogram to measure browser window display by [email protected] · 13 years ago
  20. 1e0c740 Remove details from BROWSER_CLOSING and BROWSER_CLOSED notifications. by [email protected] · 13 years ago
  21. 53f04c8 Fix open dialog not remembering last opened folder on drive by [email protected] · 13 years ago
  22. a4fe6701 Consolidate Browser Creation. by [email protected] · 13 years ago
  23. d998677 Revert 148281 - Remove details from BROWSER_CLOSING and BROWSER_CLOSED notifications. by [email protected] · 13 years ago
  24. 0febfed Remove details from BROWSER_CLOSING and BROWSER_CLOSED notifications. by [email protected] · 13 years ago
  25. 96affbc8 Fix up code to check whether we can silently handle RPH calls before gesture check. by [email protected] · 13 years ago
  26. be28b5f4 Move files related to registry-controlled domains into a new net/base/registry_controlled_domains/ subdirectory. by [email protected] · 13 years ago
  27. 7ae9c32 Bring up a content settings icon for ungestured registerProtocolHandler call. by [email protected] · 13 years ago
  28. 65a52e2c Revert 147045 - Bring up a content settings icon for ungestured registerProtocolHandler call. by [email protected] · 13 years ago
  29. b9d7b97 Bring up a content settings icon for ungestured registerProtocolHandler call. by [email protected] · 13 years ago
  30. a6394ae Moved ExtensionTabHelper into extensions namespace; rename it to TabHelper. by [email protected] · 13 years ago
  31. 3fa5e19 Add policy to ignore non-gestured RPH calls for now (change to show a content-settings icon coming). by [email protected] · 13 years ago
  32. 87d722a Deprecate --aura-panels by [email protected] · 13 years ago
  33. 2a281335 This CL moves the contents of ui_resources_standard.grd into ui_resources.grd and theme_resources_standard.grd into theme_resources.grd. This also eliminates the following Grit outputs: by [email protected] · 13 years ago
  34. 7acfaf9 Move Instant stuff off Browser. by [email protected] · 13 years ago
  35. 85537005 Move TabStripModelDelegate off Browser into its own class. by [email protected] · 13 years ago
  36. c55d3d12 Wire up GetUserMedia in Chrome Frame. by [email protected] · 13 years ago
  37. f9b6c09 Move unload handling off Browser onto its own class, UnloadController. by [email protected] · 13 years ago
  38. 3f32b9b browser: Remove fullscreen functions and have callers call FullscreenController directly. by [email protected] · 13 years ago
  39. 725f522 Revert 145401 - Deprecate --aura-panels by [email protected] · 13 years ago
  40. ef44a66 Deprecate --aura-panels by [email protected] · 13 years ago
  41. 619f8618 Move application creation and extension install prompt showing off Browser and onto ExtensionTabHelper. by [email protected] · 13 years ago
  42. 6e1fcd1 Reapply: Start consolidating cross-port file selection code into ui/base/dialogs. by [email protected] · 13 years ago
  43. 87586fb7 chrome/browser/ui: Put browser_dialogs.h into chrome namespace. by [email protected] · 13 years ago
  44. 78e2edc chrome: Put browser_navigator.h into chrome namespace. by [email protected] · 13 years ago
  45. 52877dbc6 Move tab functions off Browser into browser_tabstrip and browser_tabrestore. by [email protected] · 13 years ago
  46. 9d5c059a8 Move fullscreen_controller* to a subdirectory by [email protected] · 13 years ago
  47. 9b4d241c9 Revert 144957 - Bring up a content settings icon for ungestured registerProtocolHandler call. by [email protected] · 13 years ago
  48. 4d55e97 Bring up a content settings icon for ungestured registerProtocolHandler call. by [email protected] · 13 years ago
  49. 1ba55cf browser: Move global error to subdir. by [email protected] · 13 years ago
  50. 9125457 Breaks compile on Linux Aura by [email protected] · 13 years ago
  51. 0a28c50 Start consolidating cross-port file selection code into ui/base/dialogs. by [email protected] · 13 years ago
  52. 0363942 browser: Move window sizer to subdir. by [email protected] · 13 years ago
  53. 40df6f5 Remove a few methods from WCD that aren't needed at this level. by [email protected] · 13 years ago
  54. 37c917b Upstream minor instant refactoring. by [email protected] · 13 years ago
  55. 5d9829491 Moves command handling from Browser to a new object, BrowserCommandController. by [email protected] · 13 years ago
  56. fcd47879 Kiosk mode for Mac by [email protected] · 13 years ago
  57. bd52a98 Add ability to dispatch an intent on a device attached event. by [email protected] · 13 years ago
  58. 2cd4fde Move browser prefs off Browser and View Source into browser_commands. by [email protected] · 13 years ago
  59. 2d4e43a0 Add special visibility rules for bookmarks under Instant Extended API by [email protected] · 13 years ago
  60. a37d4b0 Move browser commands into a separate file. by [email protected] · 13 years ago
  61. bca1838 Move some RegisterXxxPref out of Browser by [email protected] · 13 years ago
  62. 3e32414 All visibility change functions (WasRestored/ShowContents/DidBecomeSelected and WasHidden/HideConents) are renamed to WasRestored and WasHidden for consistency. In particular, WebContents had all three of the first variety; this change merges them together. by [email protected] · 13 years ago
  63. 4afde5c Feature1: by [email protected] · 13 years ago
  64. 3a8b69b8 Disable task manager on Windows8/Metro. by [email protected] · 13 years ago
  65. 22bf2c1 Remove TabCloseableStateWatcher. ChromeOS no longer needs it in the Ash world. by [email protected] · 13 years ago
  66. 693baa5d Prototype version of the first-run dialog for Windows 8. by [email protected] · 13 years ago
  67. 1f0b50b Clean up/remove a bunch more functions from Browser. by [email protected] · 13 years ago
  68. e3a5d5b Add core plumbing for Instant Extended work by [email protected] · 13 years ago
  69. 27c14f0 kill --downloads-new-ui by [email protected] · 13 years ago
  70. 661b4e4 Removes TabFinder. We're not going to use it. by [email protected] · 13 years ago
  71. 5d9cace7 Move singleton tabs off Browser. by [email protected] · 13 years ago
  72. a13b76f Move some Mac-specific statics off Browser into functions in the browser namespace. by [email protected] · 13 years ago
  73. c08337f Replace usage of browser::FindBrowserForController with browser::FindBrowserWithWebContents by [email protected] · 13 years ago
  74. 4eb4ec0 Remove BrowserList::GetLastActive usage from WebUI pages. I've plumbed the TabContents to the page bubble code so that the webui certificate viewer can get the Browser from it. by [email protected] · 13 years ago
  75. 17c54c6 Remove NTP4 intro bubble by [email protected] · 13 years ago
  76. a044800 Suffix Chrome's appid on user-level installs by [email protected] · 13 years ago
  77. 7bf385c Implement base::win::IsMetroProcess. by [email protected] · 13 years ago
  78. 32fc4ff7 Remove BrowserList::GetLastActive from extensions install dialog code by plumbing through the Browser window. In two places (file_manager_util.cc and download_crx_util.cc) there is no context so I left those with FindLastActiveWithProfile for now. by [email protected] · 13 years ago
  79. e146195 Don't allow saving of devtools or print preview. by [email protected] · 13 years ago
  80. 77cbe50e First pass at making Chrome support metro snap mode. It creates a fullscreen-alike mode that Chrome may enter when in metro snap mode. by [email protected] · 13 years ago
  81. 8d98f03 Add UMA histograms for new tab creation. by [email protected] · 13 years ago
  82. 1e23ec0 TabContentsWrapper -> TabContents, part 57. by [email protected] · 13 years ago
  83. 57f46172 Misc. tiny cleanups by [email protected] · 13 years ago
  84. fb0728c TabContentsWrapper -> TabContents, part 56. by [email protected] · 13 years ago
  85. a37f85b Remove the usage of Browser in WebDialogView. by [email protected] · 13 years ago
  86. f13b420 Refactor the content interface for RequestMediaAccessPermission. by [email protected] · 13 years ago
  87. 401ef291 Revert 141723 - First pass at making Chrome support metro snap mode. It creates a fullscreen-alike mode that Chrome may enter when in metro snap mode. by [email protected] · 13 years ago
  88. 46760f9 First pass at making Chrome support metro snap mode. It creates a fullscreen-alike mode that Chrome may enter when in metro snap mode. by [email protected] · 13 years ago
  89. 4239828 Adding "Clear hosted app data" checkbox to browsing data removal UI. by [email protected] · 13 years ago
  90. 2ca3561 Use different help URLs for menus, accelerators, and WebUI. by [email protected] · 13 years ago
  91. 1d3e917 TabContentsWrapper -> TabContents, part 43. by [email protected] · 13 years ago
  92. 3135936 Avoid crash in trying to access profile while shutting down. by [email protected] · 13 years ago
  93. 2ae41f9d TabContentsWrapper -> TabContents, part 35. by [email protected] · 13 years ago
  94. e52d0a4 TabContentsWrapper -> TabContents, part 13. by [email protected] · 13 years ago
  95. c82da8c4 Refactoring ExtensionInstallUI to abstract the Browser references. by [email protected] · 13 years ago
  96. b19451b Moving the tabs_module API into a separate directory in api/ by [email protected] · 13 years ago
  97. fc76114 Fix inconsistency in browser shortcut handling when a BrowserAction popup is focused. by [email protected] · 13 years ago
  98. 90556dd Renamed BrowserWindow::GetNativeHandle() to GetNativeWindow() by [email protected] · 13 years ago
  99. 6ec1192 Add chrome support for pinning tiles to the start screen on Windows 8 by [email protected] · 13 years ago
  100. 3d61dd0 TabContentsWrapper -> TabContents, part 3. by [email protected] · 13 years ago