| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all FIXMEs in browser/ | estade@chromium.org | 2010-10-07 | 1 | -1/+1 |
* | Use PrefChangeRegistrar everywhere | danno@chromium.org | 2010-09-29 | 1 | -0/+3 |
* | Revert 60169 - Use PrefChangeRegistrar everywhere | danno@chromium.org | 2010-09-22 | 1 | -3/+0 |
* | Use PrefChangeRegistrar everywhere | danno@chromium.org | 2010-09-22 | 1 | -0/+3 |
* | Move theme files in chrome/browser/ into a themes/ subdir. | evan@chromium.org | 2010-08-25 | 1 | -1/+1 |
* | Remove an unnecessary image using auto-mirroring. | pkasting@chromium.org | 2010-08-18 | 1 | -4/+16 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 1 | -1/+0 |
* | Move owned_widget_gtk.* out of common/, into browser/gtk/. | estade@chromium.org | 2010-08-03 | 1 | -1/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | GTK: Minimize usage of gtk headers. | erg@chromium.org | 2010-07-08 | 1 | -9/+11 |
* | GTK: Fix highlight and image colors in the new wrench menu. | erg@chromium.org | 2010-07-08 | 1 | -0/+25 |
* | GTK: Always use default frame in popup windows. | erg@chromium.org | 2010-06-10 | 1 | -3/+9 |
* | GTK: More signal macro usage. | erg@chromium.org | 2010-05-28 | 1 | -5/+3 |
* | GTK: Redo button tints in GTK+ mode. | erg@chromium.org | 2010-05-27 | 1 | -0/+9 |
* | GTK: Use label colors for our tinted buttons. | erg@chromium.org | 2010-05-25 | 1 | -1/+4 |
* | GTK: more signal handler foolproofing. | estade@chromium.org | 2010-04-29 | 1 | -0/+3 |
* | GTK: Support themes in the devtools window in GTK mode too. | erg@chromium.org | 2010-04-26 | 1 | -0/+1 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -0/+7 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 1 | -7/+0 |
* | GTK: Tint omnibox icons in GTK mode differently. | erg@chromium.org | 2010-04-13 | 1 | -0/+7 |
* | GTK: Turn on the GTK+ integration by default. | erg@chromium.org | 2010-03-26 | 1 | -0/+4 |
* | Gtk: add a separator at the right of the browser actions toolbar. | estade@chromium.org | 2010-03-24 | 1 | -6/+9 |
* | Set the details field of the BROWSER_THEME_CHANGED notification to | akalin@chromium.org | 2010-03-23 | 1 | -1/+1 |
* | Move more files to toplevel gfx. | ben@chromium.org | 2010-03-19 | 1 | -1/+1 |
* | GTK: Use color data from the MetaFrames class in newer versions of GTK+. | erg@chromium.org | 2010-02-10 | 1 | -6/+2 |
* | GTK: Use GTK+ theme selection colors and plumb them into webkit. [Chromium si... | erg@google.com | 2010-01-27 | 1 | -0/+16 |
* | GTK: Use color data from the MetaFrames class in gtk+ theme mode. | erg@google.com | 2010-01-22 | 1 | -0/+5 |
* | GTK: Theme the NTP with GTK+ colors. | erg@google.com | 2010-01-15 | 1 | -3/+7 |
* | Only calculate the GTK scrollbar colors once and then update all RenderPrefer... | erg@google.com | 2010-01-07 | 1 | -5/+23 |
* | Try 2: Completely redo how themes are stored on disk and processed at install... | erg@google.com | 2009-12-14 | 1 | -14/+30 |
* | Revert "Completely redo how themes are stored on disk and processed at install | erg@google.com | 2009-12-11 | 1 | -30/+14 |
* | Completely redo how themes are stored on disk and processed at install time. | erg@google.com | 2009-12-11 | 1 | -14/+30 |
* | re-apply r34183 | estade@chromium.org | 2009-12-10 | 1 | -0/+7 |
* | rollback r34183 | estade@chromium.org | 2009-12-09 | 1 | -7/+0 |
* | linux: theme scrollbars from GTK theme | estade@chromium.org | 2009-12-09 | 1 | -0/+7 |
* | Make the ThemeProvider methods const. | pkasting@chromium.org | 2009-10-13 | 1 | -5/+5 |
* | Misc. cleanup for theme provider code, including: | pkasting@chromium.org | 2009-10-13 | 1 | -2/+1 |
* | Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ... | pkasting@chromium.org | 2009-09-24 | 1 | -3/+2 |
* | Reverting 26975. | pkasting@chromium.org | 2009-09-23 | 1 | -2/+3 |
* | Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ... | pkasting@chromium.org | 2009-09-23 | 1 | -3/+2 |
* | Update the system favicon/folder icon on theme change. | estade@chromium.org | 2009-09-11 | 1 | -0/+17 |
* | Reapplies the GdkPixbuf -> cairo surface patch. | erg@google.com | 2009-09-10 | 1 | -0/+22 |
* | Revert "Upload GdkPixbufs into cairo surfaces so they (hopefully) live on the X | erg@google.com | 2009-09-10 | 1 | -16/+0 |
* | Upload GdkPixbufs into cairo surfaces so they (hopefully) live on the X serve... | erg@google.com | 2009-09-09 | 1 | -0/+16 |
* | GTK Themes: Add basic unit tests for gtk themes. | erg@google.com | 2009-09-03 | 1 | -6/+12 |
* | Fix startup regression in gtk theme mode. | erg@google.com | 2009-08-26 | 1 | -0/+4 |
* | GTK Themes: Use a consistent border color along all webcontent. | erg@chromium.org | 2009-08-11 | 1 | -0/+4 |
* | gtk: Make GtkThemeProvider own the gtk label widget. The widget is not added... | jhawkins@chromium.org | 2009-07-21 | 1 | -1/+2 |
* | GTK Themes: Get text color from a label object; this should fix some theme te... | erg@google.com | 2009-07-21 | 1 | -2/+3 |
* | GTK Themes: Refactored to use notifications instead of manual plumbing. | erg@google.com | 2009-07-13 | 1 | -17/+42 |