| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove ppb_fullscreen_dev interface, as fullscreen has been out | nfullagar@google.com | 2012-07-16 | 1 | -1/+0 |
* | This implements the PPB_FileChooser resource as a new-style IPC-only resource. | brettw@chromium.org | 2012-07-14 | 1 | -1/+0 |
* | Implement HiDPI support in Pepper dev interface | jhorwich@chromium.org | 2012-06-28 | 1 | -0/+2 |
* | This returns the default print settings for the default printer. Currently th... | raymes@chromium.org | 2012-06-14 | 1 | -0/+1 |
* | Add an asynchronous version of the Flash DeviceID API. | brettw@chromium.org | 2012-06-11 | 1 | -0/+2 |
* | Hook up the PPB_Flash_Print proxy. | brettw@chromium.org | 2012-05-07 | 1 | -0/+3 |
* | Move gles2 extensions out of dev. | nfullagar@google.com | 2012-05-07 | 1 | -5/+7 |
* | Move the rest of the Flash functions to the thunk system. | brettw@chromium.org | 2012-04-30 | 1 | -31/+0 |
* | Move text input API to Instance. | brettw@chromium.org | 2012-04-27 | 1 | -1/+0 |
* | Move the FlashClipboard API into the Flash one. | brettw@chromium.org | 2012-04-25 | 1 | -10/+0 |
* | Convert the PPB_Flash interface to use the thunk system. | brettw@chromium.org | 2012-04-24 | 1 | -10/+4 |
* | Add #ifdefs to separate NaCl and non-NaCl PPAPI Proxy code. | bbudge@chromium.org | 2012-04-18 | 1 | -4/+12 |
* | Add a Flash API to get the device ID. | brettw@chromium.org | 2012-04-13 | 1 | -0/+2 |
* | This adds the following to functions to the ppapi TCPSocket interface: | raymes@chromium.org | 2012-04-12 | 1 | -1/+1 |
* | Hook up the file chooser proxy 0.6 | brettw@chromium.org | 2012-04-09 | 1 | -1/+0 |
* | Add new MouseCursor interface for setting the mouse cursor. | brettw@chromium.org | 2012-04-08 | 1 | -1/+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 | -9/+0 |
* | Out-of-process implementation of the PPB_NetworkMonitor_Private interface. | sergeyu@chromium.org | 2012-03-20 | 1 | -0/+1 |
* | Add a private PPB_Talk_Private interface. | varunjain@chromium.org | 2012-03-19 | 1 | -0/+2 |
* | Add OpenGL occlusion query support to pepper. | jbauman@chromium.org | 2012-03-16 | 1 | -0/+2 |
* | Added out-of-process support for server sockets. | ygorshenin@chromium.org | 2012-03-15 | 1 | -0/+1 |
* | Pepper IME API for surrounding text retrieval. | kinaba@chromium.org | 2012-03-15 | 1 | -0/+4 |
* | HostResolver is exposed to plugin. | ygorshenin@chromium.org | 2012-03-15 | 1 | -0/+1 |
* | Add NetworkList/NetworkMonitor hooks and C++ wrappers. | sergeyu@chromium.org | 2012-03-05 | 1 | -0/+2 |
* | Revert 124797 - Add NetworkList/NetworkMonitor hooks and C++ wrappers. | sergeyu@chromium.org | 2012-03-03 | 1 | -2/+0 |
* | Add NetworkList/NetworkMonitor hooks and C++ wrappers. | sergeyu@chromium.org | 2012-03-03 | 1 | -0/+2 |
* | Experimental .gyp file for building PPAPI Proxy as untrusted code using the ... | bbudge@chromium.org | 2012-02-29 | 1 | -0/+2 |
* | Adds a printing proxy and example. This adds a printing example. | brettw@chromium.org | 2012-02-29 | 1 | -0/+4 |
* | Add Pepper support for several GL extensions | jbauman@chromium.org | 2012-02-26 | 1 | -0/+11 |
* | Revert 123696 - Add Pepper support for several GL extensions | jbauman@chromium.org | 2012-02-26 | 1 | -11/+1 |
* | Add Pepper support for several GL extensions | jbauman@chromium.org | 2012-02-26 | 1 | -1/+11 |
* | Modified the flash cipboard interface to add html clipboard support. | raymes@chromium.org | 2012-02-24 | 1 | -0/+2 |
* | Add GetUsbKeyCode _Dev interface for Pepper key events | garykac@chromium.org | 2012-02-21 | 1 | -0/+1 |
* | Pepper: Add a function to PPB_Flash to check if a rect is topmost. | viettrungluu@chromium.org | 2012-02-18 | 1 | -0/+2 |
* | Rename PPB_Font to PPB_BrowserFont_Trusted. | brettw@chromium.org | 2012-02-17 | 1 | -1/+1 |
* | PPAPI: Proxy VarArrayBuffer for out-of-process. | dmichael@chromium.org | 2012-02-16 | 1 | -0/+3 |
* | Move the charset inteface to "trusted" (we can't implement this efficiently | brettw@chromium.org | 2012-02-09 | 1 | -0/+1 |
* | Introduce PPB_Flash_MessageLoop interface for Pepper Flash. | yzshen@chromium.org | 2012-01-31 | 1 | -0/+7 |
* | Revert 119200 - Revert 119198 - First pass at implementing the MessageLoop in... | brettw@chromium.org | 2012-01-26 | 1 | -0/+4 |
* | Revert 119198 - First pass at implementing the MessageLoop interface. This in... | brettw@chromium.org | 2012-01-26 | 1 | -4/+0 |
* | First pass at implementing the MessageLoop interface. This includes a simple | brettw@chromium.org | 2012-01-26 | 1 | -0/+4 |
* | Implement PPB_DeviceRef_Dev. | yzshen@chromium.org | 2012-01-21 | 1 | -0/+1 |
* | Make PPB_Flash_NetConnector interface name macro usage consistent with others. | wez@chromium.org | 2012-01-09 | 1 | -1/+1 |
* | Introduce PPB_ResourceArray_Dev. | yzshen@chromium.org | 2012-01-07 | 1 | -0/+1 |
* | Fix build-break due to missed PPB thunk getter rename. | wez@chromium.org | 2012-01-05 | 1 | -1/+1 |
* | Update PPAPI IDL generator to define versioned structs, and unversioned typedef. | wez@chromium.org | 2012-01-05 | 1 | -16/+16 |
* | Change the DidChangeView update to take a new ViewChanged resource. | brettw@chromium.org | 2012-01-03 | 1 | -1/+7 |
* | Rev the Flash interface to add new functionality. | brettw@chromium.org | 2011-12-15 | 1 | -2/+4 |
* | Implement a proxy for Pepper FileIO. | brettw@chromium.org | 2011-12-10 | 1 | -0/+3 |