| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a whole bunch of style nits. | erg@google.com | 2009-10-13 | 1 | -1/+1 |
* | Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes | brettw@chromium.org | 2009-10-03 | 1 | -7/+9 |
* | Convert history to use new sql wrappers. Enhance wrappers in several ways to | brettw@chromium.org | 2009-10-02 | 1 | -11/+11 |
* | Make ThumbnailStore broadcast a notification when it has finished reading thu... | meelapshah@chromium.org | 2009-07-28 | 1 | -4/+4 |
* | Write ThumbnailStore's cache to disk on browser shutdown. | meelapshah@chromium.org | 2009-07-20 | 1 | -1/+2 |
* | Qurey redirects when a thumbnail is set. | meelapshah@chromium.org | 2009-07-17 | 1 | -5/+6 |
* | Change ThumbnailStore to use sqlite instead of individual files try 2. Previo... | meelapshah@chromium.org | 2009-07-09 | 1 | -68/+56 |
* | Reverting 20097. | meelapshah@chromium.org | 2009-07-08 | 1 | -56/+68 |
* | Change ThumbnailStore to use sqlite instead of individual files. | meelapshah@chromium.org | 2009-07-07 | 1 | -68/+56 |
* | Modify ThumbnailStore to make one call to the HistoryBackend using QueryTopUR... | meelapshah@chromium.org | 2009-07-03 | 1 | -52/+40 |
* | WriteThumbnailToDisk runs on a bg thread so it cannot access the cache_ direc... | meelapshah@chromium.org | 2009-06-26 | 1 | -1/+7 |
* | Add looking up/caching of redirect lists to find the best thumbnail. | meelapshah@chromium.org | 2009-06-24 | 1 | -27/+108 |
* | Fix memory leak in unit_tests | brettw@google.com | 2009-06-10 | 1 | -14/+9 |
* | Try2 at disabling the thumbnail store unit tests. The previous try didn't | brettw@chromium.org | 2009-06-10 | 1 | -2/+6 |
* | Temporarily disable the thumbnail store unittests due to leaks. | brettw@chromium.org | 2009-06-10 | 1 | -2/+2 |
* | Fix Mac compile bustage | brettw@chromium.org | 2009-06-09 | 1 | -1/+1 |
* | Modified ThumbnailStore to cache/store JPEGs instead | brettw@chromium.org | 2009-06-09 | 1 | -44/+31 |
* | Implement a first pass at thumbnail store storage to disk, including a unit t... | brettw@chromium.org | 2009-06-04 | 1 | -0/+174 |