summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin/ppapi_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Add an interface for Flash to clear its data.brettw@chromium.org2012-04-121-0/+37
* Out-of-process implementation of the PPB_NetworkMonitor_Private interface.sergeyu@chromium.org2012-03-201-0/+2
* Add a private PPB_Talk_Private interface.varunjain@chromium.org2012-03-191-0/+2
* Verify the child process with a secret hellojschuh@chromium.org2012-03-171-2/+2
* Added out-of-process support for server sockets.ygorshenin@chromium.org2012-03-151-0/+4
* HostResolver is exposed to plugin.ygorshenin@chromium.org2012-03-151-0/+2
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-1/+1
* Removed CHECKs used for bug investigation.xhwang@chromium.org2012-02-071-6/+0
* The tricky part about logging to the console is that many of the errors are g...brettw@chromium.org2012-01-311-0/+7
* Relanding this with fixes to the mac dbg builderananta@chromium.org2012-01-201-15/+5
* Revert 118385 since this seems to break mac-debug build.sadrul@chromium.org2012-01-201-5/+15
* Remove the Webkit thread in the PPAPI plugin process and perform the text and...ananta@chromium.org2012-01-191-15/+5
* Only check library load failure for broker.xhwang@chromium.org2012-01-061-4/+4
* Add CHECK to investigate the root cause of issue 103957.xhwang@chromium.org2011-12-281-0/+3
* Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastruct...brettw@chromium.org2011-12-201-0/+12
* Add CHECK on file descriptor in various IPC::ChannelHandle passed in.xhwang@chromium.org2011-12-021-0/+3
* Load mac sandbox definitions from resources instead of the bundle.jochen@chromium.org2011-11-251-0/+2
* Remove 'Flash' from TCP/UDP Pepper interfaces names. This CL preserves old id...dpolukhin@chromium.org2011-11-161-7/+7
* 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