summaryrefslogtreecommitdiffstats
path: root/webkit/tools/pepper_test_plugin
Commit message (Expand)AuthorAgeFilesLines
* Enable pepper events to flow to the plugin. Also enable printing of the eventsehr@google.com2009-12-086-5/+284
* Update the Pepper APIs to the latest spec for the 2D demo plugin.brettw@chromium.org2009-12-012-27/+20
* Fixed pepper plugin run as url.apatrick@google.com2009-11-241-1/+1
* Fix a compilation failure on Linux. It still doesn't link correctly yet on Li...brettw@chromium.org2009-11-101-1/+1
* Add the plumbing and test code for plugins opening files from the sandbox. Thisbrettw@chromium.org2009-11-031-12/+22
* Conditionally added pepper_test_plugin.gyp as all.gyp dependency based on whe...apatrick@google.com2009-11-022-42/+61
* Make Pepper NPN variable return a pointer to an allocatedsehr@google.com2009-10-272-15/+19
* Make the test plugin draw an antialiased green circle with a gradient so webrettw@chromium.org2009-10-234-28/+79
* Make the Pepper test plugin actually load by adding a module definition file tobrettw@chromium.org2009-10-204-4/+48
* Do a whole bunch of cleanup in the test plugin. This removes most of the oldbrettw@chromium.org2009-10-194-978/+186
* Make main.cpp Google style and conver the filename and headers of the otherbrettw@chromium.org2009-10-157-567/+409
* Add a simple test page that instantiates the Pepper test plugin.brettw@chromium.org2009-10-141-0/+3
* Add a skeleton "Pepper" NPAPI plugin. This is basically a copy of thebrettw@chromium.org2009-10-148-0/+1807