summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved the logic of maintaining the current context to gles2 helper library.alokp@chromium.org2010-12-2110-1114/+555
* Properly cancel PPAPI callbacks.viettrungluu@chromium.org2010-12-214-47/+217
* Remove static initializers.neb@chromium.org2010-12-2034-531/+546
* Change ppapi C++ comment style into C.neb@chromium.org2010-12-2066-353/+421
* Integrate NaCl Head - Revert 69309 to restore 64b handles in PPAPInoelallen@google.com2010-12-1848-58/+65
* Renamed PPB_NaClUtil to PPB_NaCl as requested by brettw.abarth@chromium.org2010-12-172-4/+4
* Add LaunchSelLdr and UrandomFD to PPAPIabarth@chromium.org2010-12-171-1/+13
* Add stub PPAPI for launching NaCl's sel_ldr process.abarth@chromium.org2010-12-172-0/+20
* Revert 69511 - Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2010-12-173-13/+6
* Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2010-12-173-6/+13
* Remove CrOS hack from ppapi.gyp that made the include directories work. Thisbrettw@chromium.org2010-12-171-4/+0
* Another attempt at landing:dmichael@google.com2010-12-166-0/+754
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-167-35/+35
* Added native EGL types for pepper platform.alokp@chromium.org2010-12-151-33/+4
* Resource width 64->32 change.neb@chromium.org2010-12-1548-65/+58