summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/plugin_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Let IPC::SyncMessageFilter take advantage of thread-safe Send.rockot2015-08-061-2/+1
* Using OrderingBarrier() in GLES2Implementation::Bind()* for better performance.penghuang2015-06-151-0/+8
* Hold the Pepper proxy lock for all Pepper GL calls.dmichael2015-04-031-0/+9
* Add Plugin.PpapiSyncIPCTime metric.gab2015-03-261-0/+2
* Mechanical rename of tracing includes for /ppapiprimiano2015-01-301-1/+1
* Revert "Hold the Pepper proxy lock for all Pepper GL calls."benhansen2014-12-051-9/+0
* Hold the Pepper proxy lock for all Pepper GL calls.penghuang2014-11-111-0/+9
* Revert of PPAPI: Make GetProxiedInterface not re-enter the plugin (patchset #...kareng2014-11-081-3/+2
* PPAPI: Make GetProxiedInterface not re-enter the plugindmichael2014-11-071-2/+3
* Revert of Hold the Pepper proxy lock for all Pepper GL calls. (patchset #3 id...kareng2014-11-011-9/+0
* Hold the Pepper proxy lock for all Pepper GL calls.penghuang2014-10-311-0/+9
* PPAPI: Fix GetBrowserInterface race conditionsdmichael2014-09-181-7/+2
* Revert of PPAPI: Fix GetBrowserInterface race conditions (patchset #6 id:1000...raymes2014-09-151-2/+7
* PPAPI: Fix GetBrowserInterface race conditionsdmichael2014-09-131-7/+2
* PPAPI: Simplify PluginDispatcher::instance_map_dmichael@chromium.org2014-05-151-7/+3
* Revert "Pepper: Fix channel init in ProxyChannel."dmichael@chromium.org2014-02-271-2/+3
* Pepper: Fix channel init in ProxyChannel.teravest@chromium.org2014-02-261-3/+2
* Support using TrackedCallbacks as hints to determine the handling thread of r...yzshen@chromium.org2013-12-121-34/+4
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-1/+0
* Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s...avi@chromium.org2013-07-181-2/+2
* Update ppapi/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-1/+1
* Fix for deadlock in multi-threaded pepper code. Uses a similarnfullagar@chromium.org2013-05-011-7/+16
* Pepper: Fix use-after-free bug in PluginVarTracker.teravest@chromium.org2013-04-261-0/+3
* Use an explicit PID for duplicating Pepper handles rather than the Channel's.brettw@chromium.org2013-01-041-1/+3
* PPAPI: Move PPB_Console out of dev.ncbray@chromium.org2012-12-131-1/+1
* Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource m...raymes@chromium.org2012-12-081-0/+1
* Revert 171408raymes@chromium.org2012-12-061-1/+0
* Revert 171389raymes@chromium.org2012-12-061-0/+1
* Revert 171080raymes@chromium.org2012-12-061-1/+0
* Introduce PPB_AudioInput_Dev v0.3 and refactor the device enumeration code:yzshen@chromium.org2012-12-051-2/+3
* The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. C...raymes@chromium.org2012-12-041-0/+1
* Refactor PPB_Flash_Fullscreen to the new resource model.raymes@chromium.org2012-11-301-2/+1
* Pepper proxy: make the browser sender handle the proxy lock properly.yzshen@chromium.org2012-11-271-0/+4
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Enable pepper threading by default.brettw@chromium.org2012-11-081-9/+19
* DLOG rather than DCHECK in GetBrowserInterface when name is NULL.bbudge@chromium.org2012-11-021-3/+6
* Move flash clipboard to the new proxy and add custom format supportraymes@chromium.org2012-11-011-0/+1
* Implement plugin side of sync EnumerateVideoCaptureDevicesraymes@chromium.org2012-10-111-0/+1
* Pepper WebSocket API: Implement new design Chrome IPC.toyoshim@chromium.org2012-10-091-1/+2
* Hook up PpapiPermissions in more places.brettw@chromium.org2012-10-021-1/+2
* Implement browser side of PPB_Printing resource.raymes@chromium.org2012-09-271-0/+4
* Implement the gamepad API in the IPC proxybrettw@chromium.org2012-09-101-7/+14
* Add a skeleton gamepad resource.brettw@chromium.org2012-08-241-0/+1
* PPAPI: Make the proxy not issue redundant or stale calls to RequestSurroundin...viettrungluu@chromium.org2012-08-211-1/+3
* Bluetooth API: improve discoverybrettw@chromium.org2012-08-101-2/+1
* This implements the PPB_FileChooser resource as a new-style IPC-only resource.brettw@chromium.org2012-07-141-0/+17
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-231-7/+3
* Broker out PPAPI handle duplicationjschuh@chromium.org2012-05-111-3/+2
* Add a way to query whether a given instance is off-the-recordbrettw@chromium.org2012-05-021-2/+4
* Delete FunctionGroupBase from Pepper.brettw@chromium.org2012-04-301-2/+8