summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/fetch/ResourceLoader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Keep multipart responses in m_nonBlockingLoaders after first part loadedhiroshige2016-03-181-5/+8
* Fix triggered RELEASE_ASSERT in ResourceLoader::didReceiveResponse()japhet2016-03-141-0/+12
* Move multipart resource handling to core/fetch (2/2)yhirano2016-03-111-23/+8
* Don't duplicate ResourceRequests and ResourceLoaderOptions on ResourceLoaderjaphet2016-03-101-83/+31
* Clean up how setDefersLoading is propagatedjaphet2016-03-051-38/+18
* Rename KURL::string() to KURL::getString().chrishtr2016-03-031-3/+5
* Remove ThreadedDataProvider and Receiverkinuko2016-03-031-14/+0
* Merge ResourceLoader's ResourceLoaderState and ConnectionState enumsjaphet2016-03-031-78/+50
* Rename enums/functions that collide in chromium style.danakj2016-02-261-1/+1
* Make Resource RefCountedWillBeGarbageCollectedFinalized, attempt #2japhet2016-02-081-23/+17
* Revert of Make Resource RefCountedWillBeGarbageCollectedFinalized (patchset #...picksi2016-02-031-17/+23
* Make Resource RefCountedWillBeGarbageCollectedFinalizedjaphet2016-02-021-23/+17
* Add more missing closing namespace comments.Nico Weber2016-01-251-1/+1
* Fix UAF in MimeHandlerViewContainerjaphet2016-01-161-1/+1
* Synchronous requests that get a 304 clobber the cached response body.japhet2016-01-091-2/+9
* Remove config.h inclusion from third_party/WebKit/Source/core/.tkent2015-12-211-1/+0
* Add asserts making sure that ResourceLoader is properly initializedyoav2015-12-081-0/+2
* Revert "DevTools: Make network events continuous on Timeline"alph2015-12-021-6/+0
* Don't check the redirected URL when the request redirect mode is manual.horo2015-11-201-1/+10
* Revert of Simplify starting a navigation (patchset #6 id:100001 of https://co...japhet2015-11-161-4/+11
* DevTools: Make network events continuous on Timelinealph2015-11-131-0/+6
* Simplify starting a navigationjaphet2015-11-061-11/+4
* Revalidate using the same Resource, attempt #4japhet2015-10-231-3/+1
* Revert of Revalidate using the same Resource, attempt #3 (patchset #2 id:2000...kbr2015-10-191-1/+3
* Revalidate using the same Resource, attempt #3japhet2015-10-161-3/+1
* Revert of Revert "Post loading tasks on the appropriate WebFrameScheduler's q...treib2015-10-141-0/+1
* Revert "Post loading tasks on the appropriate WebFrameScheduler's queue."treib2015-10-141-1/+0
* Refactor the API for setting dynamic resource load prioritiesjaphet2015-10-091-9/+2
* Post loading tasks on the appropriate WebFrameScheduler's queue.alexclarke2015-10-071-0/+1
* Rename WebURLLoaderClient::willSendRequest to willFollowRedirecttyoshino2015-10-061-1/+1
* Revert of Post loading tasks on the appropriate WebFrameScheduler's queue (pa...dmurph2015-10-021-1/+0
* Post loading tasks on the appropriate WebFrameScheduler's queue.alexclarke2015-10-021-0/+1
* Don't use m_fallbackRequestForServiceWorker in ResourceLoader.horo@chromium.org2015-08-181-7/+2
* This is a field trial for experimenting with several different resource sched...pmeenan@chromium.org2015-08-131-0/+5
* Revert of Revalidate using the same Resource, attempt #2 (patchset #1 id:1 of...japhet@chromium.org2015-07-291-1/+3
* Revalidate using the same Resource, attempt #2japhet@chromium.org2015-07-181-3/+1
* Revert of Revalidate using the same Resource (patchset #5 id:80001 of https:/...jchaffraix@chromium.org2015-07-161-1/+3
* Revalidate using the same Resourcejaphet@chromium.org2015-07-151-3/+1
* Reland of crrev.com/1108753002peria@chromium.org2015-07-081-21/+3
* Make multipart image documents work again.japhet@chromium.org2015-05-291-1/+5
* Remove the ResourceLoaderHost abtractionpdr@chromium.org2015-05-191-32/+32
* Gracefully handle backdoor cancellations of synchronous resource fetches.sigbjornf@opera.com2015-05-061-0/+6
* Revert of [Oilpan] Migrate classes under fetch/ to Oilpan heap. (patchset #7 ...caseq@chromium.org2015-04-301-3/+21
* Migrate classes under fetch/ to Oilpan heap.peria@chromium.org2015-04-301-21/+3
* Removing blink::prefixa.berwal@samsung.com2015-04-291-21/+21
* Recommit Enable SRI only for same origin and CORS contentjww@chromium.org2015-03-121-1/+2
* Revert of Enable SRI only for same origin and CORS content. (patchset #7 id:1...jww@chromium.org2015-03-111-2/+1
* Enabled SRI only for same origin and CORS content.jww@chromium.org2015-03-111-1/+2
* Ignore paths in CSP matching after redirectsestark@chromium.org2015-03-091-0/+1
* Implemented WebThreadedDataReceiverImpl.tasak@google.com2015-03-031-1/+1