summaryrefslogtreecommitdiffstats
path: root/chrome/browser/icon_loader_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* linux_aura: run IconLoader::ReadIcon on the UI thread.davidben@chromium.org2014-03-121-0/+6
* Use a direct include of the message_loop header in chrome/browser/, part 7.avi@chromium.org2013-07-181-2/+2
* Skip the cached icons if the icon can change (ie. exe/dll/ico on Windows).simonhatch@chromium.org2013-04-091-0/+4
* Removing base::ThreadRestrictions::ScopedAllowIO from icon_manager_linux.ccsimonhatch@chromium.org2013-04-031-0/+7
* Rename sys_string_conversions in chrome.brettw@chromium.org2013-03-281-1/+1
* Removes CHECKs() now that the cause of 159941 is known.pkotwicz@chromium.org2012-11-251-4/+0
* Add Check() to better diagnose www.crbug.com/159941pkotwicz@chromium.org2012-11-141-2/+8
* Load 2x resources on demandoshima@chromium.org2012-08-291-1/+3
* Added support for Hidpi in download UIpkotwicz@chromium.org2012-07-251-3/+3
* Remove all |gfx::Image(new SkBitmap(...))| antipatterns.rsesek@chromium.org2012-03-151-3/+2
* base::Bind() chrome/browser/icon_loader*.ccrsesek@chromium.org2011-11-151-1/+2
* Mac: Fix icons in download dom UIsail@chromium.org2011-06-081-3/+18
* Convert IconLoader and IconManager to deal with gfx::Image rather than SkBitmap.rsesek@chromium.org2011-03-031-10/+4
* 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
* Add file icons to chrome://downloads/ on the Mac. Add Skia helpermark@chromium.org2009-06-161-1/+18
* Stub implementation of linux, mac icon loader/manager.estade@chromium.org2009-05-081-0/+15