summaryrefslogtreecommitdiffstats
path: root/third_party/npapi/bindings/npapi_extensions.h
Commit message (Expand)AuthorAgeFilesLines
* Chrome side of making RenderView not special case PluginDocument and making t...jam@chromium.org2010-07-081-2/+4
* Added support for vector printing for Pepper v1 plugins for Linux.sanjeevr@chromium.org2010-06-291-5/+14
* Allow quering Pepper plugin for selected text for the context menu. Also tak...jam@chromium.org2010-06-291-11/+19
* Added support for vector printing for Pepper v1 plugins for Windows. Mac and ...sanjeevr@chromium.org2010-06-241-0/+8
* Remove extra ',' at the end of an enum list which fails to compile in C withmsneck@google.com2010-06-231-1/+1
* Add a font API to Pepper and implement on Linux based on agl's code from http...jam@chromium.org2010-06-111-0/+79
* Fix more type issues from the npapi.h tranisition to *_t typesstuartmorgan@chromium.org2010-06-041-0/+2
* Fix a bunch more type changes as part of the npapi.h mergingstuartmorgan@chromium.org2010-06-021-65/+65
* Add a "Copy" API to Pepper, so that plugins don't have to hardcode the platfo...jam@chromium.org2010-05-271-0/+5
* Add a SetCursor API to Pepper. I'll implement custom cursors once we switche...jam@chromium.org2010-05-241-0/+51
* remove last comma from enum lists (required to build on NaCl with stricter co...nfullagar@google.com2010-05-141-5/+5
* Update the Pepper scrollbar widget to use the new WebKit Scrollbar interface.jam@chromium.org2010-05-121-4/+12
* Add parameters to CreateWidget Pepper API so we can specify whether a scrollb...jam@chromium.org2010-05-071-3/+8
* Add new widget API to Pepper to replace the old theming API. The implementat...jam@chromium.org2010-05-071-184/+222
* New experimental Pepper device API.apatrick@chromium.org2010-04-161-0/+218
* Remove trailing comma to make enum compile for native clientnfullagar@google.com2010-04-141-1/+1
* Extend the file browser/chooser to support more modes of operation, and plumbbrettw@chromium.org2010-03-301-0/+59
* Add zooming notifications to Pepper. This allows the plugin to respond to fu...jam@chromium.org2010-03-261-0/+6
* Chrome side of adding search support to Pepper.jam@chromium.org2010-03-251-17/+62
* Fixed the Pepper print interface to take in the print dimensions and printer ...sanjeevr@chromium.org2010-03-121-11/+6
* Added functions to the Pepper interface to allow plugins to participate in th...sanjeevr@chromium.org2010-03-111-1/+57
* Minor tweaks to get the NaCl tool-chain to build with the latest GPU stuff.dspringer@google.com2010-03-091-3/+5
* Add theming API to Pepper. For now, this only handles scrollbars.jam@chromium.org2010-03-081-0/+52
* Committing change from Gene Gutnik <gene@chromium.org>. Original change at h...jam@chromium.org2010-03-051-0/+7
* I just put the code that does not compile on ARM. Trybots will fail because I...apatrick@chromium.org2010-02-241-0/+10
* Revert 39530 - GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-201-10/+0
* GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-201-0/+10
* Audio support for native client requires some additional featuressehr@google.com2010-02-091-0/+1
* Implemented async flushes for Pepper 3D.apatrick@chromium.org2010-02-091-0/+10
* Added support for lost context recovery on the client side. None of our servi...apatrick@chromium.org2010-02-031-0/+15
* To implement Pepper in Native Client we need access to the implementation of thesehr@google.com2010-02-031-2/+2
* Remove yet another comma that gets in the way of the NaCl build.sehr@google.com2010-02-021-1/+1
* Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,...apatrick@chromium.org2010-02-011-3/+12
* Redesigned CommandBuffer and NPDevice3D interfaces.apatrick@chromium.org2010-01-291-14/+6
* Refactor Pepper device APIneb@chromium.org2010-01-251-3/+2
* Working rudimentary audio in Pepper.brettw@chromium.org2010-01-121-0/+85
* Clarify the byte ordering and premultiplied-ness of the Pepper 2D data.brettw@chromium.org2010-01-111-0/+15
* Removed trailing comma in enum to fix nacl build.apatrick@google.com2009-12-231-1/+1
* Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...apatrick@google.com2009-12-221-2/+53
* The union and first level nested struct were vestiges of the previoussehr@google.com2009-12-111-18/+16
* Stray , at the end of one of the enums causes a fail with pedanticsehr@google.com2009-12-091-1/+1
* Refactor the pepper API implementation to make it more scalable as we add morebrettw@chromium.org2009-12-071-5/+13
* Update the Pepper APIs to the latest spec for the 2D demo plugin.brettw@chromium.org2009-12-011-0/+231