summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* Add the PP_Instance to resource object base.brettw@chromium.org2011-08-111-1/+2
* Move the refcounting from the proxy/impl resource object to the shared resour...brettw@chromium.org2011-08-111-3/+1
* Convert the PluginResource to be refcounted.brettw@chromium.org2011-08-1126-63/+54
* Unify var tracking between webkit and the proxy.brettw@chromium.org2011-08-0919-520/+441
* PPB/PPP_VideoCapture_Dev proxypiman@chromium.org2011-08-099-3/+605
* Reland 95309. Add a template to handle properly issuing completion callbacks.brettw@chromium.org2011-08-0810-107/+178
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-0610-35/+772
* Video Capture Pepper APIpiman@chromium.org2011-08-063-0/+8
* Revert 95309 - I need to fix some bugs with this.brettw@chromium.org2011-08-0310-177/+107
* Add a template to handle properly issuing completion callbacks. This fixesbrettw@chromium.org2011-08-0310-107/+177
* Proxy PPP_Messaging.dmichael@chromium.org2011-08-0315-43/+381
* Remove a few unused functions.thakis@chromium.org2011-08-021-8/+0
* Allow reentrancy for HostDispatcher::GetProxiedInterfacevrk@google.com2011-08-021-1/+5
* Move Var and StringVar to the ppapi/shared_impl so they can be used in thebrettw@chromium.org2011-08-012-0/+37
* Add additional unit tests for the plugin side of SerializedVar object proxying.brettw@chromium.org2011-08-013-5/+136
* Various fixes to Graphics3D proxy to make it work.alokp@chromium.org2011-08-012-6/+12
* PPAPI interface for reading the enterprise policy as a big JSON blob.ajwong@chromium.org2011-07-302-0/+6
* PPB_VideoDecoder_Dev::Initialize is now synchronous!fischman@chromium.org2011-07-292-2/+8
* Implemented CommandBuffer::GetState Graphics3D.apatrick@chromium.org2011-07-261-0/+5
* Fix input event resource proxying functions in the Chrome IPC proxy. Thebrettw@chromium.org2011-07-223-4/+46
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-211-0/+5
* Convert input event to interface version 1.0. Rename some of the mouse andbrettw@chromium.org2011-07-202-11/+11
* Reland http://codereview.chromium.org/7452002/ againdmichael@chromium.org2011-07-207-102/+14
* Revert 93223 - Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-207-14/+102
* Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-207-102/+14
* Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-207-14/+102
* Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-207-102/+14
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-201-5/+0
* Binding Graphics3D with Instance and OpenGLES2 interface.alokp@chromium.org2011-07-194-893/+9
* Allow creation of input events. Revert changes to testing interface forbrettw@chromium.org2011-07-193-21/+94
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-192-8/+5
* Update the widget API to use the new InputEvent resource rather than the oldbrettw@chromium.org2011-07-191-0/+21
* Re-land r92885, which was reverted in r92891.alokp@chromium.org2011-07-197-1/+804
* Revert 92885 - Completed the implementation for PPB_Graphics3D interface.alokp@chromium.org2011-07-187-804/+1
* Completed the implementation for PPB_Graphics3D interface.alokp@chromium.org2011-07-187-1/+804
* Remove untrusted scripting support.dmichael@chromium.org2011-07-148-181/+7
* Removed MemAlloc and MemFree from PPB_Coremball@google.com2011-07-142-8/+6
* Hook up the network status notifications to out-of-process Pepper plugins.brettw@chromium.org2011-07-141-0/+5
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-141-0/+6
* Add instrumentation and checks to help debugging plugins.piman@chromium.org2011-07-133-1/+18
* Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...kbr@chromium.org2011-07-131-6/+0
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-131-0/+6
* Reland http://codereview.chromium.org/7292033dmichael@chromium.org2011-07-133-2/+16
* Revert 92302 - First pass at revving stable pepper interfaces to 1.0.dmichael@chromium.org2011-07-133-16/+2
* First pass at revving stable pepper interfaces to 1.0.dmichael@chromium.org2011-07-133-2/+16
* Move the time conversion code to the PPAPI shared_impl directory and use it inbrettw@chromium.org2011-07-121-5/+6
* Reland http://codereview.chromium.org/7312008/dmichael@chromium.org2011-07-084-1/+19
* Revert 91859 - Porting ppapi_tests framework to postMessage.dmichael@chromium.org2011-07-084-19/+1
* Porting ppapi_tests framework to postMessage.dmichael@chromium.org2011-07-084-1/+19
* Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead.brettw@chromium.org2011-07-089-25/+17