summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/pepper/pepper_renderer_connection.cc
Commit message (Expand)AuthorAgeFilesLines
* PPAPI: Make CreateResourceHost take PP_Resourcedmichael2014-11-191-1/+1
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-161-4/+3
* Add PPAPI_BEGIN_MESSAGE_MAP and PPAPI_END_MESSAGE_MAP to be used when dispatc...jam@chromium.org2014-05-131-7/+7
* PPAPI: Run clang_format.py on content/browser/renderer_host/pepperdmichael@chromium.org2014-04-111-26/+18
* Pepper: Make it possible to pass external file systems to NaCl modules.thestig@chromium.org2014-04-111-4/+3
* Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in conten...jyasskin@chromium.org2014-03-291-1/+1
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-261-1/+8
* Revert "Allow MessageFilters to restrict listening to specific message classes"jdduke@chromium.org2014-02-211-8/+1
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-161-1/+8
* [PPAPI] Fixed FileSystems from JavaScript not having a context.mgiuca@chromium.org2013-11-021-43/+121
* [PPAPI] It is now possible to pass filesystems from JavaScript to NaCl modules.mgiuca@chromium.org2013-10-311-6/+23
* Pepper: Add in_process() to BrowserPpapiHostImpl.teravest@chromium.org2013-10-291-1/+2
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-09-181-36/+1
* Revert 221284 "Pepper: Move FileRef to the "new" resource proxy."teravest@chromium.org2013-09-051-1/+36
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-09-041-36/+1
* Revert 219911 "Pepper: Move FileRef to the "new" resource proxy."teravest@chromium.org2013-08-291-22/+15
* TCPSockets are switched to the new Pepper proxy.ygorshenin@chromium.org2013-08-281-2/+1
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-08-281-15/+22
* Modify Pepper CreateResourceHostFromHost to create multiple hosts.raymes@google.com2013-08-221-26/+29
* Revert 218305 "Pepper: Move FileRef to the "new" resource proxy."teravest@chromium.org2013-08-201-22/+15
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-08-191-15/+22
* Revert 217948 "Modify Pepper CreateResourceHostFromHost to creat..."teravest@chromium.org2013-08-191-26/+26
* Modify Pepper CreateResourceHostFromHost to create multiple hosts.raymes@chromium.org2013-08-161-26/+26
* Revert 216744 "Pepper: Move FileRef to the "new" resource proxy."yzshen@chromium.org2013-08-121-22/+15
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-08-091-15/+22
* Switched proxy for TCPServerSocketPrivate.ygorshenin@chromium.org2013-08-051-1/+2
* Pepper: GetInfoForRenderer for N FileRefs.teravest@chromium.org2013-08-021-16/+23
* Pepper: Hook up the in-process router for browser.teravest@chromium.org2013-07-311-10/+45
* PPAPI: Remove references to content from ppapi/hostdmichael@chromium.org2013-07-311-7/+6
* Pepper: FileRef_CreateExternal from renderer.teravest@chromium.org2013-07-221-4/+23
* Pepper: Route CreateResourceHostFromHostReply.teravest@chromium.org2013-07-091-6/+7
* Pepper: Add FileRef messages for path informationteravest@chromium.org2013-07-081-20/+56
* Allow renderer to create pepper ResourceHosts in the browserraymes@chromium.org2013-06-071-0/+79