| Commit message (Expand) | Author | Age | Files | Lines |
* | Pepper: Autogenerate thunk for PPB_Fullscreen | teravest@chromium.org | 2013-05-02 | 1 | -0/+1 |
* | Remove the old PPB_Flash proxy. | raymes@chromium.org | 2012-12-26 | 1 | -1/+0 |
* | Ppapi: remove the code for closing pending user gesture. | yzshen@chromium.org | 2012-12-22 | 1 | -5/+0 |
* | Convert pepper font list to new resource system. | brettw@chromium.org | 2012-12-20 | 1 | -1/+0 |
* | Change PPB_ContentDecryptor_Private::KeyMessage to pass the message as a PP_V... | tomfinegan@chromium.org | 2012-12-12 | 1 | -2/+2 |
* | Fix Graphics2D in NaCl. | brettw@chromium.org | 2012-12-03 | 1 | -2/+1 |
* | Refactor PPB_Flash_Fullscreen to the new resource model. | raymes@chromium.org | 2012-11-30 | 1 | -0/+1 |
* | Migrate Graphics2D to new design, as part of the whole Pepper resource redesign. | brettw@chromium.org | 2012-11-29 | 1 | -1/+1 |
* | Refactor the way singleton-style resources are exposed via PPB_Instance | raymes@chromium.org | 2012-11-29 | 1 | -5/+3 |
* | Move flash clipboard to the new proxy and add custom format support | raymes@chromium.org | 2012-11-01 | 1 | -0/+2 |
* | Add pepper content decryption audio decoding API. | tomfinegan@chromium.org | 2012-10-19 | 1 | -8/+11 |
* | Add PPB_Testing_Dev GetDocumentURL to the NaCl IPC-based PPAPI proxy. | bbudge@chromium.org | 2012-10-19 | 1 | -5/+5 |
* | Add decoder de-initialization and reset to the Pepper CDM API. | tomfinegan@chromium.org | 2012-10-12 | 1 | -0/+13 |
* | Add PPAPI CDM video decoder initialization. | tomfinegan@chromium.org | 2012-10-11 | 1 | -0/+6 |
* | Implement plugin side of sync EnumerateVideoCaptureDevices | raymes@chromium.org | 2012-10-11 | 1 | -0/+2 |
* | Update PPB side of Pepper CDM API to support video decoding. | tomfinegan@chromium.org | 2012-10-03 | 1 | -1/+2 |
* | This adds the plugin side of the resource only, as well as a unittest. | raymes@chromium.org | 2012-09-07 | 1 | -6/+0 |
* | Add a skeleton gamepad resource. | brettw@chromium.org | 2012-08-24 | 1 | -2/+1 |
* | Modify the PPAPI CDM interface to pass more info. | tomfinegan@chromium.org | 2012-08-22 | 1 | -8/+13 |
* | PPAPI: Make the proxy not issue redundant or stale calls to RequestSurroundin... | viettrungluu@chromium.org | 2012-08-21 | 1 | -0/+3 |
* | Add PPAPI decryptor implementation. | tomfinegan@chromium.org | 2012-08-17 | 1 | -0/+53 |
* | Add support for threadsafe completion callback factory. | brettw@chromium.org | 2012-07-13 | 1 | -3/+2 |
* | PPAPI: Make blocking completion callbacks work. | dmichael@chromium.org | 2012-06-23 | 1 | -1/+1 |
* | Revert 143294 - Provides a real implementation of GetDefaultPrintSettings. | raymes@google.com | 2012-06-21 | 1 | -0/+3 |
* | Provides a real implementation of GetDefaultPrintSettings. | raymes@chromium.org | 2012-06-20 | 1 | -3/+0 |
* | This returns the default print settings for the default printer. Currently th... | raymes@chromium.org | 2012-06-14 | 1 | -0/+6 |
* | Delete FunctionGroupBase from Pepper. | brettw@chromium.org | 2012-04-30 | 1 | -5/+1 |
* | Move text input API to Instance. | brettw@chromium.org | 2012-04-27 | 1 | -0/+21 |
* | Convert the PPB_Flash interface to use the thunk system. | brettw@chromium.org | 2012-04-24 | 1 | -12/+2 |
* | Eliminate use of PPB_URLUtil_Dev in NaCl build of Proxy. | bbudge@chromium.org | 2012-04-12 | 1 | -12/+17 |
* | Fix line endings. No code change. | brettw@chromium.org | 2012-04-11 | 1 | -2/+2 |
* | Add new MouseCursor interface for setting the mouse cursor. | brettw@chromium.org | 2012-04-08 | 1 | -0/+8 |
* | Add HandleInputEventAck message to allow out-of-process plugins to respond to... | bbudge@chromium.org | 2012-03-09 | 1 | -1/+6 |
* | Rename NaCl/pepper gamepad interface from _dev to stable | scottmg@chromium.org | 2012-03-07 | 1 | -1/+1 |
* | Revise gamepad interface | scottmg@chromium.org | 2012-03-01 | 1 | -2/+2 |
* | Work on improving PpbAudioConfig:RecommendSampleFrameCount | nfullagar@google.com | 2012-02-18 | 1 | -0/+8 |
* | Rename PPB_Font to PPB_BrowserFont_Trusted. | brettw@chromium.org | 2012-02-17 | 1 | -0/+1 |
* | The tricky part about logging to the console is that many of the errors are g... | brettw@chromium.org | 2012-01-31 | 1 | -16/+1 |
* | Pepper gamepad support | scottmg@chromium.org | 2012-01-10 | 1 | -1/+3 |
* | Move paint aggregator and the completion callback factory. | brettw@chromium.org | 2012-01-06 | 1 | -1/+1 |
* | Revert 116281 - Move paint aggregator and the completion callback factory. | brettw@chromium.org | 2012-01-04 | 1 | -1/+1 |
* | Move paint aggregator and the completion callback factory. | brettw@chromium.org | 2012-01-04 | 1 | -1/+1 |
* | Change the DidChangeView update to take a new ViewChanged resource. | brettw@chromium.org | 2012-01-03 | 1 | -56/+56 |
* | Rename the shared_impl resource files to give them more regular names. | brettw@chromium.org | 2011-12-07 | 1 | -3/+3 |
* | Revert 113290 - Rename the shared_impl resource files to give them more regul... | brettw@chromium.org | 2011-12-07 | 1 | -3/+3 |
* | Rename the shared_impl resource files to give them more regular names. | brettw@chromium.org | 2011-12-06 | 1 | -3/+3 |
* | Revert 106717 - Revert 106677 (caused several PPAPI test timeouts, see http:/... | brettw@chromium.org | 2011-10-21 | 1 | -3/+17 |
* | Revert 106677 (caused several PPAPI test timeouts, see http://crbug.com/101154) | thakis@chromium.org | 2011-10-21 | 1 | -17/+3 |
* | Remove the proxy callback tracker. | brettw@chromium.org | 2011-10-21 | 1 | -3/+17 |
* | Rename InterfaceID to ApiID and move the file. | brettw@chromium.org | 2011-10-20 | 1 | -1/+1 |