summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_theme_provider.h
Commit message (Expand)AuthorAgeFilesLines
* Move some theme images to being serviced on the IO thread. Fortony@chromium.org2009-11-241-1/+4
* - Start adding unit tests for the BrowserThemeProvider rewrite.erg@google.com2009-11-201-0/+3
* Delete unused themes from disk on shutdown.tony@chromium.org2009-10-191-0/+3
* First fix to minimize copying of image data.erg@google.com2009-10-191-3/+3
* Make the ThemeProvider methods const.pkasting@chromium.org2009-10-131-40/+40
* A few other miscellaneous bits of cleanup to BrowserThemeProvider:pkasting@chromium.org2009-10-131-2/+2
* Misc. cleanup for theme provider code, including:pkasting@chromium.org2009-10-131-2/+2
* GTK: Refactor some things so GTK doesn't touch the on disk image cache.erg@google.com2009-10-051-0/+5
* Change disk access on theme install from UI to File thread.mirandac@chromium.org2009-09-301-8/+25
* Reverting 27520.mirandac@chromium.org2009-09-291-25/+8
* Change disk access on theme install from UI to File thread.mirandac@chromium.org2009-09-291-8/+25
* Wires up views on linux dialogs to use gtk ones.sky@chromium.org2009-09-291-3/+3
* Coverity: Initialize profile_ and process_images_ in the constructor.jhawkins@chromium.org2009-09-281-1/+1
* Convert the BrowerThemeProvider pointer from being ref counted totony@chromium.org2009-09-251-2/+1
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-241-11/+11
* Reverting 26975.pkasting@chromium.org2009-09-231-11/+11
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-231-11/+11
* Reapplies the GdkPixbuf -> cairo surface patch.erg@google.com2009-09-101-4/+4
* http://src.chromium.org/viewvc/chrome?view=rev&revision=25829 should have inc...mirandac@chromium.org2009-09-101-1/+1
* Revert "Upload GdkPixbufs into cairo surfaces so they (hopefully) live on the Xerg@google.com2009-09-101-4/+4
* Upload GdkPixbufs into cairo surfaces so they (hopefully) live on the X serve...erg@google.com2009-09-091-4/+4
* Fix theme cache corruption.mirandac@chromium.org2009-09-031-5/+7
* NNTP: Fix link and link underline colorsarv@google.com2009-09-031-0/+4
* Fix theme caching on Vista 64 when default theme is installed from the theme ...mirandac@chromium.org2009-08-281-0/+3
* GTK Themes: Create an inactive tab text color based on the inactive tab.erg@google.com2009-08-251-3/+3
* GTK Themes: Fix linux UI frame regression introduced in r24170.erg@google.com2009-08-251-0/+4
* Cache images on theme install so startup does no image processing.mirandac@chromium.org2009-08-241-1/+23
* With the recent NNTP changes, we change the way themes work - they're now clo...glen@chromium.org2009-08-111-0/+3
* Allow theming of colors for the Mac.avi@chromium.org2009-08-111-2/+7
* Make the DOMUIThemeSource load and pass through a PNG, rather than relying on...glen@chromium.org2009-08-051-4/+7
* Implement kCurrentThemeID so we can know what the last theme to be installed ...avi@chromium.org2009-08-031-0/+9
* Fix a bunch of bugs related to NNTP theming.glen@chromium.org2009-07-241-1/+7
* Fix native GTK interface.erg@chromium.org2009-07-191-2/+1
* Allow the tiling of theme background images on the NTP.mirandac@chromium.org2009-07-181-2/+25
* Restore RTL icons to CustomDrawButtonBase.tc@google.com2009-07-131-0/+6
* GTK Themes: Refactored to use notifications instead of manual plumbing.erg@google.com2009-07-131-67/+67
* GTK: Initial implementation of using GTK themes, partially based on evan's CL...erg@google.com2009-07-031-19/+100
* Allow getting the theme tint as a value so that it can be applied independent...avi@chromium.org2009-07-011-4/+13
* Take 2 at fixing BrowserThemeProvider memory leaks.tc@google.com2009-06-301-5/+2
* Theme image support for the Mac.avi@chromium.org2009-06-221-6/+15
* More theme bits for the NTP and window frame.glen@chromium.org2009-06-051-0/+3
* Add ability to theme our buttons.glen@chromium.org2009-06-041-0/+4
* Allow themes to change the background of the new tab page. Adds support for d...glen@chromium.org2009-06-021-1/+29
* Use the right frame type on startup, do proper swapping of frames when themes...glen@chromium.org2009-05-311-0/+1
* Add GetPixbufNamed to ThemeProvider. GetPixbufNamed converts a loaded theme ...jhawkins@chromium.org2009-05-201-0/+12
* Track and free generated images in the browser theme provider.jhawkins@chromium.org2009-05-181-7/+17
* Re-land of earlier NTP theme patch; now with mac and linux compatibility.glen@chromium.org2009-05-151-1/+3
* Undo 16020glen@chromium.org2009-05-141-3/+1
* Allow the new tab page to be themed (you may want to review DOMUIThemeSource ...glen@chromium.org2009-05-141-1/+3
* This is the first pass at themes.glen@chromium.org2009-05-091-0/+125