- ba9d60b Resolve five aura linking problems by [email protected] · 14 years ago
- a22a048 There is no StatusTray for Aura/Linux (just like Views/Linux). by [email protected] · 14 years ago
- e7df0f8 [Mac] Remove vertical/side tabs. by [email protected] · 14 years ago
- 3085c50 Moved PrerenderManager to ProfileKeyedService system. by [email protected] · 14 years ago
- c329adf8 Make use_nss a gyp var so that aura can build w/ nss. by [email protected] · 14 years ago
- af9db5f Persist App Notifications to disk by [email protected] · 14 years ago
- dd56d3c Adding missing browser/ui/views/find_bar_host_aura.cc by [email protected] · 14 years ago
- c71fc77 Fixed aura dependencies to not include gtk but bring in necessary X libraries by [email protected] · 14 years ago
- 3ec65660 Multi-tab: Renaming DraggedTabGtk to DraggedViewGtk. by [email protected] · 14 years ago
- 8a39bac Component update regular NPAPI flash by [email protected] · 14 years ago
- 2639e1f [Mac] Restore the old bookmark menus now that the experiment is over. by [email protected] · 14 years ago
- 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
- bd8a5f6 Multi-tab: Enabling dragging multiple tabs on Linux. by [email protected] · 14 years ago
- 2cc81d3 Separate Virtual Keyboard related conditionals from TouchUI by [email protected] · 14 years ago
- 2e5597c Consolidate message observer API for MessagePumpX and MessagePumWin by [email protected] · 14 years ago
- ad5bed30 Revert 103760 (broke build) - Add a metric to Chrome to measure fragmentation of chrome.dll at startup. by [email protected] · 14 years ago
- 6384011 Add a metric to Chrome to measure fragmentation of chrome.dll at startup. by [email protected] · 14 years ago
- 4c683639 gtk: Delete browser_window_factory_gtk.cc. by [email protected] · 14 years ago
- 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
- d166653 NotificationPromo. by [email protected] · 14 years ago
- a8c118bf Rework BrightnessLibrary using DBusThreadManager. by [email protected] · 14 years ago
- 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
- 5f9de588 content: Move the final headers and residual traces of contrained windows by [email protected] · 14 years ago
- 075b204c Converts usage of GetBrowserViewForNativeWindow to by [email protected] · 14 years ago
- ca167a3 Add CRL set updater. by [email protected] · 14 years ago
- 95a33ed6 Move infobar handling to a tab helper. by [email protected] · 14 years ago
- 110adf8f7 Implement IsRunningOnChromeOS(), that detects if Chrome is running on Chrome OS by [email protected] · 14 years ago
- 3114509 content: Move constrained window code from TabContents to TabContentsWrapper by [email protected] · 14 years ago
- 11a9fd7 cocoa: Move translate infobar related files into ui/cocoa/infobars directory. by [email protected] · 14 years ago
- 38edb9e [Mac] Slightly redesigned avatar menu. by [email protected] · 14 years ago
- e06a1fe Creating a basic skeleton for the Speech Input Experimental API. by [email protected] · 14 years ago
- 07792859 Move sync promo to standalone page by [email protected] · 14 years ago
- cac267c Factor a log management helper out of MetricsService by [email protected] · 14 years ago
- 8238dd6 Remove use of default request context and fix use of speech censor flag by [email protected] · 14 years ago
- b6e695a9 Move observers to ConfigurationPolicyProvider. by [email protected] · 14 years ago
- 9bb4f8ab OriginIdentifierValueMap refactoring: Change the internal storage from a list to a map. by [email protected] · 14 years ago
- 199fc7a Some link errors revealed dup symbols and or missing files. by [email protected] · 14 years ago
- 9d53a1e Remove ExtensionSettingsNoopStorage and replace its functionality with a new by [email protected] · 14 years ago
- b9181aef clean up: Consolidate tab_contents_container_views.{cc,h} into tab_contents_container.{cc,h} by [email protected] · 14 years ago
- ae3fec8 Move RenderWidgetHostViewMac to content. by [email protected] · 14 years ago
- 66db7bc Revert 103113 - Move RenderWidgetHostViewMac to content. by [email protected] · 14 years ago
- 3910b9c Move RenderWidgetHostViewMac to content. by [email protected] · 14 years ago
- bb99a6e Implement constrained window for TOUCH_UI. by [email protected] · 14 years ago
- 37154fd Move chrome/browser/ui/touch/keyboard* to chrome/browser/ui/virtual_keyboard/ by [email protected] · 14 years ago
- 439f1c99 Move Leopard compatible block code to content/. by [email protected] · 14 years ago
- 7d57cb4d Split RenderWidgetHostViewMac. by [email protected] · 14 years ago
- fc84e0e Rename ExtensionSettingsUIWrapper to ExtensionSettingsFrontend and by [email protected] · 14 years ago
- ac84431b Refactor ExtensionTabUtil-namespaced functions into their own file. by [email protected] · 14 years ago
- 51a7a9d Change the way that default apps are installed to use a more standard by [email protected] · 14 years ago
- 1ba2ec1 [cros] Downloading Profile image snapshot from Picasa album for logged-in user. by [email protected] · 14 years ago
- 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
- 42c2830 Provide implementations of NPChannelBase to allow script to use NPAPI objects in the browser process by [email protected] · 14 years ago
- 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
- 015ce6e Move AppNotification and AppNotificationManager into their own files. by [email protected] · 14 years ago
- 39ce1e5 Exclude panel_mouse_watcher_timer.cc from win builds. by [email protected] · 14 years ago
- 3a605e8 (Relanding this, exact same CL as the previous one.) by [email protected] · 14 years ago
- a1e93ed Remove compact navigation code. by [email protected] · 14 years ago
- 25bc66a2 + renamed window_snapshot_x.cc => window_snapshot_gtk.cc by [email protected] · 14 years ago
- d6cebae Refactor Win panel mouse watcher to use PanelMouseWatcher base class. by [email protected] · 14 years ago
- ea9edcb0 Profile shouldn't own PersonalDataManager by [email protected] · 14 years ago
- f6fab24 + Renaming some _linux.cc files as _gtk.cc since that is what they really are. by [email protected] · 14 years ago
- a1f9db4 Aura-fied ui_controls, fullscreen, display_utils and background_mode_manager by [email protected] · 14 years ago
- 306d30a Revert 102505 - Adding the first one of the saveAs extension APIs. by [email protected] · 14 years ago
- e2856ca Adding the first one of the saveAs extension APIs. by [email protected] · 14 years ago
- 7741f59 Remove the old chrome://extensions page, since the URL now redirects to the new Settings page. by [email protected] · 14 years ago
- 886ee30 Move SensorsSource to chrome/browser/chromeos/dbus. by [email protected] · 14 years ago
- ea8455ce Reverting this change to see if this fixes the MinimizeRestore browser tests on Vista and XP. by [email protected] · 14 years ago
- 2953f4a Refactor Win panel mouse watcher to use PanelMouseWatcher base class. by [email protected] · 14 years ago
- 60cbde4 Refactoring recently closed tab filtering by [email protected] · 14 years ago
- 6dfff633 notifications: Remove NotificationExceptionsTableModel as it's no longer used. by [email protected] · 14 years ago
- 9160547 Get rid of synchronous calls to getting plugins to help with http://codereview.chromium.org/7980011/. by [email protected] · 14 years ago
- e4d9c1fb Moved web_intent_service_data into webkit/glue by [email protected] · 14 years ago
- c7032b4b Removed chromeos::NetworkStateNotifier and redirected all related code to use by [email protected] · 14 years ago
- 0d52e41e Rename PanelMouseWatcherGtk into PanelMouseWatcherTimer. Added implementation of gfx::Point GetCursorScreenPoint() on Mac. by [email protected] · 14 years ago
- adfc546 Enable sync for the settings from the Extension Settings API. by [email protected] · 14 years ago
- 1d03fa3 Moving ContentSettingsPattern and ContentSettingsPatternParser from chrome/browser/content_settings to chrome/common. by [email protected] · 14 years ago
- 284975a37 [ChromeOS] Reland - Make WebUI login use only needed resources. by [email protected] · 14 years ago
- 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
- ce975194 Rename WebIntentData for backend storage to WebIntentServiceData. by [email protected] · 14 years ago
- 2710ca6 Show bubble and wrench menu item for sync error by [email protected] · 14 years ago
- 9edeb71 Making TOOLKIT_USES_GTK orthogonal to USE_AURA. by [email protected] · 14 years ago
- 042d699 Applied review comments from oshima for CL 7850026. by [email protected] · 14 years ago
- a91f519 Initialize message pump not to use gtk. by [email protected] · 14 years ago
- 080f34f Relanding 100792 Use TabContentsViewViews for RenderWidgetHostViweViews. by [email protected] · 14 years ago
- 17fbefe Merge theme_resources_large and theme_resources_standard targets by [email protected] · 14 years ago
- 7fa3dbc Revert 101847 - [ChromeOS] Make WebUI login use only needed resources. by [email protected] · 14 years ago
- a7f311f [ChromeOS] Make WebUI login use only needed resources. by [email protected] · 14 years ago
- 5de10b5d Revert 101785 - Add --use-more-webui runtime flag to toggle WebUI replacements for native dialogs. by [email protected] · 14 years ago
- bfc2071 Add --use-more-webui runtime flag to toggle WebUI replacements for native dialogs. by [email protected] · 14 years ago
- 3fa441d Aura under Linux is enabled with: by [email protected] · 14 years ago
- b21ecce Revert 101678 (turned linux "sizes" step red, and noone was around to by [email protected] · 14 years ago
- c135686ac Description and Demo: by [email protected] · 14 years ago
- 83aa77e Rework LibcrosService using our D-Bus library. by [email protected] · 14 years ago
- 5925dff8 Implement a bubble that appears at the top of the screen when a tab enters by [email protected] · 14 years ago
- 4ef55f8c1 Autofill: Remove fax number completely. by [email protected] · 14 years ago
- 5378cba Revert 101581 - Add --use-more-webui runtime flag to toggle WebUI replacements for native dialogs. by [email protected] · 14 years ago
- 0b5758b Checking if idle state is locked now works on ChromeOS by [email protected] · 14 years ago
- 5fdc1f1 Add --use-more-webui runtime flag to toggle WebUI replacements for native dialogs. by [email protected] · 14 years ago
- c182124 Rename intents_settings_handler files to web_intents_settings_handler. by [email protected] · 14 years ago
- 9e2f5f6 Revert "Revert 101446 - Implement minimize/restore/hover for panels on Linux." by [email protected] · 14 years ago