summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/fetch/ImageResourceTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split ImageResourceClient into ResourceClient and ImageResourceObserver [1/2]hiroshige2016-03-261-4/+3
* Unify Resource loading status trackingjaphet2016-03-251-3/+3
* Make multipart/x-mixed-replace parser more robustyhirano2016-03-231-1/+5
* Pass ResourceLoaderOptions in Resource's constructor and clean up archive loa...japhet2016-03-221-2/+2
* blink: Rename platform/ methods to prefix with get when they collide.danakj2016-03-111-12/+12
* Move multipart resource handling to core/fetch (2/2)yhirano2016-03-111-6/+10
* Rename enums/functions that collide in chromium style.danakj2016-02-261-4/+4
* Make Resource RefCountedWillBeGarbageCollectedFinalized, attempt #2japhet2016-02-081-6/+5
* Reload Lo-Fi images inline instead of reloading the whole pagemegjablon2016-02-041-0/+41
* Revert of Make Resource RefCountedWillBeGarbageCollectedFinalized (patchset #...picksi2016-02-031-4/+5
* Make Resource RefCountedWillBeGarbageCollectedFinalizedjaphet2016-02-021-5/+4
* Remove config.h inclusion from third_party/WebKit/Source/core/.tkent2015-12-211-1/+0
* Qualify include paths of gmock.h and gtest.h.tkent2015-11-181-2/+1
* Calculate paint invalidation rect for scrollbarswangxianzhu2015-11-171-1/+1
* Drop an unused HashSet in ImageResourceTestperia2015-10-261-3/+0
* Have uses of MockImageResourceClient leak less.sigbjornf@opera.com2015-09-021-10/+8
* Reland of crrev.com/1108753002peria@chromium.org2015-07-081-4/+4
* Remove resource type-specific fetching logic from ResourceFetcherjaphet@chromium.org2015-06-151-4/+4
* Fix unit test style in core/{animation,css,fetch,frame,layout,style,timing}/.tkent@chromium.org2015-06-101-4/+2
* Make multipart image documents work again.japhet@chromium.org2015-05-291-7/+19
* Remove ResourceFetcher's access to a real FetchContext at frame detach timejaphet@chromium.org2015-05-011-1/+1
* Revert of [Oilpan] Migrate classes under fetch/ to Oilpan heap. (patchset #7 ...caseq@chromium.org2015-04-301-2/+2
* Migrate classes under fetch/ to Oilpan heap.peria@chromium.org2015-04-301-2/+2
* Removing blink::prefixa.berwal@samsung.com2015-04-291-1/+1
* Revert of Remove ResourceFetcher's access to a real FetchContext at frame det...falken@chromium.org2015-04-071-1/+1
* Remove ResourceFetcher's access to a real FetchContext at frame detach timejaphet@chromium.org2015-04-061-1/+1
* Revert of Remove ResourceFetcher's access to a real FetchContext at frame det...alph@chromium.org2015-03-241-1/+1
* Remove ResourceFetcher's access to a real FetchContext at frame detach timejaphet@chromium.org2015-03-231-1/+1
* Revert of Remove ResourceFetcher's access to a real FetchContext at frame det...dglazkov@chromium.org2015-03-201-1/+1
* Remove ResourceFetcher's access to a real FetchContext at frame detach timejaphet@chromium.org2015-03-201-1/+1
* Make core/fetch/ tests not depend on anything in core/ besides core/fetch/japhet@chromium.org2015-03-181-8/+4
* Don't cache any SkBitmaps in DeferredImageDecoderhclam@chromium.org2015-03-141-6/+0
* Move SubstituteData and UniqueIdentifier to core/fetch/ from core/loader/japhet@chromium.org2015-02-121-1/+1
* Folded the functionality of SVGImageCache into ImageResource.paulmeyer@chromium.org2015-02-111-0/+1
* [Streams] Pass WebDataConsumerHandle when the response arrives.yhirano@chromium.org2014-11-061-6/+6
* Add ImageResource update bitmap images apinoel@chromium.org2014-09-051-26/+67
* Move URLTestHelper from web/tests/ to core/testing/.mlamouri@chromium.org2014-08-191-6/+2
* Fix namesabarth@chromium.org2014-07-181-2/+2
* HashMap misuse in ImageResourceTest.CancelOnDetach unit testmikhail.pozdnyakov@intel.com2014-04-031-0/+3
* Reland "Refactor the locking logic in Resource" (r166704)clamy@chromium.org2014-02-131-0/+57
* Cleanup usage of String::appendmartijn@martijnc.be2014-02-051-2/+1
* Simplify FrameLoader and DocumentLoader initializationjaphet@chromium.org2014-01-131-2/+1
* Make calls to AtomicString(const String&) explicit in loader/ and fetch/ch.dumez@samsung.com2014-01-021-2/+2
* ImageResourceTest should use DummyPageHolder to create dummy page/frame.yutak@chromium.org2013-11-181-12/+3
* Revert "Revert r161710 and r161714"morrita@chromium.org2013-11-121-16/+2
* Revert r161710 and r161714morrita@chromium.org2013-11-121-2/+16
* Refactoring: Extract ExecutionContextTaskRunner from Document.morrita@chromium.org2013-11-111-16/+2
* Rename WebKit namespace to blinkabarth@chromium.org2013-11-061-8/+8
* Add a unique frame id and save it on HistoryItem.japhet@chromium.org2013-11-011-1/+1
* Move FrameView.* to frame/eseidel@chromium.org2013-10-111-1/+1