summaryrefslogtreecommitdiffstats
path: root/ppapi/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup gles2 sample PPAPI plugin.fischman@chromium.org2011-07-122-93/+76
* PPAPI: Remove deprecated PP_ERROR_WOULDBLOCK and PP_Error_WouldBlock.polina@google.com2011-07-091-2/+1
* Implement proper synchronization between HW video decode IPC and CommandBuffer.fischman@chromium.org2011-06-291-17/+1
* Enable building ppapi/examples on Windows.darin@chromium.org2011-06-273-25/+26
* Don't copy the Graphics2D when binding a new one. This brings thebrettw@google.com2011-06-241-1/+2
* Fix PPB_VideoDecoder_Impl::NotifyEndOfBitstreamBuffer to use correct ID.fischman@chromium.org2011-06-211-18/+34
* Fix crashes when loading gles2.cc on browser startup, and during playback.fischman@chromium.org2011-06-211-17/+40
* Uncomment PPAPI examples to prevent bit-rot.fischman@chromium.org2011-06-201-0/+6
* Modify PPAPI GLES2 example to be an example of VideoDecode_Dev APIvrk@google.com2011-06-153-75/+12948
* Use the WebKit default fonts when specifying generic font families.brettw@chromium.org2011-05-261-4/+55
* Fix event dispatching for PPB_Messaging::PostMessage. I asked Adam about the...dmichael@chromium.org2011-05-131-31/+32
* Convert audio-related messages to the new thunk/API system for Pepper.brettw@chromium.org2011-05-131-1/+1
* Create a super-simple PPAPI demo plugin exercising GLES2 functionality.fischman@chromium.org2011-04-112-0/+154