summaryrefslogtreecommitdiffstats
path: root/chrome/browser/icon_loader_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Add case insensitive comparison for extensions on Windowszverre@yandex-team.ru2013-10-241-2/+3
* Use a direct include of the message_loop header in chrome/browser/, part 7.avi@chromium.org2013-07-181-1/+1
* Skip the cached icons if the icon can change (ie. exe/dll/ico on Windows).simonhatch@chromium.org2013-04-091-4/+7
* Removing base::ThreadRestrictions::ScopedAllowIO from icon_manager_linux.ccsimonhatch@chromium.org2013-04-031-0/+10
* Convert gfx::Image::Image(const SkBitmap&) and gfx::ImageSkia::ImageSkia(cons...pkotwicz@chromium.org2013-01-231-1/+1
* In icon_loader_win.cc, if CreateSkBitmapFromHICON fails, don't pass NULL to g...rsesek@chromium.org2012-09-071-9/+15
* Load 2x resources on demandoshima@chromium.org2012-08-291-1/+4
* Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-151-3/+5
* Revert 137075 - Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-151-4/+2
* Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-151-2/+4
* Revert 137068 - Revert 136812 - Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-151-4/+2
* Revert 136812 - Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-151-2/+4
* Revert 136823 - Get rid of Image::Image(SkBitmap*); because of win build failuretoyoshim@chromium.org2012-05-141-4/+2
* Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-141-2/+4
* Revert 136812 - Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-141-3/+2
* Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-141-2/+3
* base::Bind() chrome/browser/icon_loader*.ccrsesek@chromium.org2011-11-151-1/+2
* There are two GDI objects leaks related to icon of downloading resources:yosin@chromium.org2011-09-271-11/+2
* Convert IconLoader and IconManager to deal with gfx::Image rather than SkBitmap.rsesek@chromium.org2011-03-031-2/+3
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-2/+2
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Convert IconLoader to use gfx::ScopedImage<> and other hygiene fixes.rsesek@chromium.org2010-10-291-2/+2
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* Create a toplevel gfx/ dir and seed it with icon_util.ben@chromium.org2010-03-131-1/+1
* Stub implementation of linux, mac icon loader/manager.estade@chromium.org2009-05-081-35/+4
* Windows icon loader refactor in preparation for port.estade@chromium.org2009-05-071-0/+80