summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/fetch/Resource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split ImageResourceClient into ResourceClient and ImageResourceObserver [1/2]hiroshige2016-03-261-27/+21
* Unify Resource loading status trackingjaphet2016-03-251-15/+7
* Pass ResourceLoaderOptions in Resource's constructor and clean up archive loa...japhet2016-03-221-3/+3
* Don't leave a discarded SharedBuffer on Resourcejaphet2016-03-171-0/+2
* Move multipart resource handling to core/fetch (2/2)yhirano2016-03-111-9/+2
* Don't duplicate ResourceRequests and ResourceLoaderOptions on ResourceLoaderjaphet2016-03-101-10/+14
* Clear cached metadata when the resource data itself is invalidated.vogelheim2016-03-081-0/+1
* Remove Resource::assertIsAlive().sigbjornf2016-03-081-19/+1
* Rename KURL::string() to KURL::getString().chrishtr2016-03-031-2/+2
* Node.h #include parsimony.sigbjornf2016-03-011-0/+1
* Rename enums/functions that collide in chromium style.danakj2016-02-261-2/+2
* Don't use SVG resource documents with an unrecognized MIME-typefs2016-02-251-0/+6
* Make Resource RefCountedWillBeGarbageCollectedFinalized, attempt #2japhet2016-02-081-97/+18
* Tidy up inclusion of WebScheduler.hsigbjornf2016-02-071-3/+2
* Fix onerror event for link preload raw resourcesyoav2016-02-031-2/+2
* Revert of Make Resource RefCountedWillBeGarbageCollectedFinalized (patchset #...picksi2016-02-031-18/+97
* Make Resource RefCountedWillBeGarbageCollectedFinalizedjaphet2016-02-021-97/+18
* Remove support for <link rel=subresource>yoav2016-01-281-5/+0
* `<link rel=preload>` with no `as` should be subject to connect-srcyoav2016-01-261-0/+5
* [MemoryCache] Add UMAs for RevalidationPolicy for each Resource Typehiroshige2016-01-221-3/+3
* Fix UAF in MimeHandlerViewContainerjaphet2016-01-161-7/+22
* Fix errors caused by unsafe conversions to/from size_tjunov2016-01-121-1/+1
* [DevTools] Shows Manifest file in Sources tabhoro2016-01-081-0/+4
* Convert strings for HTTP headers to static stringstzik2015-12-221-1/+1
* Remove config.h inclusion from third_party/WebKit/Source/core/.tkent2015-12-211-1/+0
* Include <algorithm> if you use functions from <algorithm>.bratell2015-12-171-0/+1
* Make ResourceFetcher::m_documentResources use WeakPtrjaphet2015-12-161-0/+13
* Release Oilpan heap singletons prior to LSan leak detection.sigbjornf2015-12-091-0/+6
* Revert of Release Oilpan heap singletons prior to LSan leak detection. (patch...lambroslambrou2015-12-081-6/+0
* Release Oilpan heap singletons prior to LSan leak detection.sigbjornf2015-12-081-0/+6
* Revert of Release Oilpan heap singletons prior to LSan leak detection. (patch...haraken2015-12-081-6/+0
* Release Oilpan heap singletons prior to LSan leak detection.sigbjornf2015-12-071-0/+6
* Add preload support for more `as` typesyoav2015-12-041-4/+0
* Revert of Simplify starting a navigation (patchset #6 id:100001 of https://co...japhet2015-11-161-11/+21
* tracing: Report ResourceClients and the reason for not deletable for web-cacheshiroshige2015-11-101-0/+78
* Avoid delaying the page's onload event on preloaded resourcesyoav2015-11-071-0/+15
* Simplify starting a navigationjaphet2015-11-061-21/+11
* tracing: Report URLs for web-cachesbashi2015-10-281-1/+12
* [Clean up] Fix the method names of WebProcessMemoryDump and WebMemoryAllocato...ssid2015-10-261-6/+6
* Fix CORS check for cross origin resource requests redirected from same-originksakamoto2015-10-261-1/+1
* Revalidate using the same Resource, attempt #4japhet2015-10-231-148/+65
* Add Web Resources usage to chrome://tracing.ssid2015-10-211-0/+28
* Revert of Revalidate using the same Resource, attempt #3 (patchset #2 id:2000...kbr2015-10-191-65/+146
* Rename FROM_HERE to BLINK_FROM_HERE.jbroman2015-10-171-2/+2
* Revalidate using the same Resource, attempt #3japhet2015-10-161-146/+65
* Refactor the API for setting dynamic resource load prioritiesjaphet2015-10-091-0/+15
* ResourceCallback::ResourceCallback to post a loading task.alexclarke2015-10-011-6/+6
* remove RefcountedLeakDetector for Node,Resource,Page,XHRkouhei@chromium.org2015-09-171-9/+0
* Add suggestion to use "no-cors" with Fetch fails CORS check.jeremyarcher@google.com2015-09-091-1/+1
* Revert of Revalidate using the same Resource, attempt #2 (patchset #1 id:1 of...japhet@chromium.org2015-07-291-34/+129