0
Commit Graph

5 Commits

Author SHA1 Message Date
brettw@chromium.org
d38c5740cd Add a console interface for logging to the JS console from a PPAPI plugin.
TEST=manual
Review URL: http://codereview.chromium.org/6667010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77852 0039d316-1c4b-4281-b951-d872f2087c98
2011-03-11 20:20:56 +00:00
ddorwin@chromium.org
f8502681d0 Added plugin size to error logging and a logging statement when the plugin size changes.
I found these changes useful while debugging issues when modifying the plugin.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/6214007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71366 0039d316-1c4b-4281-b951-d872f2087c98
2011-01-13 22:10:36 +00:00
brettw@chromium.org
7ca87c2179 Add an instance parameter to var objects, audio, and the 2D API. This replaces the module in most cases.
This will be used in the proxy to multiplex one plugin across multiple renderer processes. We need the instance in the proxy to know which process to send it to.

I added a deprecated var object creation function for native client, which
depends on the module and this is very difficult to change. Because it doesn't
have the multiplexing requirements, this is fine for now.

TEST=ppapi ui tests
BUG=none
Review URL: http://codereview.chromium.org/6085009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70721 0039d316-1c4b-4281-b951-d872f2087c98
2011-01-07 05:33:20 +00:00
brettw@chromium.org
5a3f62856d Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directory
and rename accordingly.

Rename URLResponseInfo.GetBody to GetBodyAsFileRef.

TEST=it compiles
BUG=none
Review URL: http://codereview.chromium.org/4747001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65705 0039d316-1c4b-4281-b951-d872f2087c98
2010-11-10 21:43:01 +00:00
brettw@chromium.org
1758e88fd9 Move PPAPI into the Chrome repo. The old repo was
http://ppapi.googlecode.com/

TEST=none
BUG=none

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64613 0039d316-1c4b-4281-b951-d872f2087c98
2010-11-01 16:16:50 +00:00