| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement Pepper IME API. | kinaba@chromium.org | 2011-10-12 | 2 | -0/+640 |
* | Convert video capture/decoder stuff to IDL. | brettw@chromium.org | 2011-10-07 | 1 | -2/+2 |
* | Mouse lock example shouldn't allow any escape via mouse gesture. | scheib@chromium.org | 2011-10-07 | 2 | -14/+18 |
* | Only allow to lock the mouse when the tab is in fullscreen mode. | yzshen@chromium.org | 2011-10-01 | 2 | -14/+63 |
* | Replaced opengles.h with opengles2.h | alokp@chromium.org | 2011-09-27 | 1 | -1/+1 |
* | Pepper Video Capture sample | piman@chromium.org | 2011-09-23 | 2 | -0/+395 |
* | Fix permission. | yzshen@chromium.org | 2011-09-22 | 2 | -0/+0 |
* | Mouse lock implementation, including the renderer side and the Windows versio... | yzshen@chromium.org | 2011-09-22 | 2 | -0/+297 |
* | Renamed ppb_opengles.h to ppb_opengles2.h. | alokp@chromium.org | 2011-09-15 | 1 | -1/+1 |
* | reconstitute moving 3d out of dev CL. (previous attempt was reverted) | nfullagar@google.com | 2011-09-07 | 1 | -9/+9 |
* | Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev. | nfullagar@google.com | 2011-09-06 | 1 | -9/+9 |
* | Move PPAPI graphics3d and opengles interfaces out of Dev. | nfullagar@google.com | 2011-09-06 | 1 | -9/+9 |
* | Replace the use of an int32* with an explicit profile for decoder configuration. | fischman@chromium.org | 2011-09-01 | 1 | -7/+2 |
* | gles2: set the profile info in config | ashokm@nvidia.com | 2011-08-27 | 1 | -2/+6 |
* | Cleanup in the file chooser API. | brettw@chromium.org | 2011-08-20 | 1 | -16/+14 |
* | Support multiple HW video decoders per context. | fischman@chromium.org | 2011-08-17 | 2 | -114/+164 |
* | Fix sporadic crash at the end of gles2 ppapi plugin | vrk@google.com | 2011-08-10 | 2 | -18/+21 |
* | Implement PPAPI VideoDecode out-of-process support | vrk@chromium.org | 2011-08-06 | 1 | -6/+11 |
* | PPB_VideoDecoder_Dev::Initialize is now synchronous! | fischman@chromium.org | 2011-07-29 | 1 | -8/+4 |
* | Made Destroy() followup more aggressive to test for races. | fischman@chromium.org | 2011-07-26 | 1 | -1/+22 |
* | Re-added decoder id to PPP_VideoDecoder_Dev methods | fischman@chromium.org | 2011-07-22 | 1 | -13/+19 |
* | Convert input event to interface version 1.0. Rename some of the mouse and | brettw@chromium.org | 2011-07-20 | 2 | -9/+8 |
* | Redid VideoDecodeAccelerator::Error codes and propagated to ppapi. | fischman@chromium.org | 2011-07-20 | 1 | -3/+33 |
* | Reland http://codereview.chromium.org/7452002/ again | dmichael@chromium.org | 2011-07-20 | 3 | -23/+21 |
* | Revert 93223 - Reland http://codereview.chromium.org/7452002/ | dmichael@chromium.org | 2011-07-20 | 3 | -21/+23 |
* | Reland http://codereview.chromium.org/7452002/ | dmichael@chromium.org | 2011-07-20 | 3 | -23/+21 |
* | Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0. | dmichael@chromium.org | 2011-07-20 | 3 | -21/+23 |
* | Remove HandleInputEvent from PPP_Instance and freeze to 1.0. | dmichael@chromium.org | 2011-07-20 | 3 | -23/+21 |
* | Remove redundant size and type information from VideoDecode PPAPI | vrk@google.com | 2011-07-19 | 1 | -12/+10 |
* | Clean up the file dev interfaces. The combination of some dev and some non | brettw@chromium.org | 2011-07-15 | 1 | -2/+2 |
* | Enable fire-and-forget Destroy of HW video decoder, and misc other improvements. | fischman@chromium.org | 2011-07-15 | 1 | -24/+17 |
* | Turn off scripting by default. If this sticks, a later CL will delete all the... | dmichael@chromium.org | 2011-07-13 | 2 | -14/+9 |
* | Add an example for using the URLLoader in streaming mode. This also avoids the | brettw@chromium.org | 2011-07-12 | 4 | -0/+251 |
* | Cleanup gles2 sample PPAPI plugin. | fischman@chromium.org | 2011-07-12 | 2 | -93/+76 |
* | PPAPI: Remove deprecated PP_ERROR_WOULDBLOCK and PP_Error_WouldBlock. | polina@google.com | 2011-07-09 | 1 | -2/+1 |
* | Implement proper synchronization between HW video decode IPC and CommandBuffer. | fischman@chromium.org | 2011-06-29 | 1 | -17/+1 |
* | Enable building ppapi/examples on Windows. | darin@chromium.org | 2011-06-27 | 3 | -25/+26 |
* | Don't copy the Graphics2D when binding a new one. This brings the | brettw@google.com | 2011-06-24 | 1 | -1/+2 |
* | Fix PPB_VideoDecoder_Impl::NotifyEndOfBitstreamBuffer to use correct ID. | fischman@chromium.org | 2011-06-21 | 1 | -18/+34 |
* | Fix crashes when loading gles2.cc on browser startup, and during playback. | fischman@chromium.org | 2011-06-21 | 1 | -17/+40 |
* | Uncomment PPAPI examples to prevent bit-rot. | fischman@chromium.org | 2011-06-20 | 1 | -0/+6 |
* | Modify PPAPI GLES2 example to be an example of VideoDecode_Dev API | vrk@google.com | 2011-06-15 | 3 | -75/+12948 |
* | Use the WebKit default fonts when specifying generic font families. | brettw@chromium.org | 2011-05-26 | 1 | -4/+55 |
* | Fix event dispatching for PPB_Messaging::PostMessage. I asked Adam about the... | dmichael@chromium.org | 2011-05-13 | 1 | -31/+32 |
* | Convert audio-related messages to the new thunk/API system for Pepper. | brettw@chromium.org | 2011-05-13 | 1 | -1/+1 |
* | Create a super-simple PPAPI demo plugin exercising GLES2 functionality. | fischman@chromium.org | 2011-04-11 | 2 | -0/+154 |
* | Reupload of http://codereview.chromium.org/6801053/ | dmichael@chromium.org | 2011-04-08 | 2 | -122/+0 |
* | A proposal and implementation for an initial postMessage interface. These in... | dmichael@google.com | 2011-03-23 | 4 | -0/+229 |
* | Unbreak compilation of ppapi examples. | neb@chromium.org | 2011-03-22 | 3 | -13/+13 |
* | Implement proxying for FileRef and FileChooser. | brettw@chromium.org | 2011-02-17 | 1 | -2/+2 |