summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/fetch/Resource.h
Commit message (Expand)AuthorAgeFilesLines
* Split ImageResourceClient into ResourceClient and ImageResourceObserver [1/2]hiroshige2016-03-261-6/+9
* Unify Resource loading status trackingjaphet2016-03-251-11/+7
* Pass ResourceLoaderOptions in Resource's constructor and clean up archive loa...japhet2016-03-221-6/+5
* Move multipart resource handling to core/fetch (2/2)yhirano2016-03-111-2/+1
* Don't duplicate ResourceRequests and ResourceLoaderOptions on ResourceLoaderjaphet2016-03-101-1/+1
* Remove Resource::assertIsAlive().sigbjornf2016-03-081-16/+0
* Rename enums/functions that collide in chromium style.danakj2016-02-261-6/+6
* Don't use SVG resource documents with an unrecognized MIME-typefs2016-02-251-0/+2
* Remove unused methods in Resource and ResourceFetcherhiroshige2016-02-211-1/+0
* Make Resource RefCountedWillBeGarbageCollectedFinalized, attempt #2japhet2016-02-081-56/+12
* Fix onerror event for link preload raw resourcesyoav2016-02-031-3/+3
* Revert of Make Resource RefCountedWillBeGarbageCollectedFinalized (patchset #...picksi2016-02-031-12/+56
* Make Resource RefCountedWillBeGarbageCollectedFinalizedjaphet2016-02-021-56/+12
* Remove support for <link rel=subresource>yoav2016-01-281-1/+0
* Remove unused function Resource::mutableResourceRequest()tyoshino2016-01-261-1/+0
* `<link rel=preload>` with no `as` should be subject to connect-srcyoav2016-01-261-0/+1
* Add more missing closing namespace comments.Nico Weber2016-01-251-1/+1
* [MemoryCache] Add UMAs for RevalidationPolicy for each Resource Typehiroshige2016-01-221-5/+1
* Fix UAF in MimeHandlerViewContainerjaphet2016-01-161-1/+1
* Fix errors caused by unsafe conversions to/from size_tjunov2016-01-121-1/+1
* [DevTools] Shows Manifest file in Sources tabhoro2016-01-081-1/+2
* Make ResourceFetcher::m_documentResources use WeakPtrjaphet2015-12-161-0/+7
* Add preload support for more `as` typesyoav2015-12-041-1/+0
* [PartitionAlloc] Annotate common Blink types for heap profilingruuda2015-12-021-1/+2
* Revert of [Oilpan] Prepare full definition of classes before using Member (pa...peria2015-11-211-1/+1
* Prepare full definition of classes before using Member<T>peria2015-11-191-1/+1
* Revert of Simplify starting a navigation (patchset #6 id:100001 of https://co...japhet2015-11-161-0/+3
* InternalResourcePtr: allowed only as stack allocated.sigbjornf2015-11-111-1/+2
* tracing: Report ResourceClients and the reason for not deletable for web-cacheshiroshige2015-11-101-0/+1
* Avoid delaying the page's onload event on preloaded resourcesyoav2015-11-071-8/+6
* Simplify starting a navigationjaphet2015-11-061-3/+0
* Rename DISALLOW_ALLOCATION and ALLOW_ONLY_INLINE_ALLOCATIONharaken2015-10-301-1/+1
* Rename WTF_MAKE_FAST_ALLOCATED to USING_FAST_MALLOCharaken2015-10-291-1/+1
* tracing: Report URLs for web-cachesbashi2015-10-281-1/+2
* Revalidate using the same Resource, attempt #4japhet2015-10-231-21/+11
* Add Web Resources usage to chrome://tracing.ssid2015-10-211-0/+5
* Revert of Revalidate using the same Resource, attempt #3 (patchset #2 id:2000...kbr2015-10-191-11/+21
* Revalidate using the same Resource, attempt #3japhet2015-10-161-21/+11
* Rewrite SRI checks to use raw data rather than stringsjww2015-10-101-0/+2
* Refactor the API for setting dynamic resource load prioritiesjaphet2015-10-091-0/+1
* ResourceCallback::ResourceCallback to post a loading task.alexclarke2015-10-011-2/+3
* Make classes and structures in core/events and core/fetch fast-allocated.tasak@google.com2015-08-261-0/+3
* Revert of Revalidate using the same Resource, attempt #2 (patchset #1 id:1 of...japhet@chromium.org2015-07-291-6/+18
* Revert of Remove InternalResourcePtr (patchset #2 id:20001 of https://coderev...japhet@chromium.org2015-07-291-0/+27
* Revert of Don't send data to clients that saw the previous finish. (patchset ...erikchen@chromium.org2015-07-271-6/+3
* Don't send data to clients that saw the previous finish.japhet@chromium.org2015-07-241-3/+6
* Remove InternalResourcePtrharaken@chromium.org2015-07-231-27/+0
* Oilpan: Move Resource::ResourceCallback to Oilpan heap.yutak@chromium.org2015-07-221-2/+3
* Revalidate using the same Resource, attempt #2japhet@chromium.org2015-07-181-18/+6
* Responses with Vary headers should bypass MemoryCachejaphet@chromium.org2015-07-171-0/+1