summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Trivial fixes to PPAPInoelallen@google.com2011-07-071-0/+1
* Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...sanga@chromium.org2011-07-0713-45/+52
* Add interfaces for requesting and receiving input event resources.brettw@chromium.org2011-07-079-0/+413
* Move PPB_Zoom and PPB_Messageing to the thunk system. Implement PPB_Messagingbrettw@chromium.org2011-07-063-0/+42
* Add PPB_Memory_Dev to the proxy.dspringer@chromium.org2011-07-064-0/+103
* Fix clang warning.yzshen@chromium.org2011-07-011-1/+2
* Re-land the reverted CL:yzshen@chromium.org2011-07-0113-1/+619
* Add a flag field to PP_CompletionCallback to control if the callback shouldpolina@google.com2011-06-309-10/+10
* Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.dpapad@chromium.org2011-06-3011-610/+1
* Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.yzshen@chromium.org2011-06-3011-1/+610
* Add owners files to ppapi.brettw@chromium.org2011-06-291-0/+2
* Make o.o.p. proxy handle PPP_Instance versions 0.4 and 0.5.dmichael@chromium.org2011-06-2914-116/+824
* Make scrollbar GetThickness take a resource argument. This allows simlperbrettw@chromium.org2011-06-232-0/+8
* Fix the ARM build. Apparently it's picky about the difference between NULLbrettw@chromium.org2011-06-221-1/+1
* Convert most remaining resources to use the API/thunk system. The significantbrettw@chromium.org2011-06-2213-731/+642
* Fixing coverity PASS_BY_VALUE bugs.dpapad@chromium.org2011-06-224-4/+4