summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppapi_proxy_test.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use precompiled headers for most large projects where the .gyp filejoi@chromium.org2011-09-071-2/+2
* Create ppapi_proxy.dll and ppapi_shared.dll.darin@chromium.org2011-08-261-1/+0
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-2/+2
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-0/+3
* Unify var tracking between webkit and the proxy.brettw@chromium.org2011-08-091-3/+2
* Reland http://codereview.chromium.org/7312008/dmichael@chromium.org2011-07-081-0/+1
* Revert 91859 - Porting ppapi_tests framework to postMessage.dmichael@chromium.org2011-07-081-1/+0
* Porting ppapi_tests framework to postMessage.dmichael@chromium.org2011-07-081-0/+1
* Re-land the reverted CL:yzshen@chromium.org2011-07-011-0/+7
* Make o.o.p. proxy handle PPP_Instance versions 0.4 and 0.5.dmichael@chromium.org2011-06-291-28/+266
* Delete a few unused functions.thakis@chromium.org2011-04-251-7/+0
* Share PPAPI out-of-process plugins between renderer processes.brettw@chromium.org2011-02-131-3/+1
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-8/+88
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-0/+59