1. daa82dc Make ThumbnailStore broadcast a notification when it has finished reading thumbnails from disk. by [email protected] · 16 years ago
  2. 4496129 Write ThumbnailStore's cache to disk on browser shutdown. by [email protected] · 16 years ago
  3. 4233940 Qurey redirects when a thumbnail is set. by [email protected] · 16 years ago
  4. 72d0fc7 Change ThumbnailStore to use sqlite instead of individual files try 2. Previous try failed interactive_ui_tests. by [email protected] · 16 years ago
  5. 3254563 Reverting 20097. Review URL: http://codereview.chromium.org/155186 by [email protected] · 16 years ago
  6. 3f54392 Change ThumbnailStore to use sqlite instead of individual files. by [email protected] · 16 years ago
  7. e06b82b Modify ThumbnailStore to make one call to the HistoryBackend using QueryTopURLsAndRedirects instead of a seperate call for each URL. Also clean up some of the code and fix bug 14644. by [email protected] · 16 years ago
  8. 2a58420 WriteThumbnailToDisk runs on a bg thread so it cannot access the cache_ directly. by [email protected] · 16 years ago
  9. f2458dc Add looking up/caching of redirect lists to find the best thumbnail. by [email protected] · 16 years ago
  10. d6834fa Fix memory leak in unit_tests by [email protected] · 16 years ago
  11. cbaaf27 Try2 at disabling the thumbnail store unit tests. The previous try didn't by [email protected] · 16 years ago
  12. d91c3a3 Temporarily disable the thumbnail store unittests due to leaks. by [email protected] · 16 years ago
  13. 7400abc Fix Mac compile bustage Review URL: http://codereview.chromium.org/119379 by [email protected] · 16 years ago
  14. 44947830 Modified ThumbnailStore to cache/store JPEGs instead of SkBitmaps. by [email protected] · 16 years ago
  15. 1984a5fb Implement a first pass at thumbnail store storage to disk, including a unit test for the new behavior. by [email protected] · 16 years ago