| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s... | avi@chromium.org | 2013-07-18 | 1 | -2/+2 |
* | Update ppapi/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-02 | 1 | -1/+1 |
* | Fix for deadlock in multi-threaded pepper code. Uses a similar | nfullagar@chromium.org | 2013-05-01 | 1 | -7/+16 |
* | Pepper: Fix use-after-free bug in PluginVarTracker. | teravest@chromium.org | 2013-04-26 | 1 | -0/+3 |
* | Use an explicit PID for duplicating Pepper handles rather than the Channel's. | brettw@chromium.org | 2013-01-04 | 1 | -1/+3 |
* | PPAPI: Move PPB_Console out of dev. | ncbray@chromium.org | 2012-12-13 | 1 | -1/+1 |
* | Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource m... | raymes@chromium.org | 2012-12-08 | 1 | -0/+1 |
* | Revert 171408 | raymes@chromium.org | 2012-12-06 | 1 | -1/+0 |
* | Revert 171389 | raymes@chromium.org | 2012-12-06 | 1 | -0/+1 |
* | Revert 171080 | raymes@chromium.org | 2012-12-06 | 1 | -1/+0 |
* | Introduce PPB_AudioInput_Dev v0.3 and refactor the device enumeration code: | yzshen@chromium.org | 2012-12-05 | 1 | -2/+3 |
* | The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. C... | raymes@chromium.org | 2012-12-04 | 1 | -0/+1 |
* | Refactor PPB_Flash_Fullscreen to the new resource model. | raymes@chromium.org | 2012-11-30 | 1 | -2/+1 |
* | Pepper proxy: make the browser sender handle the proxy lock properly. | yzshen@chromium.org | 2012-11-27 | 1 | -0/+4 |
* | Move eintr_wrapper.h from base to base/posix | brettw@chromium.org | 2012-11-14 | 1 | -1/+1 |
* | Enable pepper threading by default. | brettw@chromium.org | 2012-11-08 | 1 | -9/+19 |
* | DLOG rather than DCHECK in GetBrowserInterface when name is NULL. | bbudge@chromium.org | 2012-11-02 | 1 | -3/+6 |
* | Move flash clipboard to the new proxy and add custom format support | raymes@chromium.org | 2012-11-01 | 1 | -0/+1 |
* | Implement plugin side of sync EnumerateVideoCaptureDevices | raymes@chromium.org | 2012-10-11 | 1 | -0/+1 |
* | Pepper WebSocket API: Implement new design Chrome IPC. | toyoshim@chromium.org | 2012-10-09 | 1 | -1/+2 |
* | Hook up PpapiPermissions in more places. | brettw@chromium.org | 2012-10-02 | 1 | -1/+2 |
* | Implement browser side of PPB_Printing resource. | raymes@chromium.org | 2012-09-27 | 1 | -0/+4 |
* | Implement the gamepad API in the IPC proxy | brettw@chromium.org | 2012-09-10 | 1 | -7/+14 |
* | Add a skeleton gamepad resource. | brettw@chromium.org | 2012-08-24 | 1 | -0/+1 |
* | PPAPI: Make the proxy not issue redundant or stale calls to RequestSurroundin... | viettrungluu@chromium.org | 2012-08-21 | 1 | -1/+3 |
* | Bluetooth API: improve discovery | brettw@chromium.org | 2012-08-10 | 1 | -2/+1 |
* | This implements the PPB_FileChooser resource as a new-style IPC-only resource. | brettw@chromium.org | 2012-07-14 | 1 | -0/+17 |
* | PPAPI: Make blocking completion callbacks work. | dmichael@chromium.org | 2012-06-23 | 1 | -7/+3 |
* | Broker out PPAPI handle duplication | jschuh@chromium.org | 2012-05-11 | 1 | -3/+2 |
* | Add a way to query whether a given instance is off-the-record | brettw@chromium.org | 2012-05-02 | 1 | -2/+4 |
* | Delete FunctionGroupBase from Pepper. | brettw@chromium.org | 2012-04-30 | 1 | -2/+8 |
* | Add a way to implement GetInterface in the broker. | brettw@chromium.org | 2012-04-13 | 1 | -1/+1 |
* | Don't set_unblock IPC messages that are replies | jhorwich@chromium.org | 2012-04-09 | 1 | -1/+5 |
* | Add new MouseCursor interface for setting the mouse cursor. | brettw@chromium.org | 2012-04-08 | 1 | -1/+0 |
* | Fix a crash related to PPAPI scripting. | yzshen@chromium.org | 2012-03-10 | 1 | -1/+1 |
* | Experimental .gyp file for building PPAPI Proxy as untrusted code using the ... | bbudge@chromium.org | 2012-02-29 | 1 | -1/+1 |
* | Rename PPB_Font to PPB_BrowserFont_Trusted. | brettw@chromium.org | 2012-02-17 | 1 | -1/+0 |
* | reland 121901, PPAPI: Add unlocking for PPP calls and callbacks... | dmichael@chromium.org | 2012-02-15 | 1 | -4/+16 |
* | Revert 121901 - PPAPI: Add unlocking for PPP calls and callbacks. Add more lo... | dpapad@chromium.org | 2012-02-14 | 1 | -16/+4 |
* | PPAPI: Add unlocking for PPP calls and callbacks. Add more locking. | dmichael@chromium.org | 2012-02-14 | 1 | -4/+16 |
* | The tricky part about logging to the console is that many of the errors are g... | brettw@chromium.org | 2012-01-31 | 1 | -0/+40 |
* | Change the DidChangeView update to take a new ViewChanged resource. | brettw@chromium.org | 2012-01-03 | 1 | -3/+10 |
* | Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastruct... | brettw@chromium.org | 2011-12-20 | 1 | -14/+0 |
* | Revert 106717 - Revert 106677 (caused several PPAPI test timeouts, see http:/... | brettw@chromium.org | 2011-10-21 | 1 | -1/+9 |
* | Revert 106677 (caused several PPAPI test timeouts, see http://crbug.com/101154) | thakis@chromium.org | 2011-10-21 | 1 | -9/+1 |
* | Remove the proxy callback tracker. | brettw@chromium.org | 2011-10-21 | 1 | -1/+9 |
* | Rename InterfaceID to ApiID and move the file. | brettw@chromium.org | 2011-10-20 | 1 | -2/+2 |
* | Remove TrackerBase. | brettw@chromium.org | 2011-10-20 | 1 | -2/+0 |
* | Convert the charset, memory, and crypto interfaces to use the thunk system. | brettw@chromium.org | 2011-10-11 | 1 | -1/+0 |
* | Add PPB_Fullscreen_Dev;0.5. Keep 0.4 for backwards compatiblity and point it | polina@google.com | 2011-09-27 | 1 | -1/+2 |