1. ba9d60b Resolve five aura linking problems by [email protected] · 14 years ago
  2. a22a048 There is no StatusTray for Aura/Linux (just like Views/Linux). by [email protected] · 14 years ago
  3. e7df0f8 [Mac] Remove vertical/side tabs. by [email protected] · 14 years ago
  4. 3085c50 Moved PrerenderManager to ProfileKeyedService system. by [email protected] · 14 years ago
  5. c329adf8 Make use_nss a gyp var so that aura can build w/ nss. by [email protected] · 14 years ago
  6. af9db5f Persist App Notifications to disk by [email protected] · 14 years ago
  7. dd56d3c Adding missing browser/ui/views/find_bar_host_aura.cc by [email protected] · 14 years ago
  8. c71fc77 Fixed aura dependencies to not include gtk but bring in necessary X libraries by [email protected] · 14 years ago
  9. 3ec65660 Multi-tab: Renaming DraggedTabGtk to DraggedViewGtk. by [email protected] · 14 years ago
  10. 8a39bac Component update regular NPAPI flash by [email protected] · 14 years ago
  11. 2639e1f [Mac] Restore the old bookmark menus now that the experiment is over. by [email protected] · 14 years ago
  12. 947c4780 Attempt to reland 103760 which failed on the main waterfall with a new C4101 variant in MSVC2010.Original description:Add a metric to Chrome to measure fragmentation of chrome.dll at startup.Originally reviewed at http://codereview.chromium.org/8085026 by [email protected] · 14 years ago
  13. bd8a5f6 Multi-tab: Enabling dragging multiple tabs on Linux. by [email protected] · 14 years ago
  14. 2cc81d3 Separate Virtual Keyboard related conditionals from TouchUI by [email protected] · 14 years ago
  15. 2e5597c Consolidate message observer API for MessagePumpX and MessagePumWin by [email protected] · 14 years ago
  16. ad5bed30 Revert 103760 (broke build) - Add a metric to Chrome to measure fragmentation of chrome.dll at startup. by [email protected] · 14 years ago
  17. 6384011 Add a metric to Chrome to measure fragmentation of chrome.dll at startup. by [email protected] · 14 years ago
  18. 4c683639 gtk: Delete browser_window_factory_gtk.cc. by [email protected] · 14 years ago
  19. d849718 Get rid of the profile import process code, and instead go through the utility process like the rest of our tasks that we want to run outside the browser. When that code was first written, we didn't have the utility process. by [email protected] · 14 years ago
  20. d166653 NotificationPromo. by [email protected] · 14 years ago
  21. a8c118bf Rework BrightnessLibrary using DBusThreadManager. by [email protected] · 14 years ago
  22. 9184e98 This code does not look Gtk specific and is likely to be useful for non GTK builds (under Views or Aura). by [email protected] · 14 years ago
  23. 5f9de588 content: Move the final headers and residual traces of contrained windows by [email protected] · 14 years ago
  24. 075b204c Converts usage of GetBrowserViewForNativeWindow to by [email protected] · 14 years ago
  25. ca167a3 Add CRL set updater. by [email protected] · 14 years ago
  26. 95a33ed6 Move infobar handling to a tab helper. by [email protected] · 14 years ago
  27. 110adf8f7 Implement IsRunningOnChromeOS(), that detects if Chrome is running on Chrome OS by [email protected] · 14 years ago
  28. 3114509 content: Move constrained window code from TabContents to TabContentsWrapper by [email protected] · 14 years ago
  29. 11a9fd7 cocoa: Move translate infobar related files into ui/cocoa/infobars directory. by [email protected] · 14 years ago
  30. 38edb9e [Mac] Slightly redesigned avatar menu. by [email protected] · 14 years ago
  31. e06a1fe Creating a basic skeleton for the Speech Input Experimental API. by [email protected] · 14 years ago
  32. 07792859 Move sync promo to standalone page by [email protected] · 14 years ago
  33. cac267c Factor a log management helper out of MetricsService by [email protected] · 14 years ago
  34. 8238dd6 Remove use of default request context and fix use of speech censor flag by [email protected] · 14 years ago
  35. b6e695a9 Move observers to ConfigurationPolicyProvider. by [email protected] · 14 years ago
  36. 9bb4f8ab OriginIdentifierValueMap refactoring: Change the internal storage from a list to a map. by [email protected] · 14 years ago
  37. 199fc7a Some link errors revealed dup symbols and or missing files. by [email protected] · 14 years ago
  38. 9d53a1e Remove ExtensionSettingsNoopStorage and replace its functionality with a new by [email protected] · 14 years ago
  39. b9181aef clean up: Consolidate tab_contents_container_views.{cc,h} into tab_contents_container.{cc,h} by [email protected] · 14 years ago
  40. ae3fec8 Move RenderWidgetHostViewMac to content. by [email protected] · 14 years ago
  41. 66db7bc Revert 103113 - Move RenderWidgetHostViewMac to content. by [email protected] · 14 years ago
  42. 3910b9c Move RenderWidgetHostViewMac to content. by [email protected] · 14 years ago
  43. bb99a6e Implement constrained window for TOUCH_UI. by [email protected] · 14 years ago
  44. 37154fd Move chrome/browser/ui/touch/keyboard* to chrome/browser/ui/virtual_keyboard/ by [email protected] · 14 years ago
  45. 439f1c99 Move Leopard compatible block code to content/. by [email protected] · 14 years ago
  46. 7d57cb4d Split RenderWidgetHostViewMac. by [email protected] · 14 years ago
  47. fc84e0e Rename ExtensionSettingsUIWrapper to ExtensionSettingsFrontend and by [email protected] · 14 years ago
  48. ac84431b Refactor ExtensionTabUtil-namespaced functions into their own file. by [email protected] · 14 years ago
  49. 51a7a9d Change the way that default apps are installed to use a more standard by [email protected] · 14 years ago
  50. 1ba2ec1 [cros] Downloading Profile image snapshot from Picasa album for logged-in user. by [email protected] · 14 years ago
  51. 561c83d Adding dbus,x11,fontconfig for use_aura==1 (because on Linux these libraries were previsouly included with toolkit_uses_gtk==1, which is now always ==0 under Aura) by [email protected] · 14 years ago
  52. 42c2830 Provide implementations of NPChannelBase to allow script to use NPAPI objects in the browser process by [email protected] · 14 years ago
  53. e30e4d8 Classes that implement InfoBarDelegates should contain only what's needed to actually subclass the InfoBarDelegate base classes. If more logic is needed to decide when to show the relevant infobars, then instead of writing a more complex InfoBarDelegate object that is created early and may call AddInfoBar on itself later, split the logic into separate classes, one for the infobar and one for the code that decides when to display the infobar. This is sort of like converting inheritance to composition. by [email protected] · 14 years ago
  54. 015ce6e Move AppNotification and AppNotificationManager into their own files. by [email protected] · 14 years ago
  55. 39ce1e5 Exclude panel_mouse_watcher_timer.cc from win builds. by [email protected] · 14 years ago
  56. 3a605e8 (Relanding this, exact same CL as the previous one.) by [email protected] · 14 years ago
  57. a1e93ed Remove compact navigation code. by [email protected] · 14 years ago
  58. 25bc66a2 + renamed window_snapshot_x.cc => window_snapshot_gtk.cc by [email protected] · 14 years ago
  59. d6cebae Refactor Win panel mouse watcher to use PanelMouseWatcher base class. by [email protected] · 14 years ago
  60. ea9edcb0 Profile shouldn't own PersonalDataManager by [email protected] · 14 years ago
  61. f6fab24 + Renaming some _linux.cc files as _gtk.cc since that is what they really are. by [email protected] · 14 years ago
  62. a1f9db4 Aura-fied ui_controls, fullscreen, display_utils and background_mode_manager by [email protected] · 14 years ago
  63. 306d30a Revert 102505 - Adding the first one of the saveAs extension APIs. by [email protected] · 14 years ago
  64. e2856ca Adding the first one of the saveAs extension APIs. by [email protected] · 14 years ago
  65. 7741f59 Remove the old chrome://extensions page, since the URL now redirects to the new Settings page. by [email protected] · 14 years ago
  66. 886ee30 Move SensorsSource to chrome/browser/chromeos/dbus. by [email protected] · 14 years ago
  67. ea8455ce Reverting this change to see if this fixes the MinimizeRestore browser tests on Vista and XP. by [email protected] · 14 years ago
  68. 2953f4a Refactor Win panel mouse watcher to use PanelMouseWatcher base class. by [email protected] · 14 years ago
  69. 60cbde4 Refactoring recently closed tab filtering by [email protected] · 14 years ago
  70. 6dfff633 notifications: Remove NotificationExceptionsTableModel as it's no longer used. by [email protected] · 14 years ago
  71. 9160547 Get rid of synchronous calls to getting plugins to help with http://codereview.chromium.org/7980011/. by [email protected] · 14 years ago
  72. e4d9c1fb Moved web_intent_service_data into webkit/glue by [email protected] · 14 years ago
  73. c7032b4b Removed chromeos::NetworkStateNotifier and redirected all related code to use by [email protected] · 14 years ago
  74. 0d52e41e Rename PanelMouseWatcherGtk into PanelMouseWatcherTimer. Added implementation of gfx::Point GetCursorScreenPoint() on Mac. by [email protected] · 14 years ago
  75. adfc546 Enable sync for the settings from the Extension Settings API. by [email protected] · 14 years ago
  76. 1d03fa3 Moving ContentSettingsPattern and ContentSettingsPatternParser from chrome/browser/content_settings to chrome/common. by [email protected] · 14 years ago
  77. 284975a37 [ChromeOS] Reland - Make WebUI login use only needed resources. by [email protected] · 14 years ago
  78. 8befa1a Add --use-more-webui runtime flag to toggle WebUI replacements for native dialogs (Patch set 1 Reverts revert of http://codereview.chromium.org/7670041/) by [email protected] · 14 years ago
  79. ce975194 Rename WebIntentData for backend storage to WebIntentServiceData. by [email protected] · 14 years ago
  80. 2710ca6 Show bubble and wrench menu item for sync error by [email protected] · 14 years ago
  81. 9edeb71 Making TOOLKIT_USES_GTK orthogonal to USE_AURA. by [email protected] · 14 years ago
  82. 042d699 Applied review comments from oshima for CL 7850026. by [email protected] · 14 years ago
  83. a91f519 Initialize message pump not to use gtk. by [email protected] · 14 years ago
  84. 080f34f Relanding 100792 Use TabContentsViewViews for RenderWidgetHostViweViews. by [email protected] · 14 years ago
  85. 17fbefe Merge theme_resources_large and theme_resources_standard targets by [email protected] · 14 years ago
  86. 7fa3dbc Revert 101847 - [ChromeOS] Make WebUI login use only needed resources. by [email protected] · 14 years ago
  87. a7f311f [ChromeOS] Make WebUI login use only needed resources. by [email protected] · 14 years ago
  88. 5de10b5d Revert 101785 - Add --use-more-webui runtime flag to toggle WebUI replacements for native dialogs. by [email protected] · 14 years ago
  89. bfc2071 Add --use-more-webui runtime flag to toggle WebUI replacements for native dialogs. by [email protected] · 14 years ago
  90. 3fa441d Aura under Linux is enabled with: by [email protected] · 14 years ago
  91. b21ecce Revert 101678 (turned linux "sizes" step red, and noone was around to by [email protected] · 14 years ago
  92. c135686ac Description and Demo: by [email protected] · 14 years ago
  93. 83aa77e Rework LibcrosService using our D-Bus library. by [email protected] · 14 years ago
  94. 5925dff8 Implement a bubble that appears at the top of the screen when a tab enters by [email protected] · 14 years ago
  95. 4ef55f8c1 Autofill: Remove fax number completely. by [email protected] · 14 years ago
  96. 5378cba Revert 101581 - Add --use-more-webui runtime flag to toggle WebUI replacements for native dialogs. by [email protected] · 14 years ago
  97. 0b5758b Checking if idle state is locked now works on ChromeOS by [email protected] · 14 years ago
  98. 5fdc1f1 Add --use-more-webui runtime flag to toggle WebUI replacements for native dialogs. by [email protected] · 14 years ago
  99. c182124 Rename intents_settings_handler files to web_intents_settings_handler. by [email protected] · 14 years ago
  100. 9e2f5f6 Revert "Revert 101446 - Implement minimize/restore/hover for panels on Linux." by [email protected] · 14 years ago