summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_testing_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Changes to allow testing interface for new NaCl Proxynfullagar@google.com2012-09-201-0/+6
* reland 121901, PPAPI: Add unlocking for PPP calls and callbacks...dmichael@chromium.org2012-02-151-2/+9
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-141-3/+1
* Revert 121901 - PPAPI: Add unlocking for PPP calls and callbacks. Add more lo...dpapad@chromium.org2012-02-141-9/+2
* PPAPI: Add unlocking for PPP calls and callbacks. Add more locking.dmichael@chromium.org2012-02-141-2/+9
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-141-4/+2
* Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.dmichael@chromium.org2011-12-221-1/+15
* GetDocumentURL is added to PPB_Testing_Dev.ygorshenin@google.com2011-12-151-1/+10
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-071-4/+4
* Revert 113290 - Rename the shared_impl resource files to give them more regul...brettw@chromium.org2011-12-071-4/+4
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-061-4/+4
* Add functions to generate input events to PPB_Testing_Dev. These makebbudge@chromium.org2011-11-201-1/+34
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-201-3/+3
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-201-4/+5
* Revert 106142 - Add a new globals object for PPAPI tracking information.sail@chromium.org2011-10-181-5/+4
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-181-4/+5
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-10/+13
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-13/+10
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-10/+13
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-13/+10
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-10/+13
* Reland http://codereview.chromium.org/7648033dmichael@chromium.org2011-08-301-1/+6
* Revert 98826 - Add means for running some tests only o-o-p. Add messaging non...dtseng@chromium.org2011-08-301-6/+1
* Add means for running some tests only o-o-p. Add messaging non-main thread test.dmichael@chromium.org2011-08-301-1/+6
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-5/+2
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-7/+8
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-0/+2
* Proxy PPP_Messaging.dmichael@chromium.org2011-08-031-16/+5
* Allow creation of input events. Revert changes to testing interface forbrettw@chromium.org2011-07-191-21/+0
* Update the widget API to use the new InputEvent resource rather than the oldbrettw@chromium.org2011-07-191-0/+21
* Implement proxy for FlashMenu and Run/QuitMessageLooppiman@google.com2011-02-151-12/+18
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-6/+15
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-11/+21
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-9/+22
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+4
* Convert Chrome PPAPI proxy from bool to PP_Bool.brettw@chromium.org2010-11-081-5/+5
* Add proxies for URLResponseInfo, URLRequestInfo, and Testing. The URLLoaderbrettw@chromium.org2010-11-051-0/+105