summaryrefslogtreecommitdiffstats
path: root/ppapi/c
Commit message (Expand)AuthorAgeFilesLines
* Formatting changesjond@google.com2011-08-125-47/+96
* Pepper and WebKit API change to support a plugin knowing if a scrollbar is an...jam@chromium.org2011-08-102-5/+35
* PPAPI: header comments on when PPP_Instance::DidDestroy and PPP_ShutdownModulepolina@google.com2011-08-082-13/+18
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-061-0/+2
* Video Capture Pepper APIpiman@chromium.org2011-08-063-0/+209
* Added PPB_Graphics3D_Dev::Resize to let plugins resize the backing surface.alokp@chromium.org2011-08-011-2/+14
* PPAPI interface for reading the enterprise policy as a big JSON blob.ajwong@chromium.org2011-07-302-0/+57
* PPB_VideoDecoder_Dev::Initialize is now synchronous!fischman@chromium.org2011-07-291-23/+9
* Re-added decoder id to PPP_VideoDecoder_Dev methodsfischman@chromium.org2011-07-221-9/+20
* PPAPI: Make forceasync callback option the default.polina@google.com2011-07-221-6/+2
* Remove the requirement that keyboard events be sent in filtered mode. Thisbrettw@chromium.org2011-07-221-9/+10
* Clarify the requirements of the GetInterface function that the plugin mustbrettw@chromium.org2011-07-221-1/+11
* Convert input event to interface version 1.0. Rename some of the mouse andbrettw@chromium.org2011-07-206-40/+54
* Redid VideoDecodeAccelerator::Error codes and propagated to ppapi.fischman@chromium.org2011-07-203-26/+16
* Reland http://codereview.chromium.org/7452002/ againdmichael@chromium.org2011-07-202-73/+10
* Revert 93223 - Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-202-10/+73
* Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-202-73/+10
* Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-202-10/+73
* Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-202-73/+10
* Missing changes for IDLnoelallen@google.com2011-07-192-4/+10
* Allow creation of input events. Revert changes to testing interface forbrettw@chromium.org2011-07-192-11/+42
* Update the widget API to use the new InputEvent resource rather than the oldbrettw@chromium.org2011-07-192-7/+14
* Removing file io, file ref, and file sytem from dev.sanga@chromium.org2011-07-194-92/+0
* Remove redundant size and type information from VideoDecode PPAPIvrk@google.com2011-07-193-50/+10
* Re-land r92885, which was reverted in r92891.alokp@chromium.org2011-07-191-0/+104
* More trivial cleanupi of ppapi/c headersnoelallen@google.com2011-07-1934-476/+376
* More trivial cleanupi of ppapi/c/trusted headersnoelallen@google.com2011-07-187-85/+205
* Revert 92885 - Completed the implementation for PPB_Graphics3D interface.alokp@chromium.org2011-07-181-104/+0
* Completed the implementation for PPB_Graphics3D interface.alokp@chromium.org2011-07-181-0/+104
* Clean up the file dev interfaces. The combination of some dev and some nonbrettw@chromium.org2011-07-154-235/+10
* Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.fischman@chromium.org2011-07-152-29/+13
* Remove untrusted scripting support.dmichael@chromium.org2011-07-142-63/+0
* Removed MemAlloc and MemFree from PPB_Coremball@google.com2011-07-141-20/+2
* Trivial ppapi/c headers changesnoelallen@google.com2011-07-145-13/+15
* Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...fischman@chromium.org2011-07-132-162/+49
* Reland http://codereview.chromium.org/7292033dmichael@chromium.org2011-07-1315-18/+33
* Revert 92302 - First pass at revving stable pepper interfaces to 1.0.dmichael@chromium.org2011-07-1314-31/+16
* First pass at revving stable pepper interfaces to 1.0.dmichael@chromium.org2011-07-1314-16/+31
* Add a network state notification interface to Pepper. Some plugins will needbrettw@chromium.org2011-07-121-0/+27
* Move the default Scrollbar implementation to 0.4 and update the C++ wrapper.brettw@chromium.org2011-07-121-3/+3
* Trivial changes to PPAPI headersnoelallen@google.com2011-07-1211-98/+133
* PPAPI: Remove deprecated PP_ERROR_WOULDBLOCK and PP_Error_WouldBlock.polina@google.com2011-07-091-1/+0
* Add comments to explain PP_URLResponseProperty enum values and their use. See...bbudge@chromium.org2011-07-091-10/+41
* New documentation for one of the file io headers.jond@google.com2011-07-071-2/+62
* All new file i/o documentation.jond@google.com2011-07-073-88/+377
* Trivial fixes to PPAPInoelallen@google.com2011-07-071-2/+1
* Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...sanga@chromium.org2011-07-072-5/+5
* Add interfaces for requesting and receiving input event resources.brettw@chromium.org2011-07-075-74/+550
* Misc. changes. Mostly formatting. jond@google.com2011-07-0613-374/+481
* Add PPB_Memory_Dev. This is the first of a few CLs needed to pull MemAlloc anddspringer@chromium.org2011-07-051-0/+51