| Commit message (Expand) | Author | Age | Files | Lines |
* | [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement | phajdan.jr@chromium.org | 2010-06-01 | 1 | -5/+5 |
* | Ninth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-07 | 1 | -1/+3 |
* | Convert history to use new sql wrappers. Enhance wrappers in several ways to | brettw@chromium.org | 2009-10-02 | 1 | -5/+3 |
* | Revert of r22559. | aa@chromium.org | 2009-08-06 | 1 | -1/+1 |
* | Bunch of Coverity fixes, rather minor severity. | phajdan.jr@chromium.org | 2009-08-06 | 1 | -1/+1 |
* | Make ThumbnailStore broadcast a notification when it has finished reading thu... | meelapshah@chromium.org | 2009-07-28 | 1 | -10/+29 |
* | Write ThumbnailStore's cache to disk on browser shutdown. | meelapshah@chromium.org | 2009-07-20 | 1 | -5/+12 |
* | Qurey redirects when a thumbnail is set. | meelapshah@chromium.org | 2009-07-17 | 1 | -5/+27 |
* | Change ThumbnailStore to use sqlite instead of individual files try 2. Previo... | meelapshah@chromium.org | 2009-07-09 | 1 | -42/+36 |
* | Reverting 20097. | meelapshah@chromium.org | 2009-07-08 | 1 | -36/+42 |
* | Change ThumbnailStore to use sqlite instead of individual files. | meelapshah@chromium.org | 2009-07-07 | 1 | -42/+36 |
* | Modify ThumbnailStore to make one call to the HistoryBackend using QueryTopUR... | meelapshah@chromium.org | 2009-07-03 | 1 | -66/+35 |
* | Moved typedef of RedirectList from HistoryService class to history namespace. | meelapshah@chromium.org | 2009-07-01 | 1 | -1/+1 |
* | WriteThumbnailToDisk runs on a bg thread so it cannot access the cache_ direc... | meelapshah@chromium.org | 2009-06-26 | 1 | -1/+3 |
* | Add looking up/caching of redirect lists to find the best thumbnail. | meelapshah@chromium.org | 2009-06-24 | 1 | -8/+115 |
* | Modified ThumbnailStore to cache/store JPEGs instead | brettw@chromium.org | 2009-06-09 | 1 | -9/+9 |
* | Implement a first pass at thumbnail store storage to disk, including a unit t... | brettw@chromium.org | 2009-06-04 | 1 | -10/+47 |
* | Fix some review comments I missed in the previous checkin of this file. | brettw@chromium.org | 2009-05-29 | 1 | -4/+11 |
* | Add an unused interface for storing thumbnails. This is to replace the history | brettw@chromium.org | 2009-05-27 | 1 | -0/+52 |