| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete the GTK+ port of Chrome. | erg@chromium.org | 2014-04-10 | 1 | -722/+0 |
* | Cleanup: Move kChromeUIScheme constant into content namespace. | tfarina@chromium.org | 2014-02-11 | 1 | -1/+1 |
* | Move the guts of user_metrics to a new static lib in //base/metrics. | ben@chromium.org | 2014-01-13 | 1 | -1/+1 |
* | Convert zoom callbacks to use CallbackRegistry | caitkp@chromium.org | 2013-10-02 | 1 | -8/+5 |
* | Instead of passing ToolbarModel*s around, have classes ask the Browser. | pkasting@chromium.org | 2013-08-22 | 1 | -1/+0 |
* | Don't pass an unnecessary bool along the chain of "update toolbar" calls. | pkasting@chromium.org | 2013-08-21 | 1 | -3/+2 |
* | importer: Allow chrome to import internal chrome pages (i.e, chrome:// and ab... | tfarina@chromium.org | 2013-07-27 | 1 | -1/+1 |
* | Update some includes of chrome_notification_types.h | jam@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | Removed "disable-new-menu-style" command line switch and related code. | yefim@chromium.org | 2013-04-11 | 1 | -2/+2 |
* | Wrench Icon: Remove global error badge | sail@chromium.org | 2013-04-02 | 1 | -2/+16 |
* | Reland "i18n-fixlet: Make IDS_APPMENU_TOOLTIP branding sp..." | tfarina@chromium.org | 2013-03-24 | 1 | -2/+1 |
* | Revert 189242 "i18n-fixlet: Make IDS_APPMENU_TOOLTIP branding sp..." | hashimoto@chromium.org | 2013-03-20 | 1 | -1/+2 |
* | i18n-fixlet: Make IDS_APPMENU_TOOLTIP branding specific in Chrome menu. | tfarina@chromium.org | 2013-03-20 | 1 | -2/+1 |
* | Web Content zoom settings should not apply to login/lock screen | antrim@chromium.org | 2013-03-11 | 1 | -1/+2 |
* | Consolidate VIEW_ID_LOCATION_BAR into VIEW_ID_OMNIBOX. | msw@chromium.org | 2013-03-03 | 1 | -1/+1 |
* | Split out the static methods from ThemeService to ThemeProperties. | pkotwicz@chromium.org | 2013-02-18 | 1 | -1/+2 |
* | Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. | joi@chromium.org | 2013-02-11 | 1 | -1/+1 |
* | content: convert zoom notifications to callbacks | phajdan.jr@chromium.org | 2013-02-07 | 1 | -16/+22 |
* | Fix ui::Accelerator class hierarchy | sail@chromium.org | 2012-11-27 | 1 | -6/+6 |
* | Remove PrefObserver usages, batch 7. | tfarina@chromium.org | 2012-11-19 | 1 | -24/+19 |
* | Remaining bits of getting menus to look correct depending upon | sky@chromium.org | 2012-11-06 | 1 | -2/+2 |
* | Remove content::NotificationObserver dependency from most Prefs code. | joi@chromium.org | 2012-11-01 | 1 | -3/+7 |
* | Make gfx::Rect class operations consistently mutate the class they are called... | danakj@chromium.org | 2012-10-23 | 1 | -1/+2 |
* | This CL removes ResourceBundle::GetBitmapNamed() and ThemeProvider::GetBitmap... | pkotwicz@chromium.org | 2012-10-09 | 1 | -1/+1 |
* | Remove GetBitmapNamed() part 1. | pkotwicz@chromium.org | 2012-10-03 | 1 | -4/+3 |
* | GTK: Do not depend on the notification observer order between WrenchMenu and ... | thestig@chromium.org | 2012-09-13 | 1 | -0/+8 |
* | Don't show the zoom bubble when the settings menu is showing on views or GTK. | dbeam@chromium.org | 2012-08-23 | 1 | -0/+4 |
* | This CL moves the contents of ui_resources_standard.grd into ui_resources.grd... | benrg@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | browser: Move global error to subdir. | tfarina@chromium.org | 2012-06-29 | 1 | -2/+2 |
* | Moves command handling from Browser to a new object, BrowserCommandController. | ben@chromium.org | 2012-06-27 | 1 | -9/+9 |
* | Move browser commands into a separate file. | ben@chromium.org | 2012-06-25 | 1 | -1/+2 |
* | gtk: Extract event functions into event_utils module. | tfarina@chromium.org | 2012-06-14 | 1 | -3/+4 |
* | Rename DrawBitmapInt to DrawImageInt | pkotwicz@chromium.org | 2012-06-07 | 1 | -3/+3 |
* | Revert 140877 - Rename DrawBitmapInt to DrawImageInt | pkotwicz@chromium.org | 2012-06-06 | 1 | -3/+3 |
* | Rename DrawBitmapInt to DrawImageInt | pkotwicz@chromium.org | 2012-06-06 | 1 | -3/+3 |
* | Revert r123782. | thakis@chromium.org | 2012-05-03 | 1 | -2/+2 |
* | Linux: Only close the wrench menu when the bookmark model changes if the book... | mdm@chromium.org | 2012-03-20 | 1 | -0/+2 |
* | gtk: Rename GtkThemeService to ThemeServiceGtk. | tfarina@chromium.org | 2012-02-27 | 1 | -2/+2 |
* | Move creation and ownership of HostZoomMap to content instead of having every... | jam@chromium.org | 2012-02-22 | 1 | -1/+3 |
* | GTK: Closing in on being completely GSEALed. | erg@chromium.org | 2012-02-15 | 1 | -3/+3 |
* | Create Content API around HostZoomMap. | jam@chromium.org | 2012-01-30 | 1 | -0/+1 |
* | Get rid of another bunch of tab_contents.h includes from chrome and switch th... | jam@chromium.org | 2012-01-05 | 1 | -2/+3 |
* | gtk: Add missing ui:: to ResourceBundle references. | tfarina@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Split UserMetrics into API vs. implementation. Move API to content/public. | joi@chromium.org | 2011-12-14 | 1 | -2/+4 |
* | GTK: Add TRACE_EVENTs around gtk ui events so select tasks related to the GTK... | erg@chromium.org | 2011-12-10 | 1 | -0/+5 |
* | GTK: Remove deprecated GtkThemeSurface::GetSurfaceNamed() calls in browser to... | erg@chromium.org | 2011-12-07 | 1 | -11/+13 |
* | GTK: Move CairoCachedSurface from being owned by GtkThemeService to gfx::Image. | erg@chromium.org | 2011-12-02 | 1 | -8/+9 |
* | Makes gtk show the 'mobile' bookmark folder where appropriate. | sky@chromium.org | 2011-12-02 | 1 | -1/+1 |
* | GTK: Move to gtk_widget_get_allocation() for some of chrome/browser/ui/gtk/ | erg@chromium.org | 2011-12-01 | 1 | -16/+20 |
* | Move accelerator related files to ui/base/accelerators | tfarina@chromium.org | 2011-11-25 | 1 | -2/+2 |