| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix reentrancy in HandleEvent by posting a task | piman@google.com | 2011-02-02 | 1 | -3/+9 |
* | Implement proxy for 3d-related interfaces | piman@google.com | 2011-02-02 | 17 | -5/+2321 |
* | Fix some bugs with incorrect ! (both missing and extra) in the proxy error ha... | brettw@chromium.org | 2011-01-28 | 7 | -60/+25 |
* | Refactor PPAPI proxy resource handling to maintain which host they came from, | brettw@chromium.org | 2011-01-27 | 61 | -826/+1659 |
* | Add a target for the proxy unittests. Write tests for the var tracker. | brettw@chromium.org | 2011-01-21 | 3 | -0/+186 |
* | First pass at making the proxy handle multiple renderers. This associates the | brettw@chromium.org | 2011-01-21 | 43 | -434/+965 |
* | Make PP_Resources associated with the Instance rather than the module. This | brettw@chromium.org | 2011-01-15 | 24 | -124/+146 |
* | Move ppapi audio interface out of dev, but | nfullagar@google.com | 2011-01-15 | 6 | -34/+41 |
* | Move webkit/plugins/ppapi/ppb_pdf.h to ppapi/c/private. | viettrungluu@chromium.org | 2011-01-13 | 3 | -8/+3 |
* | Move ppb_flash.h to ppapi/c/private ... | viettrungluu@chromium.org | 2011-01-06 | 3 | -5/+4 |
* | Fix bug introduced when moving image_data to its own file. | brettw@chromium.org | 2011-01-03 | 1 | -1/+0 |
* | Move some misc thread-related stuff from base to base/thread and into the base | brettw@chromium.org | 2010-12-30 | 1 | -1/+1 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 45 | -55/+122 |
* | Move the Pepper implementation from webkit/glue/plugins/pepper_* to | brettw@chromium.org | 2010-12-16 | 7 | -35/+35 |
* | Even more virtual method deinlining. | erg@google.com | 2010-12-13 | 4 | -7/+10 |
* | Start deinlining non-empty virtual methods. (This will be automatically checked | erg@google.com | 2010-12-09 | 6 | -3/+17 |
* | ipc: Simplify the magic required to create IPC message headers.This gets rid ... | jam@chromium.org | 2010-12-08 | 3 | -539/+525 |
* | Implement proxying GetModuleLocalDirContents in the Flash proxy. | brettw@chromium.org | 2010-12-08 | 1 | -3/+34 |
* | Convert over to channel handles | dmaclach@chromium.org | 2010-12-08 | 2 | -3/+3 |
* | Teach PPAPI proxy to share image memory on Mac OS X | abarth@chromium.org | 2010-12-08 | 6 | -76/+157 |
* | Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes | brettw@chromium.org | 2010-12-08 | 2 | -2/+15 |
* | Move more code from headers to implementation. | erg@google.com | 2010-12-07 | 4 | -0/+31 |
* | Revert 68482 - Make webkit/glue/plugins no longer depend on ppapi/proxy direc... | brettw@chromium.org | 2010-12-07 | 2 | -15/+2 |
* | Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes | brettw@chromium.org | 2010-12-07 | 2 | -2/+15 |
* | Implement PPAPI proxy shutdown. | brettw@chromium.org | 2010-12-03 | 4 | -4/+18 |
* | Make the DrawGlyphs call have the proper const arguments, and make the proxied | brettw@chromium.org | 2010-12-02 | 3 | -10/+18 |
* | Add URLLoaderTrusted proxy, hook up Flash proxy. This actually starts using | brettw@chromium.org | 2010-12-02 | 6 | -6/+88 |
* | Add a base class for objects that want to filter messages on the IO thread. ... | jam@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Implement audio proxy for Pepper. | brettw@chromium.org | 2010-12-02 | 15 | -15/+635 |
* | Change trusted shared memory interface to match audio. | nfullagar@google.com | 2010-12-02 | 6 | -26/+29 |
* | Implement DrawGlyphs and refactor the FontDescription serialization such | brettw@chromium.org | 2010-11-14 | 6 | -132/+221 |
* | Add a blank line to force this file to be recompiled on Mac on the bots. | brettw@chromium.org | 2010-11-12 | 1 | -0/+1 |
* | Make the Graphics2D flush call an asynchronous operation. This tracks the | brettw@chromium.org | 2010-11-12 | 8 | -62/+195 |
* | Add proxies for some of the PDF & Flash functionality. There are still a few | brettw@chromium.org | 2010-11-12 | 15 | -2/+1028 |
* | Re-land previous change r65856. Add implementations for Fullscreen and Cursor... | brettw@chromium.org | 2010-11-12 | 7 | -0/+340 |
* | Revert 65856 - Add implementations for Fullscreen and CursorControl interfaces. | brettw@chromium.org | 2010-11-11 | 7 | -340/+0 |
* | Add implementations for Fullscreen and CursorControl interfaces. | brettw@chromium.org | 2010-11-11 | 7 | -0/+340 |
* | Add support for proxying the font and char set interfaces. | brettw@chromium.org | 2010-11-11 | 6 | -4/+634 |
* | Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directory | brettw@chromium.org | 2010-11-10 | 8 | -35/+37 |
* | Remove unused function. | thakis@chromium.org | 2010-11-10 | 1 | -16/+0 |
* | Fix clang build by removing redundant "const" | brettw@chromium.org | 2010-11-10 | 1 | -2/+2 |
* | Implement a new process type for running PPAPI plugins. The process itself is | brettw@chromium.org | 2010-11-10 | 7 | -10/+16 |
* | Add forgotten file from previous PPAPI CL. | brettw@chromium.org | 2010-11-09 | 1 | -1/+4 |
* | Random updates for all added proxy interfaces I've done in the past week. | brettw@chromium.org | 2010-11-09 | 11 | -68/+342 |
* | Convert Chrome PPAPI proxy from bool to PP_Bool. | brettw@chromium.org | 2010-11-08 | 17 | -94/+144 |
* | Add proxies for URLResponseInfo, URLRequestInfo, and Testing. The URLLoader | brettw@chromium.org | 2010-11-05 | 6 | -0/+534 |
* | Var serialization-related proxy stuff. This allows vars to be sent over IPC | brettw@chromium.org | 2010-11-05 | 7 | -0/+1252 |
* | Add proxies for core and class (for calling from WebKit to the plugin). These | brettw@chromium.org | 2010-11-05 | 4 | -0/+551 |
* | Instance interface implementation. These don't build by themselves, this is | brettw@chromium.org | 2010-11-05 | 6 | -0/+944 |
* | Add proxies for ImageData and Graphics2D. These don't build by themselves, this | brettw@chromium.org | 2010-11-04 | 4 | -0/+548 |