summaryrefslogtreecommitdiffstats
path: root/chrome/browser/thumbnails
Commit message (Expand)AuthorAgeFilesLines
* Enable high dpi in win/views.girard@chromium.org2013-06-121-2/+2
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-113-8/+8
* Use a direct include of strings headers in chrome/browser/t*-w*/.avi@chromium.org2013-06-101-1/+1
* Adds aspect correction to thumbnail retargetting algorithm.motek@chromium.org2013-06-063-59/+601
* Plugs in the new thumbnailing algorithm to ThumbnailTabHelper.motek@chromium.org2013-06-0415-42/+580
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-033-9/+7
* Remove references to Profile from browser_context_keyed_service.phajdan.jr@chromium.org2013-05-224-12/+14
* Move ProfileKeyedService infrastructure to a componentphajdan.jr@chromium.org2013-05-203-3/+3
* An implementation of recursive gaussian filters.motek@chromium.org2013-05-101-70/+103
* Removed a win-specific exclusion in CreateRetargettedThumbnailImage.motek@chromium.org2013-04-301-3/+2
* [TopSites] Making TopSites virtual, and creating impl mathp@chromium.org2013-04-291-4/+6
* Rationalize linux vs x11 in chromedavemoore@chromium.org2013-04-291-1/+1
* [components] Switch {RefCounted}ProfileKeyedService to use BrowserContextphajdan.jr@chromium.org2013-04-262-3/+4
* Added missing include.motek@chromium.org2013-04-241-0/+1
* Disable ApplyGradientMagnitudeOnFrame ExtractImageProfileInformationWithClosingscheib@chromium.org2013-04-221-2/+17
* Added variable initialization (valgrind complains).motek@chromium.org2013-04-181-1/+1
* Disabling a weirdly failing new unit test on Windows.motek@chromium.org2013-04-181-1/+3
* This is an exact copy of rolledback CL 13947013 with a fix to a compliationmotek@chromium.org2013-04-183-0/+997
* Revert 194565 "Complete (but inefficient) implementation of the ..."kinuko@chromium.org2013-04-173-997/+0
* Complete (but inefficient) implementation of the image retargetting method.motek@chromium.org2013-04-173-0/+997
* Ensure that the TransportDIB is large enough to act as the pixel data for the...mazda@chromium.org2013-03-243-0/+93
* Add RenderWidgetHost::GetSnapshotFromRenderer method to content/ interface fo...justinlin@chromium.org2013-03-231-15/+16
* content: replace NOTIFICATION_RENDER_VIEW_HOST_DELETED with observer usagephajdan.jr@chromium.org2013-03-152-43/+38
* Fix crash when DecrementCapturerCount() makes a delayed WasHidden() call duri...miu@chromium.org2013-02-121-1/+1
* Change PlatformBitmap memory ownership story. Fix CopyFromBackingStore thread...nick@chromium.org2013-02-021-9/+7
* 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