summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin/ppapi_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Add check on invalid file descriptor at both broker and renderer sides.xhwang@chromium.org2011-11-121-0/+2
* Fix 82176 by transferring ownership of render (client) file descriptor instea...xhwang@chromium.org2011-11-101-3/+4
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-291-5/+3
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Add Pepper API to use UDP mtilburg@adobe.com2011-09-261-0/+6
* PPAPI: better output in case of failure to load library.ihf@chromium.org2011-09-151-2/+4
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-1/+2
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-2/+1
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-1/+2
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-2/+1
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-1/+2
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-10/+10
* Implement PPB_Flash_TCPSocket.InitiateSSL.yzshen@chromium.org2011-08-161-0/+2
* Hook GetUserDefaultLCID () to prevent crashes on attempting to connect to CSR...jschuh@chromium.org2011-08-021-1/+9
* Hook up the network status notifications to out-of-process Pepper plugins.brettw@chromium.org2011-07-141-0/+11
* Re-land the reverted CL:yzshen@chromium.org2011-07-011-1/+43
* Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.dpapad@chromium.org2011-06-301-43/+1
* Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.yzshen@chromium.org2011-06-301-1/+43
* Mac: Make PPAPI plugins work out of process (i.e., with a proxy) and a sandbox.viettrungluu@chromium.org2011-06-141-0/+14
* Support getting the font list in Pepper. This currently only works out ofbrettw@chromium.org2011-05-181-5/+10
* Convert audio-related messages to the new thunk/API system for Pepper.brettw@chromium.org2011-05-131-1/+1
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-101-0/+15
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
* Make Pepper work out-of-process in the windows sandboxcpu@chromium.org2011-05-061-1/+22
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-2/+2
* linux: don't always print dlopen errors from LoadNativeLibraryevan@chromium.org2011-04-181-1/+1
* Refactored ppapi Dispatcher to share common code between the plugin and broke...ddorwin@chromium.org2011-04-161-10/+24
* Added ppp_broker.h and parameterized PpapiThread to support the broker process.ddorwin@chromium.org2011-04-141-34/+68
* Clarify the ownership of the dispatcher when we create it. Delete it ifbrettw@chromium.org2011-04-101-3/+7
* Fix double close in PPAPI proxypiman@google.com2011-04-061-1/+2
* Move ppapi_plugin to content.jam@chromium.org2011-03-141-0/+129