summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Make target running GLES2 autogen script.neb@chromium.org2011-01-311-0/+25
* Pepper/Flapper: First pass at context menu implementation.viettrungluu@chromium.org2011-01-316-3/+158
* Include what you use in ppb_context_3d_trusted_devneb@chromium.org2011-01-291-0/+2
* Some minor tweaks to doxygen code. Namely adding @file sections to the start jond@google.com2011-01-2823-12/+3188
* Fix some bugs with incorrect ! (both missing and extra) in the proxy error ha...brettw@chromium.org2011-01-287-60/+25
* Implements PPB_Context3DTrusted_Dev. Also add CreateRaw/Initialize for proxypiman@google.com2011-01-281-1/+14
* Removed Doxygen groupings by ppb_, pp_, and ppp_. Added grouping by construct...jond@google.com2011-01-2826-93/+399
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-2764-831/+1670
* Include what you use in ppb_surface_3d_dev.h.neb@chromium.org2011-01-261-0/+1
* PPB_Context3D_Trusted interface.neb@chromium.org2011-01-262-0/+79
* Break ppapi.gyp into several gypi's to reduce contention and allow projects t...noelallen@google.com2011-01-225-644/+723
* Fix comment.darin@chromium.org2011-01-221-4/+4
* When we detect a PDF with an unsupported feature, ask the user if they want t...jam@chromium.org2011-01-221-0/+3
* PPAPI: Add context menu events.viettrungluu@chromium.org2011-01-211-13/+13
* Add a target for the proxy unittests. Write tests for the var tracker.brettw@chromium.org2011-01-214-0/+206
* Only close the sync socket if it is non-NULL. This fixesnfullagar@google.com2011-01-211-1/+2
* ppapi_egl target is currently unused as verified by using:noelallen@google.com2011-01-212-40/+55
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-2151-466/+1070
* Remove dev/audio, dev/audio_config, and dev/audio_trustednfullagar@google.com2011-01-2010-419/+5
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-1546-195/+255
* melt the non-dev audio interface to 0.5nfullagar@google.com2011-01-153-3/+3
* Move ppapi audio interface out of dev, butnfullagar@google.com2011-01-1517-45/+470
* Fix Pepper URL Loader callbacks.viettrungluu@chromium.org2011-01-143-7/+74
* Revert of revert 69309 - switch handles to 32 bit in PPAPI.neb@chromium.org2011-01-1444-61/+54
* Revert 71334 - Fix Pepper URL Loader callbacks.viettrungluu@chromium.org2011-01-143-74/+7
* Added plugin size to error logging and a logging statement when the plugin si...ddorwin@chromium.org2011-01-131-2/+8
* Add ability to toggle the size of the plugin.ddorwin@chromium.org2011-01-131-3/+25
* Fix Pepper URL Loader callbacks.viettrungluu@chromium.org2011-01-133-7/+74
* Move webkit/plugins/ppapi/ppb_pdf.h to ppapi/c/private.viettrungluu@chromium.org2011-01-135-8/+139
* Fix ppapi_example_2d.neb@chromium.org2011-01-121-5/+2
* Fix self-assignment in pp::Resourcepiman@google.com2011-01-121-2/+2
* Make audio example up-to-datenfullagar@google.com2011-01-111-18/+31
* Fix Pepper File IO callbacks.viettrungluu@chromium.org2011-01-112-2/+206
* Use PASS() everywhere in ppapi/tests.neb@chromium.org2011-01-0712-67/+67
* PPB_Class simple test.neb@chromium.org2011-01-073-0/+84
* Pull NaCl deps, remove temporary hack to keep the build compiling in PPAPI.brettw@chromium.org2011-01-071-7/+0
* Add an instance parameter to var objects, audio, and the 2D API. This replace...brettw@chromium.org2011-01-0720-75/+118
* Expose Map/UnmapTexSubImage2DCHROMIUM to pepper pluginspiman@google.com2011-01-071-0/+41
* Private Pepper extension for Flapper to allow TCP connections to be madeviettrungluu@chromium.org2011-01-073-1/+145
* Move ppb_flash.h to ppapi/c/private ...viettrungluu@chromium.org2011-01-065-5/+122
* Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2011-01-052-4/+4
* Fix bug introduced when moving image_data to its own file.brettw@chromium.org2011-01-031-1/+0
* Move some functions out of win_util and into hwnd_util, and into a new win/sh...brettw@google.com2010-12-309-42/+10
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-302-2/+2
* Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp...alokp@chromium.org2010-12-2811-25/+218
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-2445-55/+122
* Added ppapi::Context3D interface. The API has already been reviewed. I am add...alokp@chromium.org2010-12-2312-179/+519
* Implement operator= for FontDev (it currently gives errors if you try to usebrettw@chromium.org2010-12-222-1/+8
* Fix comment on trusted File IO method to indicate that HANDLE is returned on ...bbudge@google.com2010-12-221-4/+5
* Improve documentation for the tools for generating size checks, based on comm...dmichael@google.com2010-12-223-89/+220