summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_theme_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Take 2 at: Fix the opacity of titlebars on the NTP page.tony@chromium.org2009-12-021-2/+2
* Revert 33526 - Fix the opacity of titlebars on the NTP page. We were acciden...tony@chromium.org2009-12-021-2/+2
* Fix the opacity of titlebars on the NTP page. We were accidentallytony@chromium.org2009-12-021-2/+2
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-251-12/+13
* Move some theme images to being serviced on the IO thread. Fortony@chromium.org2009-11-241-1/+6
* Remove ResourceBundle::LoadImageResourceBytes since it appears totony@chromium.org2009-11-231-1/+1
* - Start adding unit tests for the BrowserThemeProvider rewrite.erg@google.com2009-11-201-3/+4
* Style cleanups for BrowserThemeProvider. Move the globaltony@chromium.org2009-11-171-53/+62
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-171-4/+4
* Make PNGCodec::Decode(...) not make an intermediary copy of the decoded data;erg@google.com2009-10-221-10/+3
* Delete unused themes from disk on shutdown.tony@chromium.org2009-10-191-1/+23
* First fix to minimize copying of image data.erg@google.com2009-10-191-22/+36
* Default to using system background, text, and link colors on the NTP instead ...pkasting@chromium.org2009-10-151-0/+10
* Disable "Reset to Default Theme" button in Google Chrome Options / Personal S...mirandac@chromium.org2009-10-141-0/+7
* Use predefined color names where possible for clarity. Also use "SkColorSetA...pkasting@chromium.org2009-10-131-10/+8
* Make the ThemeProvider methods const.pkasting@chromium.org2009-10-131-64/+76
* A few other miscellaneous bits of cleanup to BrowserThemeProvider:pkasting@chromium.org2009-10-131-21/+19
* Misc. cleanup for theme provider code, including:pkasting@chromium.org2009-10-131-245/+213
* Make function definition order (.cc) match function declaration order (.h). ...pkasting@chromium.org2009-10-121-399/+399
* GTK: Refactor some things so GTK doesn't touch the on disk image cache.erg@google.com2009-10-051-30/+42
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-8/+7
* Change disk access on theme install from UI to File thread.mirandac@chromium.org2009-09-301-53/+96
* Reverting 27520.mirandac@chromium.org2009-09-291-96/+53
* Change disk access on theme install from UI to File thread.mirandac@chromium.org2009-09-291-53/+96
* Wires up views on linux dialogs to use gtk ones.sky@chromium.org2009-09-291-1/+1
* Coverity: Initialize profile_ and process_images_ in the constructor.jhawkins@chromium.org2009-09-281-2/+3
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-241-22/+21
* Reverting 26975.pkasting@chromium.org2009-09-231-21/+22
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-231-22/+21
* Lands http://codereview.chromium.org/203029 for Thiago:sky@chromium.org2009-09-181-0/+1
* Check in http://codereview.chromium.org/197013/show for tfarina.mirandac@chromium.org2009-09-101-2/+1
* Force preferences to save immediately when a theme is set, so that a browser ...mirandac@chromium.org2009-09-101-0/+1
* Fix problem of white box appearing in themes without an NTP background image.mirandac@chromium.org2009-09-101-0/+7
* Ensure that inactive tab images line up correctly with frame image when theme...mirandac@chromium.org2009-09-101-6/+33
* Fix theme cache corruption.mirandac@chromium.org2009-09-031-29/+35
* NNTP: Fix link and link underline colorsarv@google.com2009-09-031-2/+25
* Make theme setup a little faster by not blurring images for tab backgrounds.mirandac@chromium.org2009-09-031-5/+5
* If a preferences file references a theme which is from an old version, or who...mirandac@chromium.org2009-08-281-2/+18
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-2/+2
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-2/+2
* Fix theme caching on Vista 64 when default theme is installed from the theme ...mirandac@chromium.org2009-08-281-6/+15
* Add call to BrowserThemeProvider::GenerateBitmap removed in r24170.erg@google.com2009-08-271-0/+5
* Add single line of tips to NNTP.mirandac@chromium.org2009-08-261-1/+1
* - Fix bug where white logo wasn't showingglen@chromium.org2009-08-251-6/+6
* Cache images on theme install so startup does no image processing.mirandac@chromium.org2009-08-241-52/+167
* With the recent NNTP changes, we change the way themes work - they're now clo...glen@chromium.org2009-08-111-6/+24
* Allow theming of colors for the Mac.avi@chromium.org2009-08-111-30/+68
* GTK Theme: Use Glen's new non-bordererg@google.com2009-08-081-4/+6
* Quick 'low-risk-for-the-next-release' fix to increase theme install/load perf...glen@chromium.org2009-08-051-1/+1
* Make the DOMUIThemeSource load and pass through a PNG, rather than relying on...glen@chromium.org2009-08-051-0/+18