summaryrefslogtreecommitdiffstats
path: root/content/renderer/pepper/pepper_url_request_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* PPAPI: Make tests that disable the proxy lock re-enable itdmichael2015-02-121-2/+3
* Revert of PPAPI: Make tests that disable the proxy lock re-enable it (patchse...dmichael2015-02-111-2/+0
* PPAPI: Make tests that disable the proxy lock re-enable itdmichael2015-02-101-0/+2
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-2/+2
* Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderermohan.reddy2014-10-081-2/+2
* Remove implicit conversions from scoped_refptr to T* in content/renderer/pepper/Daniel Cheng2014-08-261-1/+1
* Add a X-Requested-With header to URL requests for PPAPI Flash (only).tsepez@chromium.org2014-08-201-1/+3
* PPAPI: Run clang_format.py on content/renderer/pepperdmichael@chromium.org2014-04-111-47/+32
* Update a few more references to WebFrame to use WebLocalFrame.dcheng@chromium.org2014-04-101-2/+1
* Move user_agent code from webkit/ to content/.tfarina@chromium.org2014-03-111-0/+1
* Simplify the user agent code some more since after r255534 it's not affected ...jam@chromium.org2014-03-101-2/+0
* Revert 255858 "Simplify the user agent code some more since afte..."jam@chromium.org2014-03-091-0/+2
* Simplify the user agent code some more since after r255534 it's not affected ...jam@chromium.org2014-03-091-2/+0
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-7/+7
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-09-181-4/+4
* PPAPI: Purposely leak ProxyLock, fix shutdown racedmichael@chromium.org2013-09-171-0/+2
* Revert "PPAPI: Purposely leak ProxyLock, fix shutdown race"dmichael@chromium.org2013-09-121-2/+0
* PPAPI: Purposely leak ProxyLock, fix shutdown racedmichael@chromium.org2013-09-121-0/+2
* Revert 221284 "Pepper: Move FileRef to the "new" resource proxy."teravest@chromium.org2013-09-051-4/+4
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-09-041-4/+4
* Revert 219911 "Pepper: Move FileRef to the "new" resource proxy."teravest@chromium.org2013-08-291-4/+4
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-08-281-4/+4
* Revert 218305 "Pepper: Move FileRef to the "new" resource proxy."teravest@chromium.org2013-08-201-4/+4
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-08-191-4/+4
* Revert 216744 "Pepper: Move FileRef to the "new" resource proxy."yzshen@chromium.org2013-08-121-4/+4
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-08-091-4/+4
* No need to preface ppapi namespace with "::" for content/renderer/pepper sinc...jam@chromium.org2013-08-091-3/+3
* Revert 215401 "Pepper: Make CreateWebURLRequest async."teravest@chromium.org2013-08-051-78/+21
* Pepper: Make CreateWebURLRequest async.teravest@chromium.org2013-08-021-21/+78
* Put the pepper files which were moved in r213578 to the content namespace.jam@chromium.org2013-07-251-5/+3
* Move webkit/plugins/ppapi to content/renderer/pepper.jam@chromium.org2013-07-251-4/+1
* Update Blink include pathsabarth@chromium.org2013-06-171-3/+3
* Update refernces to Blink's Platform API (content)abarth@chromium.org2013-05-301-1/+1
* Move webkit/user_agent/ into webkit/commonjamesr@chromium.org2013-05-231-2/+2
* Update some #includes in content/renderer/pepper for headers in the new Platf...pilgrim@chromium.org2013-01-101-1/+1
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-011-4/+0
* Convert url request info to new proxy API.brettw@chromium.org2012-09-191-0/+264