summaryrefslogtreecommitdiffstats
path: root/chrome/browser/thumbnail_store.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert of r22559.aa@chromium.org2009-08-061-1/+1
* Bunch of Coverity fixes, rather minor severity.phajdan.jr@chromium.org2009-08-061-1/+1
* Make ThumbnailStore broadcast a notification when it has finished reading thu...meelapshah@chromium.org2009-07-281-48/+91
* Write ThumbnailStore's cache to disk on browser shutdown.meelapshah@chromium.org2009-07-201-26/+59
* Qurey redirects when a thumbnail is set.meelapshah@chromium.org2009-07-171-14/+72
* Transactionalize ThumbnailStore db operations.meelapshah@chromium.org2009-07-141-0/+6
* Change ThumbnailStore to use sqlite instead of individual files try 2. Previo...meelapshah@chromium.org2009-07-091-161/+129
* Reverting 20097.meelapshah@chromium.org2009-07-081-128/+160
* Change ThumbnailStore to use sqlite instead of individual files.meelapshah@chromium.org2009-07-071-160/+128
* Modify ThumbnailStore to make one call to the HistoryBackend using QueryTopUR...meelapshah@chromium.org2009-07-031-244/+140
* Moved typedef of RedirectList from HistoryService class to history namespace.meelapshah@chromium.org2009-07-011-2/+2
* WriteThumbnailToDisk runs on a bg thread so it cannot access the cache_ direc...meelapshah@chromium.org2009-06-261-4/+5
* Add looking up/caching of redirect lists to find the best thumbnail.meelapshah@chromium.org2009-06-241-14/+247
* Fix Linux compile bustagebrettw@chromium.org2009-06-091-1/+1
* Modified ThumbnailStore to cache/store JPEGs insteadbrettw@chromium.org2009-06-091-66/+68
* Implement a first pass at thumbnail store storage to disk, including a unit t...brettw@chromium.org2009-06-041-0/+206