| Commit message (Expand) | Author | Age | Files | Lines |
* | PPAPI: Move PPB_Console out of dev. | ncbray@chromium.org | 2012-12-13 | 1 | -20/+0 |
* | PPAPI: Add console logging methods to pp::InstancePrivate. | viettrungluu@chromium.org | 2012-07-12 | 1 | -5/+25 |
* | Convert resources to take an instance key instead of an Instance*. | brettw@chromium.org | 2012-02-27 | 1 | -3/+3 |
* | Remove untrusted scripting support. | dmichael@chromium.org | 2011-07-14 | 1 | -2/+0 |
* | Make the exception for ExecuteScript a regular Var instead of a VarPrivate. | brettw@chromium.org | 2011-06-16 | 1 | -2/+1 |
* | Script is always a string, so it was silly of me to make it VarPrivate. | dmichael@chromium.org | 2011-06-01 | 1 | -1/+1 |
* | Fix up a couple of things we missed for the ppapi scripting yak shave. | dmichael@chromium.org | 2011-05-28 | 1 | -0/+6 |
* | Rename Instance_Trusted to Instance_Private, wire it up in Chrome. | dmichael@chromium.org | 2011-04-19 | 1 | -0/+72 |