summaryrefslogtreecommitdiffstats
path: root/third_party/npapi
Commit message (Expand)AuthorAgeFilesLines
* GYP changes for FreeBSD and OpenBSDpvalchev@google.com2010-05-141-1/+1
* remove last comma from enum lists (required to build on NaCl with stricter co...nfullagar@google.com2010-05-141-5/+5
* More changes to sync npapi.h to the upstream npapi-headers version.stuartmorgan@chromium.org2010-05-131-67/+62
* Update the Pepper scrollbar widget to use the new WebKit Scrollbar interface.jam@chromium.org2010-05-121-4/+12
* Change npapi.h header guard to match npapi-headers versionstuartmorgan@chromium.org2010-05-111-3/+3
* Add more OS/2 defines to npapi.hstuartmorgan@chromium.org2010-05-111-0/+43
* Add Symbian defines to npapi.h to match upstream changesstuartmorgan@chromium.org2010-05-101-8/+16
* Switch to using npfunctions.h from npapi-headers for NPAPI declarationsstuartmorgan@chromium.org2010-05-103-289/+227
* Add parameters to CreateWidget Pepper API so we can specify whether a scrollb...jam@chromium.org2010-05-071-3/+8
* Remove the obsolete JRI bits from the NPAPI headersstuartmorgan@chromium.org2010-05-072-14/+1
* Add new widget API to Pepper to replace the old theming API. The implementat...jam@chromium.org2010-05-071-184/+222
* Bring npapi.h closer to the npapi-headers project versionstuartmorgan@chromium.org2010-05-061-87/+100
* Eliminate non-functional differences between our NPAPI headers and the npapi-...stuartmorgan@chromium.org2010-05-052-427/+408
* Move NPAPI to C99 typesstuartmorgan@chromium.org2010-05-056-113/+185
* 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
* checksum computation that returns the least significant 32-bits of the 128-bi...abetul@google.com2010-03-041-1/+4
* I just put the code that does not compile on ARM. Trybots will fail because I...apatrick@chromium.org2010-02-241-0/+10
* Move nphostapi.h to be with the rest of the NPAPI headers.jam@chromium.org2010-02-242-0/+326
* Missed OpenBSD ifdef in third_partypvalchev@google.com2010-02-231-1/+1
* 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
* solaris: minor ifdefsevan@chromium.org2010-02-171-1/+1
* Fix some issues with compiling Mac plugin code with deprecation defines setstuartmorgan@chromium.org2010-02-161-0/+2
* base::SharedMemory does not set the size in other than the creatingsehr@google.com2010-02-101-1/+4
* Audio support for native client requires some additional featuressehr@google.com2010-02-092-1/+5
* 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
* Dropping unconnected obsolete vsprops files.bradnelson@google.com2010-02-031-11/+0
* To implement Pepper in Native Client we need access to the implementation of thesehr@google.com2010-02-032-2/+20
* 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
* Add a Python script which analyzes information about steams from NPSPY's logs...jam@chromium.org2009-12-151-0/+105
* Beef up NPSPY a bit while tracking down bug 28809. This adds proper logging ...jam@chromium.org2009-12-1115-311/+548
* 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