summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-1/+1
* Update PPB_Flash_TCPSocket implementation to support force async callback.yzshen@chromium.org2011-07-251-5/+5
* Re-added decoder id to PPP_VideoDecoder_Dev methodsfischman@chromium.org2011-07-222-15/+25
* Convert input event to interface version 1.0. Rename some of the mouse andbrettw@chromium.org2011-07-203-41/+253
* Reland http://codereview.chromium.org/7452002/ againdmichael@chromium.org2011-07-203-20/+1
* Revert 93223 - Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-203-1/+20
* Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-203-20/+1
* Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-203-1/+20
* Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-203-20/+1
* Binding Graphics3D with Instance and OpenGLES2 interface.alokp@chromium.org2011-07-192-0/+12
* Allow creation of input events. Revert changes to testing interface forbrettw@chromium.org2011-07-192-0/+71
* Update the widget API to use the new InputEvent resource rather than the oldbrettw@chromium.org2011-07-192-5/+5
* Create a way to iterate over instances in a module in the C++ wrapper.brettw@chromium.org2011-07-191-1/+5
* Removing file io, file ref, and file sytem from dev.sanga@chromium.org2011-07-193-48/+0
* Implemented cpp interface for PPB_Graphics3D_Dev. Needed to port gpu demos.alokp@chromium.org2011-07-192-3/+69
* Remove redundant size and type information from VideoDecode PPAPIvrk@google.com2011-07-194-9/+7
* Remove common.h from the build. This only included the bool converters whichbrettw@chromium.org2011-07-192-41/+0
* Clean up the file dev interfaces. The combination of some dev and some nonbrettw@chromium.org2011-07-158-378/+12
* Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.fischman@chromium.org2011-07-154-37/+21
* Remove untrusted scripting support.dmichael@chromium.org2011-07-147-294/+16
* Removed MemAlloc and MemFree from PPB_Coremball@google.com2011-07-144-24/+16
* Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...fischman@chromium.org2011-07-132-54/+12
* Updating the C++ PPAPI to use non-dev File interfaces.sanga@chromium.org2011-07-135-18/+18
* Make pp::CompletionCallback have a default constructor (which blocks),jvoung@google.com2011-07-132-3/+18
* Move the default Scrollbar implementation to 0.4 and update the C++ wrapper.brettw@chromium.org2011-07-121-1/+1
* Add an example for using the URLLoader in streaming mode. This also avoids thebrettw@chromium.org2011-07-121-58/+1
* PPAPI: Remove deprecated PP_ERROR_WOULDBLOCK and PP_Error_WouldBlock.polina@google.com2011-07-091-2/+2
* Fix return statement in ppapi/cpp/input_event.ccdmichael@chromium.org2011-07-091-1/+1
* C++ File IO documentation. This is more-or-less a copy and paste from the C d...jond@google.com2011-07-083-15/+222
* Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead.brettw@chromium.org2011-07-0820-78/+53
* Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...sanga@chromium.org2011-07-073-9/+9
* Minor changes to Doxygen filesjond@google.com2011-07-073-38/+98
* Add interfaces for requesting and receiving input event resources.brettw@chromium.org2011-07-076-2/+556
* Formatting changes. jond@google.com2011-07-0611-348/+455
* Add PPB_Memory_Dev. This is the first of a few CLs needed to pull MemAlloc anddspringer@chromium.org2011-07-052-0/+69
* Re-land the reverted CL:yzshen@chromium.org2011-07-012-0/+150
* Add a flag field to PP_CompletionCallback to control if the callback shouldpolina@google.com2011-06-3018-71/+153
* Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.dpapad@chromium.org2011-06-302-150/+0
* Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.yzshen@chromium.org2011-06-302-0/+150
* This CL is oringialy http://codereview.chromium.org/7210027sanga@chromium.org2011-06-276-0/+414
* Don't copy the Graphics2D when binding a new one. This brings thebrettw@google.com2011-06-242-43/+83
* New documentation for ppb_graphics_2d.h, graphics_2d.h, and image_data.hjond@google.com2011-06-232-34/+299
* audio.h: Fixed path jond@google.com2011-06-234-6/+6
* Make scrollbar GetThickness take a resource argument. This allows simlperbrettw@chromium.org2011-06-231-1/+1
* Remove GetSelectedText. This is never called. It was leftover from before webrettw@chromium.org2011-06-162-6/+0
* Make the exception for ExecuteScript a regular Var instead of a VarPrivate.brettw@chromium.org2011-06-162-3/+2
* Improve documentation of PPP_Instance and PPP_ShutdownModule. In particular, ...brettw@google.com2011-06-151-81/+181
* ppapi: Fix the copy constructor for pp::Buffer_Dev.thestig@chromium.org2011-06-152-8/+20
* Add proper support for copy-constructed pp::Buffer_Dev's.fischman@chromium.org2011-06-141-4/+7
* Remove incorrect comments from the audio config headers.elijahtaylor@google.com2011-06-131-3/+1