summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webplugin_delegate_pepper.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug 34167: GPU plugins' output initially placed incorrectly on pagekbr@google.com2010-02-051-0/+30
* To implement Pepper in Native Client we need access to the implementation of thesehr@google.com2010-02-031-7/+27
* [GPU] Get GPU process running on the mackbr@google.com2010-02-031-0/+16
* Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,...apatrick@chromium.org2010-02-011-3/+3
* Fix passing pointers between processes.jam@chromium.org2010-01-291-24/+10
* Redesigned CommandBuffer and NPDevice3D interfaces.apatrick@chromium.org2010-01-291-32/+29
* Refactor Pepper device APIneb@chromium.org2010-01-251-194/+36
* Add the impl structure to the pepper 3D api. Needed for NaCl implementation ...sehr@google.com2010-01-231-0/+8
* linux: reinstate Pepper pluginspiman@chromium.org2010-01-151-12/+1
* Set disabled style on GPU window and plugin intermediate window so mouse mess...apatrick@chromium.org2010-01-151-0/+2
* Remove unnecessary references to webkit/glue/glue_util.h indarin@chromium.org2010-01-131-1/+0
* Working rudimentary audio in Pepper.brettw@chromium.org2010-01-121-0/+142
* This CL is for Neb. It contains his change 501124, with conflicts merged.sehr@google.com2010-01-111-1/+1
* Fixed some bugs that prevented the GPU plugin from shutting down without cras...apatrick@google.com2010-01-081-4/+9
* Revert 35649 - Make Pepper plugins work on Linux.arv@chromium.org2010-01-061-1/+1
* Make Pepper plugins work on Linux.brettw@chromium.org2010-01-061-1/+1
* Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...apatrick@google.com2009-12-221-24/+154
* Expose the TransportDIB through the reserved pointer so that the NaCl pepper ...sehr@google.com2009-12-181-0/+20
* The union and first level nested struct were vestiges of the previoussehr@google.com2009-12-111-17/+17
* Enable pepper events to flow to the plugin. Also enable printing of the eventsehr@google.com2009-12-081-1/+5
* Refactor the pepper API implementation to make it more scalable as we add morebrettw@chromium.org2009-12-071-1/+56
* Send resource load notifications from plugins to devtools agent. This is a pa...yurys@chromium.org2009-12-031-1/+1
* Update the Pepper APIs to the latest spec for the 2D demo plugin.brettw@chromium.org2009-12-011-124/+120
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1
* Rework painting to be something that will actually work. This allows plugins tobrettw@chromium.org2009-11-111-17/+70
* Add the plumbing and test code for plugins opening files from the sandbox. Thisbrettw@chromium.org2009-11-031-1/+32
* To facilitate apatrick's work on the 3D renderer for Pepper,sehr@google.com2009-10-311-8/+9
* Push the native canvas into the plugin implementation. On Windows, this meansbrettw@chromium.org2009-10-231-19/+36
* Make all pepper plugins default to windowless and transparent.sehr@google.com2009-10-201-0/+5
* Moved Pepper delegate definition to chrome\renderer to allow it to usesehr@google.com2009-10-171-0/+423