summaryrefslogtreecommitdiffstats
path: root/chrome/browser/icon_loader_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+3
* Cleanup: Remove base/gtk_util.h by moving its methods tojhawkins@chromium.org2010-10-291-2/+2
* Cleanup: Get rid of app/gtk_util.h.jhawkins@chromium.org2010-10-281-1/+1
* Move non-linux specific code from base/linux_util to app/gtk_utilpvalchev@google.com2010-05-131-2/+3
* Move image codec stuff to toplevel gfx.ben@chromium.org2010-03-181-1/+1
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-3/+3
* Enable SVG icons for linux.estade@chromium.org2009-07-241-2/+1
* GTK: Move icon parsing to UI thread.estade@chromium.org2009-07-161-14/+38
* linux: Load icons with gdk instead of using PNGDecoder.estade@chromium.org2009-06-191-13/+28
* Linux download shelf icons first cut.estade@chromium.org2009-05-201-1/+28
* Stub implementation of linux, mac icon loader/manager.estade@chromium.org2009-05-081-0/+15