summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppapi_proxy_test.cc
Commit message (Expand)AuthorAgeFilesLines
* PPAPI: Purposely leak ProxyLock, fix shutdown racedmichael@chromium.org2013-09-171-0/+7
* Revert "PPAPI: Purposely leak ProxyLock, fix shutdown race"dmichael@chromium.org2013-09-121-7/+0
* PPAPI: Purposely leak ProxyLock, fix shutdown racedmichael@chromium.org2013-09-121-0/+7
* move BrowserFontResource_Trusted to content/childscottmg@chromium.org2013-07-251-0/+8
* Update include paths in ppapi/proxy for base/process changes.rsesek@chromium.org2013-07-251-1/+0
* Do not forget to detach message loop from thread in ppapi_unittests.earthdok@chromium.org2013-07-151-0/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Implementation of URLLoader using PluginResource/ResourceHost.bbudge@chromium.org2013-05-161-6/+0
* ppapi: Use base::MessageLoop.xhwang@chromium.org2013-05-061-1/+1
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-301-3/+12
* Revert 191420 "PPAPI: Remove threading options; it's always on"rlarocque@chromium.org2013-03-291-12/+3
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-291-3/+12
* Revert 189518 "PPAPI: Remove threading options; it's always on"dmichael@chromium.org2013-03-211-12/+3
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-211-3/+12
* Revert 187427 "PPAPI: Remove threading options; it's always on"karen@chromium.org2013-03-131-12/+3
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-121-3/+12
* Revert 187340 "PPAPI: Remove threading options; it's always on"dmichael@chromium.org2013-03-111-12/+3
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-111-3/+12
* Revert 186925 since it breaks many of the builds on the bots (e.g.aberent@google.com2013-03-081-12/+3
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-081-3/+12
* Fix the comment of PPB_MessageLoop.PostWork()yzshen@chromium.org2013-01-171-2/+0
* Pepper: Introduce ThreadAwareCallback.yzshen@chromium.org2013-01-171-18/+136
* Use an explicit PID for duplicating Pepper handles rather than the Channel's.brettw@chromium.org2013-01-041-3/+5
* PPAPI: Check permissions for VarDeprecated and PPP_Classdmichael@chromium.org2012-12-121-2/+2
* Refactor PPB_Flash_Fullscreen to the new resource model.raymes@chromium.org2012-11-301-1/+3
* Pepper proxy: make the browser sender handle the proxy lock properly.yzshen@chromium.org2012-11-271-6/+0
* Fix ppapi TwoWayTest so that it constructs a unique IPC::ChannelHandle.raymes@chromium.org2012-10-171-2/+8
* Hook up PpapiPermissions in more places.brettw@chromium.org2012-10-021-2/+6
* Various fixes to make ppapi_unittests pass again.raymes@chromium.org2012-09-191-6/+44
* Bluetooth API: improve discoverybrettw@chromium.org2012-08-101-0/+5
* This implements the PPB_FileChooser resource as a new-style IPC-only resource.brettw@chromium.org2012-07-141-1/+0
* This adds an interface for setting crash data from a plugin. It also provides...raymes@chromium.org2012-06-271-0/+4
* PPAPI/NaCl: Reinitialize some stuff when the ipc proxy starts.dmichael@chromium.org2012-06-191-2/+2
* Propogate the UI language on the command line and expose to Flash.brettw@chromium.org2012-06-111-0/+4
* Broker out PPAPI handle duplicationjschuh@chromium.org2012-05-111-4/+20
* Add a way to query whether a given instance is off-the-recordbrettw@chromium.org2012-05-021-2/+4
* This adds a hang monitor for Pepper plugins. It monitors sync messages on the...brettw@chromium.org2012-04-131-3/+14
* Relanding this with fixes to the mac dbg builderananta@chromium.org2012-01-201-11/+0
* Revert 118385 since this seems to break mac-debug build.sadrul@chromium.org2012-01-201-0/+11
* Remove the Webkit thread in the PPAPI plugin process and perform the text and...ananta@chromium.org2012-01-191-11/+0
* Reland 9034035: Make it possible to have 1 PpapiGlobals per thread.dmichael@chromium.org2012-01-121-4/+12
* Revert 117399 - Make it possible to have 1 PpapiGlobals per thread. Update un...tommi@chromium.org2012-01-121-12/+4
* Make it possible to have 1 PpapiGlobals per thread. Update unit tests.dmichael@chromium.org2012-01-121-4/+12
* Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastruct...brettw@chromium.org2011-12-201-7/+11
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-201-8/+3
* Revert 106142 - Add a new globals object for PPAPI tracking information.sail@chromium.org2011-10-181-3/+8
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-181-8/+3
* Fix the PPAPI unittests by hooking up the new proxy function.brettw@chromium.org2011-10-171-7/+11
* Convert ppapi/* to use base::Bind.dmichael@chromium.org2011-10-041-9/+10