summaryrefslogtreecommitdiffstats
path: root/webkit/tools/pepper_test_plugin/plugin_object.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove use of Skia's safeUnref() in favor of SkSafeUnref(...)vandebo@chromium.org2010-09-241-3/+2
* Changed the pepper test plugin to render a red triangle on a black background...alokp@chromium.org2010-03-171-13/+10
* I just put the code that does not compile on ARM. Trybots will fail because I...apatrick@chromium.org2010-02-241-2/+2
* Revert 39530 - GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-201-2/+2
* GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-201-2/+2
* 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/+20
* Added support for lost context recovery on the client side. None of our servi...apatrick@chromium.org2010-02-031-21/+51
* [GPU] Get GPU process running on the mackbr@google.com2010-02-031-1/+11
* Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,...apatrick@chromium.org2010-02-011-1/+1
* linux: enable pepper pluginpiman@chromium.org2010-01-251-1/+1
* Revert 36399 - linux: enable pepper_test_plugin laforge@chromium.org2010-01-231-1/+1
* linux: enable pepper_test_pluginpiman@chromium.org2010-01-151-1/+1
* Resubmitting r36268 with a fix for mac:apatrick@chromium.org2010-01-151-41/+27
* Revert 36268 - Implemented PGL library, an EGL like API for Pepper. Updated P...apatrick@chromium.org2010-01-141-25/+41
* Implemented PGL library, an EGL like API for Pepper. Updated Pepper test plug...apatrick@chromium.org2010-01-141-41/+25
* Make the Pepepr test run on the mac.dspringer@google.com2010-01-141-4/+4
* Working rudimentary audio in Pepper.brettw@chromium.org2010-01-121-0/+42
* This CL is for Neb. It contains his change 501124, with conflicts merged.sehr@google.com2010-01-111-10/+34
* Revert 35649 - Make Pepper plugins work on Linux.arv@chromium.org2010-01-061-34/+10
* Make Pepper plugins work on Linux.brettw@chromium.org2010-01-061-10/+34
* Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...apatrick@google.com2009-12-221-22/+98
* The union and first level nested struct were vestiges of the previoussehr@google.com2009-12-111-1/+1
* Enable pepper events to flow to the plugin. Also enable printing of the eventsehr@google.com2009-12-081-1/+9
* Update the Pepper APIs to the latest spec for the 2D demo plugin.brettw@chromium.org2009-12-011-27/+18
* Add the plumbing and test code for plugins opening files from the sandbox. Thisbrettw@chromium.org2009-11-031-12/+22
* Make Pepper NPN variable return a pointer to an allocatedsehr@google.com2009-10-271-7/+7
* Make the test plugin draw an antialiased green circle with a gradient so webrettw@chromium.org2009-10-231-0/+67
* Do a whole bunch of cleanup in the test plugin. This removes most of the oldbrettw@chromium.org2009-10-191-843/+127
* Make main.cpp Google style and conver the filename and headers of the otherbrettw@chromium.org2009-10-151-0/+929