summaryrefslogtreecommitdiffstats
path: root/content/renderer/pepper/pepper_url_loader_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash when a URLLoader request arrives during plugin instance deletion.sammc2015-01-061-3/+4
* [ServiceWorker] Set setSkipServiceWorker flag of the request from plugins wit...horo2014-09-301-0/+4
* Revert 286243 "Revert 285530 "Drop 'WebURLRequest::setTargetType..."kbr@chromium.org2014-07-291-1/+0
* Revert 285530 "Drop 'WebURLRequest::setTargetType' from various ..."kbr@chromium.org2014-07-291-0/+1
* Drop 'WebURLRequest::setTargetType' from various content/renderer files.mkwst@chromium.org2014-07-251-1/+0
* Set PPAPI plugins' requests' contexts to 'WebURLRequest::RequestContextPlugin'.mkwst@chromium.org2014-07-211-0/+1
* Ensure HandleDocumentLoad isn't called if the instance is destroyedraymes@chromium.org2014-06-161-3/+11
* Revert 274770 "Ensure that in-process plugins can't destroy them..."thestig@chromium.org2014-06-091-5/+2
* Ensure that in-process plugins can't destroy themselves by closing a URLLoaderraymes@chromium.org2014-06-041-2/+5
* Add PPAPI_BEGIN_MESSAGE_MAP and PPAPI_END_MESSAGE_MAP to be used when dispatc...jam@chromium.org2014-05-131-10/+11
* Revert teporary include hacks for WebLocalFrame and use forward declaresdcheng@chromium.org2014-04-181-0/+1
* PPAPI: Run clang_format.py on content/renderer/pepperdmichael@chromium.org2014-04-111-23/+19
* Update a few more references to WebFrame to use WebLocalFrame.dcheng@chromium.org2014-04-101-4/+3
* Add transfer size paramater to didFinishLoading [2/3]eustas@chromium.org2014-02-101-1/+2
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-10/+10
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-09-181-1/+6
* Revert 221284 "Pepper: Move FileRef to the "new" resource proxy."teravest@chromium.org2013-09-051-6/+1
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-09-041-1/+6
* Don't set the request target type to object when navigating from a Pepper plu...bauerb@chromium.org2013-09-041-0/+3
* Propagate the encoded data length through OnDownloadData delegate methodyusukesuzuki@chromium.org2013-09-031-1/+2
* Revert 219911 "Pepper: Move FileRef to the "new" resource proxy."teravest@chromium.org2013-08-291-6/+1
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-08-281-1/+6
* Revert 218305 "Pepper: Move FileRef to the "new" resource proxy."teravest@chromium.org2013-08-201-6/+1
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-08-191-1/+6
* Revert 216744 "Pepper: Move FileRef to the "new" resource proxy."yzshen@chromium.org2013-08-121-6/+1
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-08-091-1/+6
* Revert 215401 "Pepper: Make CreateWebURLRequest async."teravest@chromium.org2013-08-051-41/+16
* Pepper: Make CreateWebURLRequest async.teravest@chromium.org2013-08-021-16/+41
* Pepper: Make DataFromWebURLResponse async.teravest@chromium.org2013-07-311-21/+65
* Revert 214384 "Pepper: Make DataFromWebURLResponse async."teravest@chromium.org2013-07-301-65/+21
* Pepper: Make DataFromWebURLResponse async.teravest@chromium.org2013-07-301-21/+65
* Put the pepper files which were moved in r213578 to the content namespace.jam@chromium.org2013-07-251-7/+5
* Move webkit/plugins/ppapi to content/renderer/pepper.jam@chromium.org2013-07-251-2/+2
* Create a public API around webkit::ppapi::PluginInstance and use it in chrome...jam@chromium.org2013-07-241-6/+6
* Pepper: Move URLResponseInfoUtil to content.teravest@chromium.org2013-07-101-3/+3
* Update Blink include pathsabarth@chromium.org2013-06-171-7/+7
* Update refernces to Blink's Platform API (content)abarth@chromium.org2013-05-301-4/+4
* Implementation of URLLoader using PluginResource/ResourceHost.bbudge@chromium.org2013-05-161-0/+380