| Commit message (Expand) | Author | Age | Files | Lines |
* | The tricky part about logging to the console is that many of the errors are g... | brettw@chromium.org | 2012-01-31 | 1 | -43/+0 |
* | Pepper gamepad support | scottmg@chromium.org | 2012-01-10 | 1 | -0/+5 |
* | Update PPAPI IDL generator to define versioned structs, and unversioned typedef. | wez@chromium.org | 2012-01-05 | 1 | -3/+3 |
* | Change the DidChangeView update to take a new ViewChanged resource. | brettw@chromium.org | 2012-01-03 | 1 | -79/+82 |
* | Rename the shared_impl resource files to give them more regular names. | brettw@chromium.org | 2011-12-07 | 1 | -7/+10 |
* | Revert 113290 - Rename the shared_impl resource files to give them more regul... | brettw@chromium.org | 2011-12-07 | 1 | -10/+7 |
* | Rename the shared_impl resource files to give them more regular names. | brettw@chromium.org | 2011-12-06 | 1 | -7/+10 |
* | Revert 106717 - Revert 106677 (caused several PPAPI test timeouts, see http:/... | brettw@chromium.org | 2011-10-21 | 1 | -11/+45 |
* | Revert 106677 (caused several PPAPI test timeouts, see http://crbug.com/101154) | thakis@chromium.org | 2011-10-21 | 1 | -45/+11 |
* | Remove the proxy callback tracker. | brettw@chromium.org | 2011-10-21 | 1 | -11/+45 |
* | Rename InterfaceID to ApiID and move the file. | brettw@chromium.org | 2011-10-20 | 1 | -24/+24 |
* | Add a new globals object for PPAPI tracking information. | brettw@chromium.org | 2011-10-20 | 1 | -2/+3 |
* | Remove RemoteAccessClientFirewallTraversal policy and code paths. | wez@chromium.org | 2011-10-20 | 1 | -5/+0 |
* | Revert 106142 - Add a new globals object for PPAPI tracking information. | sail@chromium.org | 2011-10-18 | 1 | -3/+2 |
* | Add a new globals object for PPAPI tracking information. | brettw@chromium.org | 2011-10-18 | 1 | -2/+3 |
* | Move PPB/PPP_MouseLock out of dev/. | yzshen@chromium.org | 2011-10-16 | 1 | -1/+1 |
* | Convert the charset, memory, and crypto interfaces to use the thunk system. | brettw@chromium.org | 2011-10-11 | 1 | -0/+21 |
* | Convert URLUtil to the thunk system. | brettw@chromium.org | 2011-10-10 | 1 | -0/+110 |
* | Add PPB_Fullscreen_Dev;0.5. Keep 0.4 for backwards compatiblity and point it | polina@google.com | 2011-09-27 | 1 | -3/+48 |
* | Rename PPB_Fullscreen_Dev to PPB_FlashFullscreen. | brettw@chromium.org | 2011-09-20 | 1 | -20/+19 |
* | Convert dev interfaces to use the macro system. | brettw@chromium.org | 2011-09-14 | 1 | -12/+11 |
* | s patch tries to remove most of the manual registration for Pepper interfaces... | brettw@chromium.org | 2011-09-13 | 1 | -64/+58 |
* | Revert r100853, 100851. Win_shared build is broken. | brettw@chromium.org | 2011-09-13 | 1 | -58/+64 |
* | This patch tries to remove most of the manual registration for Pepper interfa... | brettw@chromium.org | 2011-09-13 | 1 | -64/+58 |
* | Revert 100748 - This patch tries to remove most of the manual registration fo... | dmazzoni@chromium.org | 2011-09-12 | 1 | -58/+64 |
* | This patch tries to remove most of the manual registration for Pepper interfa... | brettw@chromium.org | 2011-09-12 | 1 | -64/+58 |
* | Introduce a new Pepper interface: PPB/PPP_MouseLock. | yzshen@chromium.org | 2011-09-08 | 1 | -0/+50 |
* | Convert the pp::proxy namespace to the ppapi::proxy namespace. | brettw@chromium.org | 2011-08-18 | 1 | -4/+2 |
* | Add a unified resource tracker shared between the proxy and the impl. | brettw@chromium.org | 2011-08-18 | 1 | -4/+3 |
* | Move host resource from the proxy to the shared_impl. | brettw@chromium.org | 2011-08-13 | 1 | -1/+2 |
* | PPAPI interface for reading the enterprise policy as a big JSON blob. | ajwong@chromium.org | 2011-07-30 | 1 | -0/+5 |
* | Remove untrusted scripting support. | dmichael@chromium.org | 2011-07-14 | 1 | -15/+3 |
* | Reland http://codereview.chromium.org/7292033 | dmichael@chromium.org | 2011-07-13 | 1 | -2/+14 |
* | Revert 92302 - First pass at revving stable pepper interfaces to 1.0. | dmichael@chromium.org | 2011-07-13 | 1 | -14/+2 |
* | First pass at revving stable pepper interfaces to 1.0. | dmichael@chromium.org | 2011-07-13 | 1 | -2/+14 |
* | Reland http://codereview.chromium.org/7312008/ | dmichael@chromium.org | 2011-07-08 | 1 | -0/+15 |
* | Revert 91859 - Porting ppapi_tests framework to postMessage. | dmichael@chromium.org | 2011-07-08 | 1 | -15/+0 |
* | Porting ppapi_tests framework to postMessage. | dmichael@chromium.org | 2011-07-08 | 1 | -0/+15 |
* | Add interfaces for requesting and receiving input event resources. | brettw@chromium.org | 2011-07-07 | 1 | -0/+52 |
* | Move PPB_Zoom and PPB_Messageing to the thunk system. Implement PPB_Messaging | brettw@chromium.org | 2011-07-06 | 1 | -0/+32 |
* | Move fullscreen and instance to the new thunk system. | brettw@chromium.org | 2011-06-15 | 1 | -85/+164 |
* | Keep the module in scope when executing scripts. This prevents a crash when the | brettw@chromium.org | 2011-04-18 | 1 | -0/+6 |
* | Prevent Pepper plugin reentrancy for synchronous messages except for script | brettw@chromium.org | 2011-03-13 | 1 | -0/+6 |
* | Rent syncemove all uses of the global Dispatcher Get function. | brettw@chromium.org | 2011-02-08 | 1 | -6/+15 |
* | Refactor PPAPI proxy resource handling to maintain which host they came from, | brettw@chromium.org | 2011-01-27 | 1 | -4/+13 |
* | First pass at making the proxy handle multiple renderers. This associates the | brettw@chromium.org | 2011-01-21 | 1 | -7/+24 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 1 | -1/+4 |
* | Convert Chrome PPAPI proxy from bool to PP_Bool. | brettw@chromium.org | 2010-11-08 | 1 | -6/+7 |
* | Instance interface implementation. These don't build by themselves, this is | brettw@chromium.org | 2010-11-05 | 1 | -0/+138 |
* | Revert PPAPI proxy change with too many files in it. | brettw@chromium.org | 2010-11-03 | 1 | -139/+0 |