| Commit message (Expand) | Author | Age | Files | Lines |
* | ppapi: define PPB_AudioEncoder API | lionel.g.landwerlin | 2015-09-17 | 1 | -0/+2 |
* | Remove ppapi input latency tracking code | miletus | 2015-07-27 | 1 | -1/+0 |
* | Remove unused in-process pepper APIs | raymes | 2015-05-29 | 1 | -6/+0 |
* | Plugins: Move Prerender tests to PPAPI and some refactoring. | tommycli | 2015-04-18 | 1 | -2/+0 |
* | Remove GTalk Pepper interfaces and related code. | jhorwich | 2015-04-15 | 1 | -3/+0 |
* | Pepper: Remove PPB_FileMapping | dmichael | 2015-02-27 | 1 | -1/+0 |
* | PPAPI: Whitelist PPB_CameraDevice_Private for some apps | jchuang | 2015-02-25 | 1 | -2/+0 |
* | PPAPI: Rename PPB_ImageCapture_Private to PPB_CameraDevice_Private | jchuang | 2015-02-20 | 1 | -3/+3 |
* | PPAPI: implement GetSupportedPreviewSizes | jchuang | 2015-02-17 | 1 | -0/+6 |
* | Sort GYP and GN files under ppapi | satorux | 2015-02-16 | 1 | -18/+19 |
* | ppapi: VideoEncoder: Add proxy boilerplate | lionel.g.landwerlin | 2015-02-06 | 1 | -0/+2 |
* | Revert of Remove unused PPB_View_Dev (patchset #3 of https://codereview.chrom... | dmichael | 2014-08-27 | 1 | -0/+1 |
* | Remove unused PPB_View_Dev | raymes | 2014-08-27 | 1 | -1/+0 |
* | Add to GN ppapi build. | brettw@chromium.org | 2014-07-21 | 1 | -0/+1 |
* | Remove apps in Pepper support and the PPB_Alarms_Dev API. | yzshen@chromium.org | 2014-06-16 | 1 | -4/+0 |
* | [PPAPI] Compositor API implementation. | penghuang@chromium.org | 2014-06-16 | 1 | -0/+2 |
* | Revert 277208 "[PPAPI] Compositor API implementation." | tzik@chromium.org | 2014-06-16 | 1 | -2/+0 |
* | [PPAPI] Compositor API implementation. | penghuang@chromium.org | 2014-06-14 | 1 | -0/+2 |
* | [PPAPI] API definition for compositor artifacts | miletus@chromium.org | 2014-06-06 | 1 | -0/+4 |
* | Support configuring number of audio buffers in MediaStream Pepper API. | thembrown@gmail.com | 2014-06-03 | 1 | -1/+3 |
* | Implement Pepper PPB_VideoDecoder interface. | bbudge@chromium.org | 2014-05-30 | 1 | -0/+1 |
* | Pepper: Add content_browsertests test support. | teravest@chromium.org | 2014-05-28 | 1 | -0/+2 |
* | Track plugin input event latency | miletus@chromium.org | 2014-05-27 | 1 | -0/+1 |
* | Adds IDL for enums and structs for encoding/decoding. | bbudge@chromium.org | 2014-05-06 | 1 | -0/+1 |
* | Rename some PPB_VideoDecoder_Dev implementation types. | bbudge@chromium.org | 2014-05-06 | 1 | -3/+3 |
* | Remove PPB_Ext_Socket_Dev. | yzshen@chromium.org | 2014-04-30 | 1 | -1/+0 |
* | Remove unused PPB_Graphics2D_Dev interface | raymes@google.com | 2014-04-03 | 1 | -1/+0 |
* | Replace --ppapi-keep-alive-throttle command line switch with IPC parameter. | scheib@chromium.org | 2014-03-26 | 1 | -0/+1 |
* | Rename PPB_Find_Dev to PPB_Find_Private | raymes@chromium.org | 2014-03-26 | 1 | -1/+1 |
* | Revert of Replace --ppapi-keep-alive-throttle command line switch with IPC pa... | thakis@chromium.org | 2014-03-14 | 1 | -1/+0 |
* | Replace --ppapi-keep-alive-throttle command line switch with IPC parameter. | scheib@chromium.org | 2014-03-14 | 1 | -0/+1 |
* | Revert of Replace --ppapi-keep-alive-throttle command line switch with IPC pa... | jochen@chromium.org | 2014-03-12 | 1 | -2/+0 |
* | Replace --ppapi-keep-alive-throttle command line switch with IPC parameter. | scheib@chromium.org | 2014-03-12 | 1 | -0/+2 |
* | [PPAPI][MediaStream] Support configure for video input. | penghuang@chromium.org | 2014-02-26 | 1 | -0/+2 |
* | [PPAPI] Moving pp::VarResource_Dev API into pp::Var (now stable). | mgiuca@chromium.org | 2014-02-13 | 1 | -1/+0 |
* | [PPAPI][MediaStream] Rename AudioFrame to AudioBuffer | penghuang@chromium.org | 2014-02-11 | 1 | -2/+2 |
* | [PPAPI][MediaStream] Rename AudioFrame to AudioBuffer | penghuang@chromium.org | 2014-02-08 | 1 | -3/+3 |
* | Create IPC channel to communicate with the renderer in NaClListener::OnStart(). | hidehiko@chromium.org | 2014-02-06 | 1 | -2/+2 |
* | PPAPI: Implement PPB_FileMapping on POSIX | dmichael@chromium.org | 2014-01-29 | 1 | -0/+1 |
* | Revert 247473 "PPAPI: Implement PPB_FileMapping on POSIX" | dmichael@chromium.org | 2014-01-28 | 1 | -1/+0 |
* | PPAPI: Implement PPB_FileMapping on POSIX | dmichael@chromium.org | 2014-01-28 | 1 | -0/+1 |
* | Proxy private UMA pepper interface for out-of-process and NaCl plugins. | elijahtaylor@chromium.org | 2014-01-24 | 1 | -0/+2 |
* | [Pepper] Add FileGrowth struct for append mode write | tzik@chromium.org | 2014-01-20 | 1 | -0/+2 |
* | [PPAPI] Implement media stream video track API | penghuang@chromium.org | 2014-01-16 | 1 | -0/+3 |
* | [PPAPI] Pepper MediaStream API audio thunk implementation | penghuang@chromium.org | 2014-01-14 | 1 | -0/+4 |
* | [PPAPI] API thunk for video media stream track. | penghuang@chromium.org | 2014-01-10 | 1 | -0/+4 |
* | Pepper: Remove ResourceArray_Dev. | teravest@chromium.org | 2014-01-07 | 1 | -4/+0 |
* | Add PPB_Alarms_Dev interface definition. | yzshen@chromium.org | 2013-12-11 | 1 | -0/+1 |
* | Remove PPB_Ext_Alarms_Dev and PPB_Ext_Events_Dev. | yzshen@chromium.org | 2013-12-09 | 1 | -1/+0 |
* | Pepper: Add shared Utilities for file systems. | bbudge@chromium.org | 2013-11-12 | 1 | -0/+2 |