summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* Ensure that PP_Instance values are unique within a plugin process in additionbrettw@chromium.org2011-03-1010-21/+224
* Pepper/Flapper: Implement proxy for clipboard stuff.viettrungluu@chromium.org2011-03-095-0/+186
* Clarify/fix fullscreen semantics, and add GetScreenSizepiman@google.com2011-03-083-1/+29
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Pepper/Flapper: Get rid of unimplemented private file ref stuff and implement...viettrungluu@chromium.org2011-03-025-9/+168
* Moved creation of GPU command buffer shared memory into the browser process.apatrick@chromium.org2011-02-281-0/+7
* Don't allow multiple opens for Pepper FileSystem.yzshen@chromium.org2011-02-281-4/+6
* 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
* PPB_Flash cleanup part 2: move all the file stuff to ppb_flash_file.*.viettrungluu@chromium.org2011-02-247-271/+381
* 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-2111-23/+331
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-1717-12/+934
* Implement proxy for FlashMenu and Run/QuitMessageLooppiman@google.com2011-02-1515-18/+590
* Implement basic crash detection and shutdown handling for out of process PPAPIbrettw@chromium.org2011-02-156-23/+68
* 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
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-0866-628/+1242
* Fix reentrancy in HandleEvent by posting a taskpiman@google.com2011-02-021-3/+9
* Implement proxy for 3d-related interfacespiman@google.com2011-02-0217-5/+2321
* Fix some bugs with incorrect ! (both missing and extra) in the proxy error ha...brettw@chromium.org2011-01-287-60/+25
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-2761-826/+1659
* Add a target for the proxy unittests. Write tests for the var tracker.brettw@chromium.org2011-01-213-0/+186
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-2143-434/+965
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-1524-124/+146
* Move ppapi audio interface out of dev, butnfullagar@google.com2011-01-156-34/+41
* Move webkit/plugins/ppapi/ppb_pdf.h to ppapi/c/private.viettrungluu@chromium.org2011-01-133-8/+3
* Move ppb_flash.h to ppapi/c/private ...viettrungluu@chromium.org2011-01-063-5/+4
* Fix bug introduced when moving image_data to its own file.brettw@chromium.org2011-01-031-1/+0
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-1/+1
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-2445-55/+122
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-167-35/+35
* Even more virtual method deinlining.erg@google.com2010-12-134-7/+10
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-096-3/+17
* ipc: Simplify the magic required to create IPC message headers.This gets rid ...jam@chromium.org2010-12-083-539/+525
* Implement proxying GetModuleLocalDirContents in the Flash proxy.brettw@chromium.org2010-12-081-3/+34
* Convert over to channel handlesdmaclach@chromium.org2010-12-082-3/+3
* Teach PPAPI proxy to share image memory on Mac OS Xabarth@chromium.org2010-12-086-76/+157
* Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causesbrettw@chromium.org2010-12-082-2/+15
* Move more code from headers to implementation.erg@google.com2010-12-074-0/+31
* Revert 68482 - Make webkit/glue/plugins no longer depend on ppapi/proxy direc...brettw@chromium.org2010-12-072-15/+2
* Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causesbrettw@chromium.org2010-12-072-2/+15
* Implement PPAPI proxy shutdown.brettw@chromium.org2010-12-034-4/+18
* Make the DrawGlyphs call have the proper const arguments, and make the proxiedbrettw@chromium.org2010-12-023-10/+18
* Add URLLoaderTrusted proxy, hook up Flash proxy. This actually starts usingbrettw@chromium.org2010-12-026-6/+88
* Add a base class for objects that want to filter messages on the IO thread. ...jam@chromium.org2010-12-021-1/+1
* Implement audio proxy for Pepper.brettw@chromium.org2010-12-0215-15/+635
* Change trusted shared memory interface to match audio.nfullagar@google.com2010-12-026-26/+29
* Implement DrawGlyphs and refactor the FontDescription serialization suchbrettw@chromium.org2010-11-146-132/+221