summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-1724-38/+954
* Review URL: http://codereview.chromium.org/6246117jond@google.com2011-02-165-107/+237
* Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-165-31/+129
* 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-155-129/+31
* Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-155-31/+129
* Implement proxy for FlashMenu and Run/QuitMessageLooppiman@google.com2011-02-1525-66/+650
* Remove obsolete dependencies that create needless recompiling.jeanluc@chromium.org2011-02-151-1/+0
* Implement basic crash detection and shutdown handling for out of process PPAPIbrettw@chromium.org2011-02-158-23/+88
* Fix PPB_Audio_Proxy handling of file descriptors.piman@google.com2011-02-151-2/+2
* Share PPAPI out-of-process plugins between renderer processes.brettw@chromium.org2011-02-136-61/+89
* 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-102-2/+2
* 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-102-2/+2
* Update the checked-in GLES2 bindings and implementation to match the auto-gen...bryner@chromium.org2011-02-081-1/+1
* Revert 73222 - Make target running GLES2 autogen script.gavinp@chromium.org2011-02-081-25/+0
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-0868-629/+1245
* 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
* Fix FileIO and FileRef PPAPI tests to match changes inadamk@chromium.org2011-02-032-25/+26
* 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
* Fix reentrancy in HandleEvent by posting a taskpiman@google.com2011-02-021-3/+9
* Implement proxy for 3d-related interfacespiman@google.com2011-02-0218-5/+2330
* 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