summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Review URL: http://codereview.chromium.org/6502007jond@google.com2011-02-282-65/+150
* Fix compiling on gcc-4.6.hbono@chromium.org2011-02-251-1/+1
* Factor fd sharing code in proxy and fix fd issues once and for all.piman@google.com2011-02-255-72/+83
* Moved creation of GPU transfer buffers into the browser process.apatrick@chromium.org2011-02-241-0/+10
* 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-2411-345/+474
* 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-235-46/+55
* Add some files to the C compilation test, and fix the stuff that wasn't C com...dmichael@google.com2011-02-235-22/+27
* Dup command-buffer SHM handle before auto-closing.piman@google.com2011-02-231-1/+4
* Implement the filesystem proxy. This allows the FileRef tests (the ones whichbrettw@chromium.org2011-02-2115-29/+358
* 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