summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/fetch
Commit message (Expand)AuthorAgeFilesLines
* Split ImageResourceClient into ResourceClient and ImageResourceObserver [2/2]hiroshige2016-03-265-27/+103
* Split ImageResourceClient into ResourceClient and ImageResourceObserver [1/2]hiroshige2016-03-2620-157/+204
* Unify Resource loading status trackingjaphet2016-03-2512-85/+73
* Simplify parsing/loading state, attempt #2japhet2016-03-231-1/+2
* Revert of wtf/CheckedArithmetic.h delegates to base/numerics/safe_math.h. (pa...aberent2016-03-231-4/+3
* Make multipart/x-mixed-replace parser more robustyhirano2016-03-234-48/+100
* wtf/CheckedArithmetic.h delegates to base/numerics/safe_math.h.bsep2016-03-231-3/+4
* Pass ResourceLoaderOptions in Resource's constructor and clean up archive loa...japhet2016-03-2227-121/+105
* Merge WTF::initializeMainThread into WTF::initializeharaken2016-03-222-2/+0
* Stop dispatching notifyFinished for each part in a multipart responseyhirano2016-03-185-50/+27
* Add SuboriginPolicy header and unsafe-postmessage-send directivejww2016-03-181-1/+1
* Keep multipart responses in m_nonBlockingLoaders after first part loadedhiroshige2016-03-183-13/+16
* Add guard for crash in MemoryCache::pruneDeadResourcesleon.han2016-03-171-2/+8
* Don't leave a discarded SharedBuffer on Resourcejaphet2016-03-172-0/+43
* Add regression test for crbug.com/594072japhet2016-03-161-0/+43
* Fix triggered RELEASE_ASSERT in ResourceLoader::didReceiveResponse()japhet2016-03-141-0/+12
* Revert of Simplify parsing/loading state (patchset #22 id:420001 of https://c...wfh2016-03-121-2/+1
* Simplify parsing/loading statejaphet2016-03-111-1/+2
* Check if stylesheet resource was cached before marking it as such.sigbjornf2016-03-111-3/+6
* blink: Rename platform/ methods to prefix with get when they collide.danakj2016-03-113-15/+15
* Move multipart resource handling to core/fetch (2/2)yhirano2016-03-1110-81/+99
* Don't duplicate ResourceRequests and ResourceLoaderOptions on ResourceLoaderjaphet2016-03-108-160/+91
* Move multipart resource handling to core/fetch (1/2)yhirano2016-03-103-0/+774
* Attach HTTP referrer when using a cached resourceyhirano2016-03-101-1/+1
* blink: Rename modules/ method to prefix with get when they collide.Dana Jansens2016-03-092-3/+3
* Revert of Add Resource to MemoryCache only when needed. (patchset #12 id:2300...yhirano2016-03-092-22/+1
* Remove Image::computeIntrinsicDimensions()davve2016-03-092-7/+0
* Do not add Resource for SubstituteData to MemoryCachehiroshige2016-03-092-7/+6
* Clear cached metadata when the resource data itself is invalidated.vogelheim2016-03-081-0/+1
* Remove Resource::assertIsAlive().sigbjornf2016-03-082-35/+1
* Shortcut ImageResource::canRender()davve2016-03-071-3/+0
* [MemoryCache] Exclude data URLs and SubstituteData from MemoryCache UMAshiroshige2016-03-052-12/+23
* Clean up how setDefersLoading is propagatedjaphet2016-03-054-55/+20
* Support externally-defined canvas filtersajuma2016-03-041-2/+2
* Rename KURL::string() to KURL::getString().chrishtr2016-03-035-13/+15
* Remove ThreadedDataProvider and Receiverkinuko2016-03-032-17/+0
* Merge ResourceLoader's ResourceLoaderState and ConnectionState enumsjaphet2016-03-032-87/+53
* Fix name collisions that will occur with chromium style.danakj2016-03-021-2/+2
* Add Resource to MemoryCache only when needed.yhirano2016-03-012-1/+22
* Make ResourceFetcher not to rely on MemoryCache to serve static datahiroshige2016-03-012-7/+11
* Node.h #include parsimony.sigbjornf2016-03-012-0/+2
* Clean up WebTaskRunner::Task subclasses in core/fetch/hiroshige2016-02-261-54/+32
* Rename enums/functions that collide in chromium style.danakj2016-02-2620-69/+69
* Remove MemoryCacheLiveResourcePriorityhiroshige2016-02-263-163/+30
* Don't use SVG resource documents with an unrecognized MIME-typefs2016-02-258-19/+25
* Refactor ResourceClient::expectedType()hiroshige2016-02-2414-22/+22
* Make blink::TracedValue non-RefCountedhiroshige2016-02-231-2/+2
* Clean up computeIntrinsicDimensionsdavve2016-02-232-3/+3
* Remove unused methods in Resource and ResourceFetcherhiroshige2016-02-212-4/+0
* Reland Fix leak PaintLayerReflectionInfoschenney2016-02-191-1/+0