summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a blank line to force this file to be recompiled on Mac on the bots.brettw@chromium.org2010-11-121-0/+1
* Make the Graphics2D flush call an asynchronous operation. This tracks thebrettw@chromium.org2010-11-128-62/+195
* Add proxies for some of the PDF & Flash functionality. There are still a fewbrettw@chromium.org2010-11-1215-2/+1028
* Re-land previous change r65856. Add implementations for Fullscreen and Cursor...brettw@chromium.org2010-11-127-0/+340
* Revert 65856 - Add implementations for Fullscreen and CursorControl interfaces.brettw@chromium.org2010-11-117-340/+0
* Add implementations for Fullscreen and CursorControl interfaces.brettw@chromium.org2010-11-117-0/+340
* Add support for proxying the font and char set interfaces.brettw@chromium.org2010-11-116-4/+634
* Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directorybrettw@chromium.org2010-11-108-35/+37
* Remove unused function.thakis@chromium.org2010-11-101-16/+0
* Fix clang build by removing redundant "const"brettw@chromium.org2010-11-101-2/+2
* Implement a new process type for running PPAPI plugins. The process itself isbrettw@chromium.org2010-11-107-10/+16
* Add forgotten file from previous PPAPI CL.brettw@chromium.org2010-11-091-1/+4
* Random updates for all added proxy interfaces I've done in the past week.brettw@chromium.org2010-11-0911-68/+342
* Convert Chrome PPAPI proxy from bool to PP_Bool.brettw@chromium.org2010-11-0817-94/+144
* Add proxies for URLResponseInfo, URLRequestInfo, and Testing. The URLLoaderbrettw@chromium.org2010-11-056-0/+534
* Var serialization-related proxy stuff. This allows vars to be sent over IPCbrettw@chromium.org2010-11-057-0/+1252
* Add proxies for core and class (for calling from WebKit to the plugin). Thesebrettw@chromium.org2010-11-054-0/+551
* Instance interface implementation. These don't build by themselves, this isbrettw@chromium.org2010-11-056-0/+944
* Add proxies for ImageData and Graphics2D. These don't build by themselves, thisbrettw@chromium.org2010-11-044-0/+548
* Add proxies for Var deprecated and some additional tracking information. Thesebrettw@chromium.org2010-11-034-0/+679
* Remove serialized var file from previous check that shouldn't have been there.brettw@chromium.org2010-11-031-457/+0
* Core PPAPI proxy files. This includes the dispatcher which is the control pointbrettw@chromium.org2010-11-0321-0/+2293
* Revert PPAPI proxy change with too many files in it.brettw@chromium.org2010-11-0347-6325/+0
* Core PPAPI proxy files. This includes the dispatcher which is the control pointbrettw@chromium.org2010-11-0347-0/+6325