summaryrefslogtreecommitdiffstats
path: root/chrome/ppapi_plugin/ppapi_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Ensure that PP_Instance values are unique within a plugin process in additionbrettw@chromium.org2011-03-101-4/+13
* Move ChildThread and ChildProcess to content. Also move remaining code that ...jam@chromium.org2011-03-081-1/+1
* Implement basic crash detection and shutdown handling for out of process PPAPIbrettw@chromium.org2011-02-151-2/+2
* Share PPAPI out-of-process plugins between renderer processes.brettw@chromium.org2011-02-131-51/+50
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-9/+1
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+2
* Convert over to channel handlesdmaclach@chromium.org2010-12-081-16/+6
* Implement PPAPI proxy shutdown.brettw@chromium.org2010-12-031-4/+4
* Implement audio proxy for Pepper.brettw@chromium.org2010-12-021-5/+8
* Implement a new process type for running PPAPI plugins. The process itself isbrettw@chromium.org2010-11-101-0/+135