ppapi


Pepper Plugin API

API documentation

The C and C++ API documentation for Pepper can be found at the Native Client developer website.

Pepper code location

Currently the canonical version of the PPAPI code has moved to the Chromium subversion repo http://src.chromium.org/viewvc/chrome/trunk/src/ppapi/ to help with browser versioning and dependencies (see Get the code for more details). We're still working out what role this public repo should have (maybe it will be a copy of the public interface where it's easier for external projects to pull from).

<hr>

PPAPI is a cross-platform API for plugins for web browsers. It is currently an experimental feature of Chromium and Google Chrome.

For an introduction, please see: * Getting started * Important concepts

If you are working on the Chromium implementation of this API, please see the Pepper plugin implementation design doc.

Project Information