| Commit message (Expand) | Author | Age | Files | Lines |
* | Move image codec stuff to toplevel gfx. | ben@chromium.org | 2010-03-18 | 1 | -1/+1 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+1 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-12-02 | 1 | -0/+1 |
* | Many changes to DictionaryValues: | pkasting@chromium.org | 2009-11-25 | 1 | -1/+1 |
* | Coverity: DCHECK that we got a valid dictionary. | jhawkins@chromium.org | 2009-10-08 | 1 | -0/+1 |
* | Coverity: Allocate |cache| after we have a logic path where we can return and... | jhawkins@chromium.org | 2009-10-05 | 1 | -2/+1 |
* | Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes | brettw@chromium.org | 2009-10-03 | 1 | -3/+3 |
* | Convert history to use new sql wrappers. Enhance wrappers in several ways to | brettw@chromium.org | 2009-10-02 | 1 | -57/+44 |
* | Coverity: Initialize statement_cache_ in the constructor. | jhawkins@chromium.org | 2009-09-23 | 1 | -0/+1 |
* | 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 | -48/+91 |
* | Write ThumbnailStore's cache to disk on browser shutdown. | meelapshah@chromium.org | 2009-07-20 | 1 | -26/+59 |
* | Qurey redirects when a thumbnail is set. | meelapshah@chromium.org | 2009-07-17 | 1 | -14/+72 |
* | Transactionalize ThumbnailStore db operations. | meelapshah@chromium.org | 2009-07-14 | 1 | -0/+6 |
* | Change ThumbnailStore to use sqlite instead of individual files try 2. Previo... | meelapshah@chromium.org | 2009-07-09 | 1 | -161/+129 |
* | Reverting 20097. | meelapshah@chromium.org | 2009-07-08 | 1 | -128/+160 |
* | Change ThumbnailStore to use sqlite instead of individual files. | meelapshah@chromium.org | 2009-07-07 | 1 | -160/+128 |
* | Modify ThumbnailStore to make one call to the HistoryBackend using QueryTopUR... | meelapshah@chromium.org | 2009-07-03 | 1 | -244/+140 |
* | Moved typedef of RedirectList from HistoryService class to history namespace. | meelapshah@chromium.org | 2009-07-01 | 1 | -2/+2 |
* | WriteThumbnailToDisk runs on a bg thread so it cannot access the cache_ direc... | meelapshah@chromium.org | 2009-06-26 | 1 | -4/+5 |
* | Add looking up/caching of redirect lists to find the best thumbnail. | meelapshah@chromium.org | 2009-06-24 | 1 | -14/+247 |
* | Fix Linux 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 | -66/+68 |
* | Implement a first pass at thumbnail store storage to disk, including a unit t... | brettw@chromium.org | 2009-06-04 | 1 | -0/+206 |