| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrite PPB_AudioInput_Dev to use the new-style host/resource. | yzshen@chromium.org | 2012-11-08 | 1 | -3/+3 |
* | Move flash clipboard to the new proxy and add custom format support | raymes@chromium.org | 2012-11-01 | 1 | -0/+3 |
* | Add template SyncCall() to PluginResource. | yzshen@chromium.org | 2012-10-13 | 1 | -0/+1 |
* | Implement plugin side of sync EnumerateVideoCaptureDevices | raymes@chromium.org | 2012-10-11 | 1 | -0/+3 |
* | Introduce PPB_Flash_Font. | yzshen@chromium.org | 2012-10-09 | 1 | -1/+4 |
* | Pepper WebSocket API: Implement new design Chrome IPC. | toyoshim@chromium.org | 2012-10-09 | 1 | -0/+2 |
* | Changes to allow testing interface for new NaCl Proxy | nfullagar@google.com | 2012-09-20 | 1 | -1/+0 |
* | Convert url request info to new proxy API. | brettw@chromium.org | 2012-09-19 | 1 | -0/+2 |
* | Add 'Net*' interface proxies to the untrusted NaCl IPC-PPAPI IRT build. | bbudge@chromium.org | 2012-09-17 | 1 | -1/+0 |
* | Convert the async device ID getter to a chrome resource host | brettw@chromium.org | 2012-09-15 | 1 | -3/+3 |
* | This adds the plugin side of the resource only, as well as a unittest. | raymes@chromium.org | 2012-09-07 | 1 | -0/+2 |
* | Add TCP, UDP, and HostResolver proxies to NaCl IPC IRT build. | bbudge@chromium.org | 2012-09-04 | 1 | -5/+0 |
* | PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generally | dmichael@chromium.org | 2012-08-27 | 1 | -15/+0 |
* | Add a skeleton gamepad resource. | brettw@chromium.org | 2012-08-24 | 1 | -0/+2 |
* | Add PPAPI decryptor implementation. | tomfinegan@chromium.org | 2012-08-17 | 1 | -0/+3 |
* | Bluetooth API: improve discovery | brettw@chromium.org | 2012-08-10 | 1 | -0/+1 |
* | Add gpu targets to untrusted build, and add Graphics3D code to untrusted build. | bbudge@chromium.org | 2012-08-07 | 1 | -3/+0 |
* | Revert 150343 - Add gpu targets to untrusted build, and add Graphics3D code t... | bbudge@chromium.org | 2012-08-07 | 1 | -0/+3 |
* | Add gpu targets to untrusted build, and add Graphics3D code to untrusted build. | bbudge@chromium.org | 2012-08-07 | 1 | -3/+0 |
* | This implements the PPB_FileChooser resource as a new-style IPC-only resource. | brettw@chromium.org | 2012-07-14 | 1 | -2/+4 |
* | Add support for threadsafe completion callback factory. | brettw@chromium.org | 2012-07-13 | 1 | -0/+1 |
* | Add PPB_ImageData and PPB_Graphics2D to the untrusted NaCl build of the proxy. | bbudge@chromium.org | 2012-07-03 | 1 | -1/+0 |
* | Add resource message call and reply infrastructure. | brettw@chromium.org | 2012-06-21 | 1 | -0/+2 |
* | Add untrusted NaCl build for PPAPI proxy. | bbudge@chromium.org | 2012-06-16 | 1 | -172/+194 |
* | Revert 142482 - Add untrusted NaCl build for PPAPI proxy. | bbudge@chromium.org | 2012-06-15 | 1 | -194/+172 |
* | Add untrusted NaCl build for PPAPI proxy. | bbudge@chromium.org | 2012-06-15 | 1 | -172/+194 |
* | Add an asynchronous version of the Flash DeviceID API. | brettw@chromium.org | 2012-06-11 | 1 | -0/+2 |
* | Open pepper files directly in browser. | tsepez@chromium.org | 2012-06-05 | 1 | -0/+2 |
* | Revert 140399 - Open pepper files directly in browser. | tsepez@chromium.org | 2012-06-04 | 1 | -2/+0 |
* | Open pepper files directly in browser. | tsepez@chromium.org | 2012-06-04 | 1 | -0/+2 |
* | Revert 140093 - Open pepper files directly in browser. | tsepez@chromium.org | 2012-06-01 | 1 | -2/+0 |
* | Open pepper files directly in browser. | tsepez@chromium.org | 2012-06-01 | 1 | -0/+2 |
* | Remove bogus include path from ppapi/ppapi_proxy.gypi | steveblock@chromium.org | 2012-05-04 | 1 | -1/+0 |
* | Work around linker error of multiple definitions of pp::BlockUntilComplete. | scottmg@google.com | 2012-05-04 | 1 | -1/+0 |
* | ui: Move surface/ directory out of gfx/, up to ui/. | tfarina@chromium.org | 2012-05-03 | 1 | -1/+1 |
* | Move the rest of the Flash functions to the thunk system. | brettw@chromium.org | 2012-04-30 | 1 | -2/+0 |
* | Move text input API to Instance. | brettw@chromium.org | 2012-04-27 | 1 | -2/+0 |
* | Move the FlashClipboard API into the Flash one. | brettw@chromium.org | 2012-04-25 | 1 | -2/+0 |
* | Add new MouseCursor interface for setting the mouse cursor. | brettw@chromium.org | 2012-04-08 | 1 | -2/+0 |
* | Add the PPAPI X509 Certificate interface and implementation. | raymes@chromium.org | 2012-04-04 | 1 | -0/+2 |
* | Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS. | viettrungluu@chromium.org | 2012-03-28 | 1 | -2/+0 |
* | New file chooser interface that uses the new PP_ArrayOutput feature. This als... | brettw@chromium.org | 2012-03-26 | 1 | -0/+11 |
* | Out-of-process implementation of the PPB_NetworkMonitor_Private interface. | sergeyu@chromium.org | 2012-03-20 | 1 | -0/+2 |
* | Add a private PPB_Talk_Private interface. | varunjain@chromium.org | 2012-03-19 | 1 | -0/+2 |
* | Added out-of-process support for server sockets. | ygorshenin@chromium.org | 2012-03-15 | 1 | -0/+2 |
* | Pepper IME API for surrounding text retrieval. | kinaba@chromium.org | 2012-03-15 | 1 | -0/+2 |
* | HostResolver is exposed to plugin. | ygorshenin@chromium.org | 2012-03-15 | 1 | -0/+2 |
* | Factor out the command buffer implementation in ppb_graphics_3d_proxy so that... | fsamuel@chromium.org | 2012-03-08 | 1 | -0/+2 |
* | Adds a printing proxy and example. This adds a printing example. | brettw@chromium.org | 2012-02-29 | 1 | -0/+2 |
* | Rename PPB_Font to PPB_BrowserFont_Trusted. | brettw@chromium.org | 2012-02-17 | 1 | -2/+0 |