summaryrefslogtreecommitdiffstats
path: root/chrome/browser/thumbnail_store_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Write ThumbnailStore's cache to disk on browser shutdown.meelapshah@chromium.org2009-07-201-1/+2
* Qurey redirects when a thumbnail is set.meelapshah@chromium.org2009-07-171-5/+6
* Change ThumbnailStore to use sqlite instead of individual files try 2. Previo...meelapshah@chromium.org2009-07-091-68/+56
* Reverting 20097.meelapshah@chromium.org2009-07-081-56/+68
* Change ThumbnailStore to use sqlite instead of individual files.meelapshah@chromium.org2009-07-071-68/+56
* Modify ThumbnailStore to make one call to the HistoryBackend using QueryTopUR...meelapshah@chromium.org2009-07-031-52/+40
* WriteThumbnailToDisk runs on a bg thread so it cannot access the cache_ direc...meelapshah@chromium.org2009-06-261-1/+7
* Add looking up/caching of redirect lists to find the best thumbnail.meelapshah@chromium.org2009-06-241-27/+108
* Fix memory leak in unit_testsbrettw@google.com2009-06-101-14/+9
* Try2 at disabling the thumbnail store unit tests. The previous try didn'tbrettw@chromium.org2009-06-101-2/+6
* Temporarily disable the thumbnail store unittests due to leaks.brettw@chromium.org2009-06-101-2/+2
* Fix Mac compile bustagebrettw@chromium.org2009-06-091-1/+1
* Modified ThumbnailStore to cache/store JPEGs insteadbrettw@chromium.org2009-06-091-44/+31
* Implement a first pass at thumbnail store storage to disk, including a unit t...brettw@chromium.org2009-06-041-0/+174