summaryrefslogtreecommitdiffstats
path: root/ppapi/thunk
Commit message (Expand)AuthorAgeFilesLines
* Cleanup in the file chooser API.brettw@chromium.org2011-08-203-4/+7
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-186-12/+10
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-5/+13
* Removed PPB_Graphics3D::GetString(). Versioning should be handled in pepper a...alokp@chromium.org2011-08-161-6/+0
* Removed config management from Graphics3D API. It will be better handled in t...alokp@chromium.org2011-08-163-21/+3
* Implement PPB_Flash_TCPSocket.InitiateSSL.yzshen@chromium.org2011-08-162-7/+10
* Remove the old type system for proxied resources. These were no longer being ...brettw@chromium.org2011-08-121-7/+2
* Add Graphics3DTrusted dev interface for proxy.nfullagar@google.com2011-08-111-0/+2
* Pepper and WebKit API change to support a plugin knowing if a scrollbar is an...jam@chromium.org2011-08-103-4/+13
* Fix raw key down events in Pepper.piman@google.com2011-08-091-0/+1
* Reland 95309. Add a template to handle properly issuing completion callbacks.brettw@chromium.org2011-08-084-35/+20
* Video Capture Pepper APIpiman@chromium.org2011-08-064-0/+104
* Revert 95309 - I need to fix some bugs with this.brettw@chromium.org2011-08-034-20/+35
* Add a template to handle properly issuing completion callbacks. This fixesbrettw@chromium.org2011-08-034-35/+20
* Added PPB_Graphics3D_Dev::Resize to let plugins resize the backing surface.alokp@chromium.org2011-08-012-0/+9
* PPAPI interface for reading the enterprise policy as a big JSON blob.ajwong@chromium.org2011-07-303-1/+39
* PPB_VideoDecoder_Dev::Initialize is now synchronous!fischman@chromium.org2011-07-293-19/+8
* Update PPB_Flash_TCPSocket implementation to support force async callback.yzshen@chromium.org2011-07-251-11/+17
* Convert input event to interface version 1.0. Rename some of the mouse andbrettw@chromium.org2011-07-202-7/+7
* Binding Graphics3D with Instance and OpenGLES2 interface.alokp@chromium.org2011-07-191-0/+9
* Allow creation of input events. Revert changes to testing interface forbrettw@chromium.org2011-07-192-0/+69
* Update the widget API to use the new InputEvent resource rather than the oldbrettw@chromium.org2011-07-192-3/+3
* Remove redundant size and type information from VideoDecode PPAPIvrk@google.com2011-07-192-7/+7
* Re-land r92885, which was reverted in r92891.alokp@chromium.org2011-07-193-0/+149
* Revert 92885 - Completed the implementation for PPB_Graphics3D interface.alokp@chromium.org2011-07-183-149/+0
* Completed the implementation for PPB_Graphics3D interface.alokp@chromium.org2011-07-183-0/+149
* Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.fischman@chromium.org2011-07-152-7/+4
* Remove untrusted scripting support.dmichael@chromium.org2011-07-142-18/+0
* Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...fischman@chromium.org2011-07-132-33/+15
* Reland http://codereview.chromium.org/7292033dmichael@chromium.org2011-07-132-6/+6
* Revert 92302 - First pass at revving stable pepper interfaces to 1.0.dmichael@chromium.org2011-07-132-6/+6
* First pass at revving stable pepper interfaces to 1.0.dmichael@chromium.org2011-07-132-6/+6
* Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...sanga@chromium.org2011-07-079-33/+32
* Add interfaces for requesting and receiving input event resources.brettw@chromium.org2011-07-074-0/+266
* Move PPB_Zoom and PPB_Messageing to the thunk system. Implement PPB_Messagingbrettw@chromium.org2011-07-064-0/+88
* Re-land the reverted CL:yzshen@chromium.org2011-07-014-0/+162
* Add a flag field to PP_CompletionCallback to control if the callback shouldpolina@google.com2011-06-3019-93/+203
* Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.dpapad@chromium.org2011-06-304-162/+0
* Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.yzshen@chromium.org2011-06-304-0/+162
* Fix typo in ppb_scrollbar_thunk.ccsail@chromium.org2011-06-291-1/+1
* Add virtual destructors for the Pepper API thunks.brettw@chromium.org2011-06-2734-12/+83
* Make scrollbar GetThickness take a resource argument. This allows simlperbrettw@chromium.org2011-06-234-0/+117
* Convert most remaining resources to use the API/thunk system. The significantbrettw@chromium.org2011-06-2212-0/+678
* Move the video decoder and video layer to the new API/thunk system.brettw@chromium.org2011-06-186-2/+271
* Convert the URL loading objects to the API/thunk system.brettw@chromium.org2011-06-171-0/+8
* Move fullscreen and instance to the new thunk system.brettw@chromium.org2011-06-1516-0/+749
* Implement flash menu and net connector resources using the API/thunk model.brettw@chromium.org2011-06-159-2/+228
* Implement out-of-process proxy for PPB_Buffer_Dev.fischman@chromium.org2011-06-104-3/+59
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-0116-0/+726
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-0116-726/+0