summaryrefslogtreecommitdiffstats
path: root/ppapi/c/dev
Commit message (Expand)AuthorAgeFilesLines
* Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...fischman@chromium.org2011-07-132-162/+49
* 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
* Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...sanga@chromium.org2011-07-071-2/+2
* Add PPB_Memory_Dev. This is the first of a few CLs needed to pull MemAlloc anddspringer@chromium.org2011-07-051-0/+51
* Add a flag field to PP_CompletionCallback to control if the callback shouldpolina@google.com2011-06-3010-30/+26
* Make scrollbar GetThickness take a resource argument. This allows simlperbrettw@chromium.org2011-06-231-2/+24
* Convert most remaining resources to use the API/thunk system. The significantbrettw@chromium.org2011-06-221-0/+1
* Move the video decoder and video layer to the new API/thunk system.brettw@chromium.org2011-06-182-70/+26
* Update PPP_Printing_Dev to always make both versions of types available.dmichael@chromium.org2011-06-171-47/+101
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-103-15/+27
* Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPIdavemoore@chromium.org2011-06-103-27/+15
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-103-15/+27
* Revert 87919 - Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix i...polina@google.com2011-06-062-24/+30
* Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix interface functi...thakis@chromium.org2011-06-042-30/+24
* PPAPI: Fix interface functions that take PP_CompletionCallbacks, but don'tpolina@google.com2011-06-042-24/+30
* Implementation for Pepper C++ Video Decoder API (wrapper on top of C API).vmr@chromium.org2011-06-031-5/+5
* Small fix on Pepper Video Decoder API data types.vmr@chromium.org2011-05-311-4/+16
* Use the WebKit default fonts when specifying generic font families.brettw@chromium.org2011-05-261-3/+16
* Add initialization callback support for Video Decoder PPAPI.vrk@google.com2011-05-251-3/+5
* Change PPP_Printing_Dev QuerySupportedFormats to not require MemAlloc and Mem...dmichael@chromium.org2011-05-191-9/+71
* Support getting the font list in Pepper. This currently only works out ofbrettw@chromium.org2011-05-181-71/+125
* Updated PPAPI Video Decoder CPP interface to reflect the status of C API.vmr@chromium.org2011-05-161-0/+46
* Implement VideoDecoder IPC hooks from plugin to GPU processvrk@google.com2011-05-133-13/+12
* Update VideoDecode PPAPI structs to be consistent with media structures, part 1vrk@google.com2011-05-103-170/+92
* Pepper video layer APIhclam@chromium.org2011-04-293-0/+192
* Rework FlushSync to return early if commands have been processed since the la...piman@google.com2011-04-281-2/+14
* Add version-specific defines for each C interface.brettw@chromium.org2011-04-2729-29/+64
* Add an initial crypto interface to fill a given buffer with random data. Thisbrettw@chromium.org2011-04-201-0/+21
* Draft version of the HW video decode tester and few other changes.scherkus@chromium.org2011-04-141-6/+7
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-4/+4
* Reupload of http://codereview.chromium.org/6801053/dmichael@chromium.org2011-04-082-145/+0
* Added and partially implemented entry points for PPB_GRAPHICS_3D.alokp@chromium.org2011-04-071-0/+1
* Pepper3D API change - merging PPB_Surface3D and PPB_Context3D into PPB_Graphi...alokp@chromium.org2011-04-072-22/+137
* Add GetPluginURL to PPB_URLUtil_Devpiman@google.com2011-03-311-1/+12
* Checking in major revision of Pepper video decode APIs.scherkus@chromium.org2011-03-313-353/+538
* Fix up some types in the API.neb@chromium.org2011-03-281-2/+2
* A proposal and implementation for an initial postMessage interface. These in...dmichael@google.com2011-03-232-0/+145
* Add an (unimplemented) API for getting the available list of font families onbrettw@chromium.org2011-03-191-0/+45
* Add a console interface for logging to the JS console from a PPAPI plugin.brettw@chromium.org2011-03-111-0/+45
* Clarify/fix fullscreen semantics, and add GetScreenSizepiman@google.com2011-03-081-5/+14
* Adding missing forward declaration of struct PP_CompletionCallback.brettw@chromium.org2011-03-041-0/+2
* Implement the grab/grabbing cursors (for Mac/GTK).avi@chromium.org2011-03-022-2/+4
* Add PPB_URLUtil_Dev::GetDocumentURLpiman@google.com2011-03-021-21/+29
* Pin the PPAPI custom cursor value. PPAPI is intended to be frozen, so make sp...avi@chromium.org2011-02-241-3/+3
* Pepper: Increment the version numbers for PPB_{FileRef,FileSystem}_Dev.viettrungluu@chromium.org2011-02-232-3/+3
* Add some files to the C compilation test, and fix the stuff that wasn't C com...dmichael@google.com2011-02-231-5/+5
* Implement the filesystem proxy. This allows the FileRef tests (the ones whichbrettw@chromium.org2011-02-213-6/+25
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-171-8/+2
* Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-161-16/+18