summaryrefslogtreecommitdiffstats
path: root/ppapi/c/dev
Commit message (Expand)AuthorAgeFilesLines
* Cleanup in the file chooser API.brettw@chromium.org2011-08-201-40/+70
* Removed PPB_Graphics3D::GetString(). Versioning should be handled in pepper a...alokp@chromium.org2011-08-162-29/+2
* Removed config management from Graphics3D API. It will be better handled in t...alokp@chromium.org2011-08-163-235/+64
* Pepper and WebKit API change to support a plugin knowing if a scrollbar is an...jam@chromium.org2011-08-102-5/+35
* 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
* Redid VideoDecodeAccelerator::Error codes and propagated to ppapi.fischman@chromium.org2011-07-203-26/+16
* Allow creation of input events. Revert changes to testing interface forbrettw@chromium.org2011-07-191-11/+2
* 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
* 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
* 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