summaryrefslogtreecommitdiffstats
path: root/chrome/browser/thumbnail_store.h
Commit message (Expand)AuthorAgeFilesLines
* Change ThumbnailStore to use sqlite instead of individual files try 2. Previo...meelapshah@chromium.org2009-07-091-42/+36
* Reverting 20097.meelapshah@chromium.org2009-07-081-36/+42
* Change ThumbnailStore to use sqlite instead of individual files.meelapshah@chromium.org2009-07-071-42/+36
* Modify ThumbnailStore to make one call to the HistoryBackend using QueryTopUR...meelapshah@chromium.org2009-07-031-66/+35
* Moved typedef of RedirectList from HistoryService class to history namespace.meelapshah@chromium.org2009-07-011-1/+1
* WriteThumbnailToDisk runs on a bg thread so it cannot access the cache_ direc...meelapshah@chromium.org2009-06-261-1/+3
* Add looking up/caching of redirect lists to find the best thumbnail.meelapshah@chromium.org2009-06-241-8/+115
* Modified ThumbnailStore to cache/store JPEGs insteadbrettw@chromium.org2009-06-091-9/+9
* Implement a first pass at thumbnail store storage to disk, including a unit t...brettw@chromium.org2009-06-041-10/+47
* Fix some review comments I missed in the previous checkin of this file.brettw@chromium.org2009-05-291-4/+11
* Add an unused interface for storing thumbnails. This is to replace the historybrettw@chromium.org2009-05-271-0/+52