summaryrefslogtreecommitdiffstats
path: root/chrome/browser/thumbnails
Commit message (Expand)AuthorAgeFilesLines
* history: Rename history.h to history_service.htfarina@chromium.org2013-01-251-1/+1
* Convert gfx::Image::Image(const SkBitmap&) and gfx::ImageSkia::ImageSkia(cons...pkotwicz@chromium.org2013-01-231-1/+1
* Refactored-out the code of thumbnaling algorithm from thumbnail_tab_helper.motek@chromium.org2013-01-2212-528/+751
* DEFINE_WEB_CONTENTS_USER_DATA_KEY now requires a semicolon.avi@chromium.org2013-01-071-1/+1
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-1/+1
* ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to...danakj@chromium.org2012-11-102-6/+6
* Change LOG to VLOG in ThumbnailTabHelper.mazda@chromium.org2012-11-081-2/+2
* Use the maximum device scale factor to determine the resolution of thumbnails. oshima@chromium.org2012-11-021-6/+7
* Enable thumbnails to be stored after tab is closed on Aura.mazda@chromium.org2012-11-012-46/+63
* First installment of thumbnail updates: introducing ThumbnailService.motek@chromium.org2012-10-169-145/+387
* Makes gfx::Screen an instance, rather than a collection of static methods.scottmg@chromium.org2012-10-121-1/+2
* Introduce PlatformBitmap, which is a minimal helper class that wraps an SkBitmapreed@google.com2012-10-102-7/+7
* Remove implicit flooring Scale() method from Point and Size.danakj@chromium.org2012-10-092-6/+10
* Move WebContentsUserData to content/public/browser.joi@chromium.org2012-10-091-5/+6
* Split ThumbnailGenerator in two.avi@chromium.org2012-10-085-0/+1145