summaryrefslogtreecommitdiffstats
path: root/chrome/browser/thumbnail_store.h
Commit message (Expand)AuthorAgeFilesLines
* Ninth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-071-1/+3
* Convert history to use new sql wrappers. Enhance wrappers in several ways tobrettw@chromium.org2009-10-021-5/+3
* 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-10/+29
* Write ThumbnailStore's cache to disk on browser shutdown.meelapshah@chromium.org2009-07-201-5/+12
* Qurey redirects when a thumbnail is set.meelapshah@chromium.org2009-07-171-5/+27
* 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