summaryrefslogtreecommitdiffstats
path: root/ppapi/examples
Commit message (Expand)AuthorAgeFilesLines
* Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_D...fischman@chromium.org2012-01-131-4/+0
* Pepper gamepad supportscottmg@chromium.org2012-01-102-0/+168
* Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-068-6/+9
* Update PPAPI IDL generator to define versioned structs, and unversioned typedef.wez@chromium.org2012-01-052-20/+19
* Hook up page visibility to the View info for a plugin.brettw@chromium.org2012-01-041-2/+14
* Revert 116281 - Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-048-9/+6
* Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-048-6/+9
* Change the DidChangeView update to take a new ViewChanged resource.brettw@chromium.org2012-01-031-9/+16
* Enhance PPAPI IME example for demonstrating features related to text selection.kinaba@chromium.org2011-12-141-28/+124
* (Cleanup) Use its own MIME type in the PPAPI IME example.kinaba@chromium.org2011-12-141-8/+8
* Pepper: Make the sample rate settable in the audio (output) example plugin.viettrungluu@chromium.org2011-11-302-27/+71
* Migrate gles2 from {Surface,Context}3D to Graphics3D.fischman@chromium.org2011-11-241-24/+23
* Pepper: Add an example/test plugin for audio input (a.k.a. microphone).viettrungluu@chromium.org2011-11-232-0/+212
* Fix ppapi mouse lock example to use document.webkitIsFullScreen.jeremya@chromium.org2011-11-031-3/+1
* Move PPB/PPP_MouseLock out of dev/.yzshen@chromium.org2011-10-161-3/+3
* Fix build error while building with 'make' (Complete build).qtc746@motorola.com2011-10-131-1/+1
* Fix for checkdeps.kinaba@chromium.org2011-10-121-11/+25
* Implement Pepper IME API.kinaba@chromium.org2011-10-122-0/+640
* Convert video capture/decoder stuff to IDL.brettw@chromium.org2011-10-071-2/+2
* Mouse lock example shouldn't allow any escape via mouse gesture.scheib@chromium.org2011-10-072-14/+18
* Only allow to lock the mouse when the tab is in fullscreen mode.yzshen@chromium.org2011-10-012-14/+63
* Replaced opengles.h with opengles2.halokp@chromium.org2011-09-271-1/+1
* Pepper Video Capture samplepiman@chromium.org2011-09-232-0/+395
* Fix permission.yzshen@chromium.org2011-09-222-0/+0
* Mouse lock implementation, including the renderer side and the Windows versio...yzshen@chromium.org2011-09-222-0/+297
* Renamed ppb_opengles.h to ppb_opengles2.h.alokp@chromium.org2011-09-151-1/+1
* reconstitute moving 3d out of dev CL. (previous attempt was reverted)nfullagar@google.com2011-09-071-9/+9
* Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-061-9/+9
* Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-061-9/+9
* Replace the use of an int32* with an explicit profile for decoder configuration.fischman@chromium.org2011-09-011-7/+2
* gles2: set the profile info in configashokm@nvidia.com2011-08-271-2/+6
* Cleanup in the file chooser API.brettw@chromium.org2011-08-201-16/+14
* Support multiple HW video decoders per context.fischman@chromium.org2011-08-172-114/+164
* Fix sporadic crash at the end of gles2 ppapi pluginvrk@google.com2011-08-102-18/+21
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-061-6/+11
* PPB_VideoDecoder_Dev::Initialize is now synchronous!fischman@chromium.org2011-07-291-8/+4
* Made Destroy() followup more aggressive to test for races.fischman@chromium.org2011-07-261-1/+22
* Re-added decoder id to PPP_VideoDecoder_Dev methodsfischman@chromium.org2011-07-221-13/+19
* Convert input event to interface version 1.0. Rename some of the mouse andbrettw@chromium.org2011-07-202-9/+8
* Redid VideoDecodeAccelerator::Error codes and propagated to ppapi.fischman@chromium.org2011-07-201-3/+33
* Reland http://codereview.chromium.org/7452002/ againdmichael@chromium.org2011-07-203-23/+21
* Revert 93223 - Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-203-21/+23
* Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-203-23/+21
* Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-203-21/+23
* Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-203-23/+21
* Remove redundant size and type information from VideoDecode PPAPIvrk@google.com2011-07-191-12/+10
* Clean up the file dev interfaces. The combination of some dev and some nonbrettw@chromium.org2011-07-151-2/+2
* Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.fischman@chromium.org2011-07-151-24/+17
* Turn off scripting by default. If this sticks, a later CL will delete all the...dmichael@chromium.org2011-07-132-14/+9
* Add an example for using the URLLoader in streaming mode. This also avoids thebrettw@chromium.org2011-07-124-0/+251