summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split ImageResourceClient into ResourceClient and ImageResourceObserver [1/2]hiroshige2016-03-261-3/+3
* Unify Resource loading status trackingjaphet2016-03-251-9/+19
* Pass ResourceLoaderOptions in Resource's constructor and clean up archive loa...japhet2016-03-221-35/+20
* Keep multipart responses in m_nonBlockingLoaders after first part loadedhiroshige2016-03-181-5/+5
* Don't duplicate ResourceRequests and ResourceLoaderOptions on ResourceLoaderjaphet2016-03-101-40/+39
* 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-091-2/+2
* Revert of Add Resource to MemoryCache only when needed. (patchset #12 id:2300...yhirano2016-03-091-21/+1
* Do not add Resource for SubstituteData to MemoryCachehiroshige2016-03-091-1/+4
* [MemoryCache] Exclude data URLs and SubstituteData from MemoryCache UMAshiroshige2016-03-051-12/+21
* Clean up how setDefersLoading is propagatedjaphet2016-03-051-5/+0
* Rename KURL::string() to KURL::getString().chrishtr2016-03-031-4/+4
* Add Resource to MemoryCache only when needed.yhirano2016-03-011-1/+21
* Make ResourceFetcher not to rely on MemoryCache to serve static datahiroshige2016-03-011-6/+9
* Rename enums/functions that collide in chromium style.danakj2016-02-261-29/+29
* Make blink::TracedValue non-RefCountedhiroshige2016-02-231-2/+2
* [MemoryCache] Add UMAs for hitting Resource referenced only from MemoryCachehiroshige2016-02-111-0/+7
* Make Resource RefCountedWillBeGarbageCollectedFinalized, attempt #2japhet2016-02-081-16/+12
* Remove Enumeration Histograms from the Blink Platform API.dtapuska2016-02-051-6/+32
* Remove custom counts histogram from the blink API.dtapuska2016-02-051-6/+7
* Reload Lo-Fi images inline instead of reloading the whole pagemegjablon2016-02-041-0/+12
* Fix onerror event for link preload raw resourcesyoav2016-02-031-4/+3
* Revert of Make Resource RefCountedWillBeGarbageCollectedFinalized (patchset #...picksi2016-02-031-12/+16
* Make Resource RefCountedWillBeGarbageCollectedFinalizedjaphet2016-02-021-16/+12
* Simplify MHTMLjaphet2016-01-291-9/+13
* Handle subresource cert errors even when there is no ResourceLoaderestark2016-01-291-2/+2
* Remove Blink's ConvertableToTraceFormatbashi2016-01-291-1/+1
* Remove support for <link rel=subresource>yoav2016-01-281-4/+1
* [MemoryCache] Split UMAs for RevalidationPolicy for preloading/regular requestshiroshige2016-01-281-0/+2
* `<link rel=preload>` with no `as` should be subject to connect-srcyoav2016-01-261-0/+3
* Add more missing closing namespace comments.Nico Weber2016-01-251-2/+2
* Avoid double download for late discovered link preload resources.yoav2016-01-221-3/+4
* [MemoryCache] Add UMAs for RevalidationPolicy for each Resource Typehiroshige2016-01-221-1/+6
* Fix UAF in MimeHandlerViewContainerjaphet2016-01-161-4/+4
* Add HTMLPreloadScanner support for <link rel=preload>yoav2016-01-121-3/+3
* [DevTools] Shows Manifest file in Sources tabhoro2016-01-081-0/+3
* Convert strings for HTTP headers to static stringstzik2015-12-221-8/+8
* Remove config.h inclusion from third_party/WebKit/Source/core/.tkent2015-12-211-1/+0
* Pass ResourcePtr<Resource> from ResourceFetcher::preCacheDatajaphet2015-12-181-9/+12
* Make ResourceFetcher::m_documentResources use WeakPtrjaphet2015-12-161-37/+8
* Don't try to reuse media data: urlsjaphet2015-12-111-3/+9
* Enable link header support for preloadyoav2015-12-111-0/+2
* Add preload support for more `as` typesyoav2015-12-041-7/+7
* Revert "DevTools: Make network events continuous on Timeline"alph2015-12-021-6/+2
* [CSP] Don't check the path component of the URL when the response was fetched...horo2015-11-201-3/+3
* Revert of Simplify starting a navigation (patchset #6 id:100001 of https://co...japhet2015-11-161-3/+1
* DevTools: Make network events continuous on Timelinealph2015-11-131-2/+6
* Avoid delaying the page's onload event on preloaded resourcesyoav2015-11-071-1/+15
* Simplify starting a navigationjaphet2015-11-061-1/+3
* Revalidate using the same Resource, attempt #4japhet2015-10-231-13/+5