summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/private/instance_private.h
Commit message (Collapse)AuthorAgeFilesLines
* PPAPI: Move PPB_Console out of dev.ncbray@chromium.org2012-12-131-14/+1
| | | | | | | | | | | PPB_Console was not added to the SRPC proxy because this proxy is deprecated. BUG= none Review URL: https://chromiumcodereview.appspot.com/11416214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172762 0039d316-1c4b-4281-b951-d872f2087c98
* PPAPI: Add console logging methods to pp::InstancePrivate.viettrungluu@chromium.org2012-07-121-1/+16
| | | | | | | | | | | | | | We didn't want to add them to pp::Instance (since they're not available to NaCl plugins?), so add them to InstancePrivate. (We can move them to Instance later, if desired.) BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10703146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146456 0039d316-1c4b-4281-b951-d872f2087c98
* Remove untrusted scripting support.dmichael@chromium.org2011-07-141-2/+0
| | | | | | | | | BUG=82606 TEST=ppapi_tests,ppapi_unittests Review URL: http://codereview.chromium.org/7362012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92557 0039d316-1c4b-4281-b951-d872f2087c98
* Make the exception for ExecuteScript a regular Var instead of a VarPrivate.brettw@chromium.org2011-06-161-1/+1
| | | | | | | | TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/7097004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89377 0039d316-1c4b-4281-b951-d872f2087c98
* Script is always a string, so it was silly of me to make it VarPrivate.dmichael@chromium.org2011-06-011-2/+1
| | | | | | | | | BUG=82606 TEST=it compiles, tests pass Review URL: http://codereview.chromium.org/7054042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87473 0039d316-1c4b-4281-b951-d872f2087c98
* Fix up a couple of things we missed for the ppapi scripting yak shave.dmichael@chromium.org2011-05-281-3/+3
| | | | | | | | | BUG=82606 TEST=Compiles + ppapi tests pass Review URL: http://codereview.chromium.org/7083009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87160 0039d316-1c4b-4281-b951-d872f2087c98
* Rename Instance_Trusted to Instance_Private, wire it up in Chrome.dmichael@chromium.org2011-04-191-0/+60
Add C++ InstancePrivate. BUG=None TEST=PPAPI tests Review URL: http://codereview.chromium.org/6871040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82104 0039d316-1c4b-4281-b951-d872f2087c98