summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bitmap_fetcher
Commit message (Expand)AuthorAgeFilesLines
* base: Remove OwningMRUCache in favor of scoped_ptrs in MRUCachevmpstr2016-03-092-5/+5
* Convert Pass()→std::move() in //chromedcheng2015-12-271-1/+2
* Switch to standard integer types in chrome/browser/, part 1 of 4.avi2015-12-267-0/+11
* Replace ScopedVector with vector<scoped_ptr> in BitmapFetcherService.danakj2015-11-113-26/+24
* Move Singleton and related structs to namespace baseolli.raula2015-09-102-2/+2
* [Bitmap Fetcher] Remove invalid UI Thread DCHECKssebsg2015-08-262-15/+0
* Add OWNERS for chrome/browser/bitmap_fetchergroby2015-06-241-0/+3
* Handle failed fetches/decodes from BitmapFetcher.groby2015-06-232-9/+25
* Add possibility to define data callback to BitmapFetcherwmaslowski2015-06-114-16/+31
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-011-1/+1
* favor DCHECK_CURRENTLY_ON for better logs in chrome/browser/autocomplete, ban...anujk.sharma2015-04-301-1/+1
* Fix race conditions in ImageDecoder.thestig2015-04-222-22/+28
* [BitmapFetcher] Added reference to OnFetchComplete url.dschuyler2015-03-304-4/+4
* image_decoder has been refactored into a Leaky (accessible from multiple thre...twellington2015-03-264-21/+15
* Answers in Suggest icon downloadingdschuyler2015-03-061-0/+1
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* Fixed header file location.groby2014-12-113-2/+35
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-302-2/+2
* Standardize usage of virtual/override/final in chrome/browser/Daniel Cheng2014-10-215-24/+21
* replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]*mostynb2014-10-135-13/+13
* [AiS] reject fetches for invalid image URLs.groby2014-10-072-0/+15
* setConfig is deprecated, use setInfo or allocPixels insteadreed@google.com2014-07-012-6/+3
* Fix NULL pointer dereference in BitmapFetcherBrowserTest.bauerb@chromium.org2014-06-231-0/+206
* [AiS] Fix ownership issue for image service observersgroby@chromium.org2014-06-202-17/+15
* [AiS] Add prefetching for Answers images.groby@chromium.org2014-06-201-1/+2
* [AiS] ImageServicegroby@chromium.org2014-06-197-0/+692