| Commit message (Expand) | Author | Age | Files | Lines |
* | Add PPB_MouseCursor interface proxy for the NaCl IPC proxy. | bbudge@chromium.org | 2012-10-23 | 1 | -4/+1 |
* | Add the PPB_Memory_Dev interface to the NaCl IPC-based proxy. | bbudge@chromium.org | 2012-10-22 | 1 | -1/+1 |
* | Add pepper content decryption audio decoding API. | tomfinegan@chromium.org | 2012-10-19 | 3 | -15/+21 |
* | Add PPB_Testing_Dev GetDocumentURL to the NaCl IPC-based PPAPI proxy. | bbudge@chromium.org | 2012-10-19 | 1 | -2/+3 |
* | Add decoder de-initialization and reset to the Pepper CDM API. | tomfinegan@chromium.org | 2012-10-12 | 2 | -0/+28 |
* | Add PPAPI CDM video decoder initialization. | tomfinegan@chromium.org | 2012-10-11 | 3 | -3/+15 |
* | Implement plugin side of sync EnumerateVideoCaptureDevices | raymes@chromium.org | 2012-10-11 | 5 | -1/+90 |
* | Introduce PPB_Flash_Font. | yzshen@chromium.org | 2012-10-09 | 4 | -0/+89 |
* | Pepper WebSocket API: Implement new design Chrome IPC. | toyoshim@chromium.org | 2012-10-09 | 5 | -8/+9 |
* | Add some 'Private' and 'Dev' interfaces to the NaCl IPC PPAPI Proxy. | bbudge@chromium.org | 2012-10-08 | 2 | -28/+35 |
* | Update PPB side of Pepper CDM API to support video decoding. | tomfinegan@chromium.org | 2012-10-03 | 3 | -6/+7 |
* | Plumb RequestorProcessID field through various layers to enable the Network | darin@chromium.org | 2012-10-03 | 1 | -1/+4 |
* | Remove VideoLayer and LayerCompositor APIs. | brettw@chromium.org | 2012-10-02 | 6 | -219/+0 |
* | Delete some unused code found by -Wunused-function | thakis@chromium.org | 2012-10-01 | 1 | -15/+0 |
* | Implement browser side of PPB_Printing resource. | raymes@chromium.org | 2012-09-27 | 1 | -1/+2 |
* | Don't require a recreation of the context when fullscreening | jbauman@chromium.org | 2012-09-19 | 2 | -1/+3 |
* | Convert url request info to new proxy API. | brettw@chromium.org | 2012-09-19 | 5 | -6/+25 |
* | Add 'Net*' interface proxies to the untrusted NaCl IPC-PPAPI IRT build. | bbudge@chromium.org | 2012-09-17 | 1 | -4/+4 |
* | Convert the async device ID getter to a chrome resource host | brettw@chromium.org | 2012-09-15 | 3 | -4/+9 |
* | This adds the plugin side of the resource only, as well as a unittest. | raymes@chromium.org | 2012-09-07 | 5 | -13/+85 |
* | Add TCP, UDP, and HostResolver proxies to NaCl IPC IRT build. | bbudge@chromium.org | 2012-09-04 | 1 | -5/+5 |
* | AllowBroadcast() is exposed to NaCl. | ygorshenin@chromium.org | 2012-08-31 | 3 | -0/+29 |
* | ppapi: Make sure the touch-event interface is detected correctly. | sadrul@chromium.org | 2012-08-30 | 2 | -1/+3 |
* | Pass large object by const ref | tbreisacher@chromium.org | 2012-08-28 | 1 | -1/+2 |
* | Add a skeleton gamepad resource. | brettw@chromium.org | 2012-08-24 | 3 | -5/+39 |
* | Add SetScale to PPB_WidgetDev, use scale for painting | jhorwich@chromium.org | 2012-08-23 | 3 | -2/+23 |
* | Cache image data objects. | brettw@chromium.org | 2012-08-22 | 2 | -2/+13 |
* | Modify the PPAPI CDM interface to pass more info. | tomfinegan@chromium.org | 2012-08-22 | 2 | -9/+11 |
* | Revert 152495 - Add SetScale to PPB_WidgetDev, use scale for painting | kinuko@chromium.org | 2012-08-21 | 3 | -23/+2 |
* | Add SetScale to PPB_WidgetDev, use scale for painting | jhorwich@chromium.org | 2012-08-21 | 3 | -2/+23 |
* | Add PPAPI decryptor implementation. | tomfinegan@chromium.org | 2012-08-17 | 3 | -0/+129 |
* | Add gpu targets to untrusted build, and add Graphics3D code to untrusted build. | bbudge@chromium.org | 2012-08-07 | 3 | -8/+8 |
* | Revert 150343 - Add gpu targets to untrusted build, and add Graphics3D code t... | bbudge@chromium.org | 2012-08-07 | 3 | -8/+8 |
* | Add gpu targets to untrusted build, and add Graphics3D code to untrusted build. | bbudge@chromium.org | 2012-08-07 | 3 | -8/+8 |
* | Don't log UDP receive failures in release | jschuh@chromium.org | 2012-07-31 | 1 | -0/+4 |
* | PPAPI/NaCl: Make ImageData for NaCl just use shared memory | dmichael@chromium.org | 2012-07-25 | 2 | -2/+23 |
* | Save PP_CompletionCallback in ppb_talk_private_thunk.cc | jhorwich@chromium.org | 2012-07-19 | 1 | -1/+1 |
* | Remove ppb_fullscreen_dev interface, as fullscreen has been out | nfullagar@google.com | 2012-07-16 | 1 | -1/+1 |
* | This implements the PPB_FileChooser resource as a new-style IPC-only resource. | brettw@chromium.org | 2012-07-14 | 2 | -5/+4 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Get the audio proxy building as untrusted code for NaCl. | bbudge@chromium.org | 2012-07-10 | 1 | -1/+1 |
* | Fix PPB_MouseLock.LockMouse crash and add tests. | yzshen@chromium.org | 2012-07-09 | 1 | -3/+14 |
* | Add audio interface proxies to untrusted NaCl build. | bbudge@chromium.org | 2012-07-03 | 1 | -5/+4 |
* | Add PPB_ImageData and PPB_Graphics2D to the untrusted NaCl build of the proxy. | bbudge@chromium.org | 2012-07-03 | 2 | -7/+7 |
* | Implement HiDPI support in Pepper dev interface | jhorwich@chromium.org | 2012-06-28 | 4 | -0/+54 |
* | This adds an interface for setting crash data from a plugin. It also provides... | raymes@chromium.org | 2012-06-27 | 3 | -1/+39 |
* | PPAPI: Make blocking completion callbacks work. | dmichael@chromium.org | 2012-06-23 | 48 | -201/+446 |
* | ppapi: Add ResourceCreationAPI::CreateTouchInputEvent for creating touch-events. | sadrul@chromium.org | 2012-06-22 | 2 | -2/+7 |
* | ppapi: Add support for touch events. | sadrul@chromium.org | 2012-06-21 | 2 | -1/+78 |
* | Add CreateTemporaryFile to PPB_Flash_File_ModuleLocal. | yzshen@chromium.org | 2012-06-15 | 3 | -9/+40 |