summaryrefslogtreecommitdiffstats
path: root/ppapi/c
Commit message (Expand)AuthorAgeFilesLines
* Review URL: http://codereview.chromium.org/6502007jond@google.com2011-02-282-65/+150
* Pin the PPAPI custom cursor value. PPAPI is intended to be frozen, so make sp...avi@chromium.org2011-02-241-3/+3
* PPB_Flash cleanup part 2: move all the file stuff to ppb_flash_file.*.viettrungluu@chromium.org2011-02-243-74/+91
* Pepper: Increment the version numbers for PPB_{FileRef,FileSystem}_Dev.viettrungluu@chromium.org2011-02-232-3/+3
* PPB_Flash cleanup part 1: move the net connector stuff to its own files.viettrungluu@chromium.org2011-02-232-38/+46
* Add some files to the C compilation test, and fix the stuff that wasn't C com...dmichael@google.com2011-02-234-22/+22
* Implement the filesystem proxy. This allows the FileRef tests (the ones whichbrettw@chromium.org2011-02-213-6/+25
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-172-9/+8
* Review URL: http://codereview.chromium.org/6246117jond@google.com2011-02-165-107/+237
* Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-161-16/+18
* Document the meaning of the scroll wheel event in PPAPI.brettw@chromium.org2011-02-151-0/+44
* Revert 75003 - Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-151-18/+16
* Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-151-16/+18
* Implement proxy for FlashMenu and Run/QuitMessageLooppiman@google.com2011-02-152-6/+6
* Implement basic crash detection and shutdown handling for out of process PPAPIbrettw@chromium.org2011-02-151-0/+19
* Pepper GLES fixes to support 3D in NaCl.neb@chromium.org2011-02-111-3/+4
* Revert the accidentially changed auto-generated files.jochen@chromium.org2011-02-101-1/+1
* Minor changes to layout to remove variables section. Doxyfile changed to find...jond@google.com2011-02-102-3/+3
* Only invoke WebKit methods in browsing data helpers on the WEBKIT thread.jochen@chromium.org2011-02-101-1/+1
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-1/+1
* Pepper: Make PPB_FileChooser_Dev::Show "return" PP_ERROR_USERCANCEL if no fil...viettrungluu@chromium.org2011-02-071-3/+5
* Review URL: http://codereview.chromium.org/6312098jond@google.com2011-02-038-52/+124
* Review URL: http://codereview.chromium.org/6286018jond@google.com2011-02-032-19/+73
* This Doxyfile has the TYPEDEF_HIDES_STRUCT = NO setting to fix the PP_Var jond@google.com2011-02-021-718/+719
* Pepper/Flapper: First pass at context menu implementation.viettrungluu@chromium.org2011-01-313-3/+73
* 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
* 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-271-2/+2
* 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-261-0/+78
* 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
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-213-24/+30
* Remove dev/audio, dev/audio_config, and dev/audio_trustednfullagar@google.com2011-01-203-220/+0
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-158-30/+32
* 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-153-0/+221
* Revert of revert 69309 - switch handles to 32 bit in PPAPI.neb@chromium.org2011-01-1442-57/+50
* Move webkit/plugins/ppapi/ppb_pdf.h to ppapi/c/private.viettrungluu@chromium.org2011-01-131-0/+135
* Add an instance parameter to var objects, audio, and the 2D API. This replace...brettw@chromium.org2011-01-074-14/+22
* 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-071-1/+39
* Move ppb_flash.h to ppapi/c/private ...viettrungluu@chromium.org2011-01-061-0/+117
* Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp...alokp@chromium.org2010-12-282-5/+112
* Added ppapi::Context3D interface. The API has already been reviewed. I am add...alokp@chromium.org2010-12-234-71/+382
* Fix comment on trusted File IO method to indicate that HANDLE is returned on ...bbudge@google.com2010-12-221-4/+5
* Moved the logic of maintaining the current context to gles2 helper library.alokp@chromium.org2010-12-212-173/+232