| Commit message (Expand) | Author | Age | Files | Lines |
* | move BrowserFontResource_Trusted to content/child | scottmg@chromium.org | 2013-07-25 | 1 | -0/+8 |
* | Update include paths in ppapi/proxy for base/process changes. | rsesek@chromium.org | 2013-07-25 | 1 | -1/+0 |
* | Do not forget to detach message loop from thread in ppapi_unittests. | earthdok@chromium.org | 2013-07-15 | 1 | -0/+1 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Implementation of URLLoader using PluginResource/ResourceHost. | bbudge@chromium.org | 2013-05-16 | 1 | -6/+0 |
* | ppapi: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-06 | 1 | -1/+1 |
* | PPAPI: Remove threading options; it's always on | dmichael@chromium.org | 2013-03-30 | 1 | -3/+12 |
* | Revert 191420 "PPAPI: Remove threading options; it's always on" | rlarocque@chromium.org | 2013-03-29 | 1 | -12/+3 |
* | PPAPI: Remove threading options; it's always on | dmichael@chromium.org | 2013-03-29 | 1 | -3/+12 |
* | Revert 189518 "PPAPI: Remove threading options; it's always on" | dmichael@chromium.org | 2013-03-21 | 1 | -12/+3 |
* | PPAPI: Remove threading options; it's always on | dmichael@chromium.org | 2013-03-21 | 1 | -3/+12 |
* | Revert 187427 "PPAPI: Remove threading options; it's always on" | karen@chromium.org | 2013-03-13 | 1 | -12/+3 |
* | PPAPI: Remove threading options; it's always on | dmichael@chromium.org | 2013-03-12 | 1 | -3/+12 |
* | Revert 187340 "PPAPI: Remove threading options; it's always on" | dmichael@chromium.org | 2013-03-11 | 1 | -12/+3 |
* | PPAPI: Remove threading options; it's always on | dmichael@chromium.org | 2013-03-11 | 1 | -3/+12 |
* | Revert 186925 since it breaks many of the builds on the bots (e.g. | aberent@google.com | 2013-03-08 | 1 | -12/+3 |
* | PPAPI: Remove threading options; it's always on | dmichael@chromium.org | 2013-03-08 | 1 | -3/+12 |
* | Fix the comment of PPB_MessageLoop.PostWork() | yzshen@chromium.org | 2013-01-17 | 1 | -2/+0 |
* | Pepper: Introduce ThreadAwareCallback. | yzshen@chromium.org | 2013-01-17 | 1 | -18/+136 |
* | Use an explicit PID for duplicating Pepper handles rather than the Channel's. | brettw@chromium.org | 2013-01-04 | 1 | -3/+5 |
* | PPAPI: Check permissions for VarDeprecated and PPP_Class | dmichael@chromium.org | 2012-12-12 | 1 | -2/+2 |
* | Refactor PPB_Flash_Fullscreen to the new resource model. | raymes@chromium.org | 2012-11-30 | 1 | -1/+3 |
* | Pepper proxy: make the browser sender handle the proxy lock properly. | yzshen@chromium.org | 2012-11-27 | 1 | -6/+0 |
* | Fix ppapi TwoWayTest so that it constructs a unique IPC::ChannelHandle. | raymes@chromium.org | 2012-10-17 | 1 | -2/+8 |
* | Hook up PpapiPermissions in more places. | brettw@chromium.org | 2012-10-02 | 1 | -2/+6 |
* | Various fixes to make ppapi_unittests pass again. | raymes@chromium.org | 2012-09-19 | 1 | -6/+44 |
* | Bluetooth API: improve discovery | brettw@chromium.org | 2012-08-10 | 1 | -0/+5 |
* | This implements the PPB_FileChooser resource as a new-style IPC-only resource. | brettw@chromium.org | 2012-07-14 | 1 | -1/+0 |
* | This adds an interface for setting crash data from a plugin. It also provides... | raymes@chromium.org | 2012-06-27 | 1 | -0/+4 |
* | PPAPI/NaCl: Reinitialize some stuff when the ipc proxy starts. | dmichael@chromium.org | 2012-06-19 | 1 | -2/+2 |
* | Propogate the UI language on the command line and expose to Flash. | brettw@chromium.org | 2012-06-11 | 1 | -0/+4 |
* | Broker out PPAPI handle duplication | jschuh@chromium.org | 2012-05-11 | 1 | -4/+20 |
* | Add a way to query whether a given instance is off-the-record | brettw@chromium.org | 2012-05-02 | 1 | -2/+4 |
* | This adds a hang monitor for Pepper plugins. It monitors sync messages on the... | brettw@chromium.org | 2012-04-13 | 1 | -3/+14 |
* | Relanding this with fixes to the mac dbg builder | ananta@chromium.org | 2012-01-20 | 1 | -11/+0 |
* | Revert 118385 since this seems to break mac-debug build. | sadrul@chromium.org | 2012-01-20 | 1 | -0/+11 |
* | Remove the Webkit thread in the PPAPI plugin process and perform the text and... | ananta@chromium.org | 2012-01-19 | 1 | -11/+0 |
* | Reland 9034035: Make it possible to have 1 PpapiGlobals per thread. | dmichael@chromium.org | 2012-01-12 | 1 | -4/+12 |
* | Revert 117399 - Make it possible to have 1 PpapiGlobals per thread. Update un... | tommi@chromium.org | 2012-01-12 | 1 | -12/+4 |
* | Make it possible to have 1 PpapiGlobals per thread. Update unit tests. | dmichael@chromium.org | 2012-01-12 | 1 | -4/+12 |
* | Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastruct... | brettw@chromium.org | 2011-12-20 | 1 | -7/+11 |
* | Add a new globals object for PPAPI tracking information. | brettw@chromium.org | 2011-10-20 | 1 | -8/+3 |
* | Revert 106142 - Add a new globals object for PPAPI tracking information. | sail@chromium.org | 2011-10-18 | 1 | -3/+8 |
* | Add a new globals object for PPAPI tracking information. | brettw@chromium.org | 2011-10-18 | 1 | -8/+3 |
* | Fix the PPAPI unittests by hooking up the new proxy function. | brettw@chromium.org | 2011-10-17 | 1 | -7/+11 |
* | Convert ppapi/* to use base::Bind. | dmichael@chromium.org | 2011-10-04 | 1 | -9/+10 |
* | Use precompiled headers for most large projects where the .gyp file | joi@chromium.org | 2011-09-07 | 1 | -2/+2 |
* | Create ppapi_proxy.dll and ppapi_shared.dll. | darin@chromium.org | 2011-08-26 | 1 | -1/+0 |
* | Convert the pp::proxy namespace to the ppapi::proxy namespace. | brettw@chromium.org | 2011-08-18 | 1 | -2/+2 |