summaryrefslogtreecommitdiffstats
path: root/chrome/browser/thumbnail_store.cc
Commit message (Expand)AuthorAgeFilesLines
* Move image codec stuff to toplevel gfx.ben@chromium.org2010-03-181-1/+1
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-12-021-0/+1
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-251-1/+1
* Coverity: DCHECK that we got a valid dictionary.jhawkins@chromium.org2009-10-081-0/+1
* Coverity: Allocate |cache| after we have a logic path where we can return and...jhawkins@chromium.org2009-10-051-2/+1
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-3/+3
* Convert history to use new sql wrappers. Enhance wrappers in several ways tobrettw@chromium.org2009-10-021-57/+44
* Coverity: Initialize statement_cache_ in the constructor.jhawkins@chromium.org2009-09-231-0/+1
* 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