summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl
Commit message (Expand)AuthorAgeFilesLines
* Implement flash menu and net connector resources using the API/thunk model.brettw@chromium.org2011-06-151-0/+2
* Implement out-of-process proxy for PPB_Buffer_Dev.fischman@chromium.org2011-06-101-0/+1
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-017-89/+116
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-017-116/+89
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-017-89/+116
* Give FunctionGroupBase a virtual destructor.thakis@chromium.org2011-05-311-0/+2
* Move Broker, Buffer, CharSet, and CursorControl to use the new thunk/API system.brettw@chromium.org2011-05-272-2/+34
* Use the WebKit default fonts when specifying generic font families.brettw@chromium.org2011-05-263-1/+61
* Support getting the font list in Pepper. This currently only works out ofbrettw@chromium.org2011-05-181-0/+6
* Convert audio-related messages to the new thunk/API system for Pepper.brettw@chromium.org2011-05-1320-68/+141
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-106-4/+217
* This implements the new system for Graphics2D only.brettw@chromium.org2011-05-064-0/+145
* Move crypto_helpers from sync to cryptoqsr@google.com2011-05-051-8/+1
* Add an initial crypto interface to fill a given buffer with random data. Thisbrettw@chromium.org2011-04-202-0/+47
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Implement a proxy for URL util. Some of the implementation that doesn't need tobrettw@chromium.org2011-03-182-0/+173
* Build skia as a dll in windows multi-dll build. ctguil@chromium.org2011-03-171-1/+1
* Run PPB_CharSet_Dev logic directly in the plugin process.yzshen@chromium.org2011-03-152-0/+191
* Only close the sync socket if it is non-NULL. This fixesnfullagar@google.com2011-01-211-1/+2
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-213-0/+65
* Move ppapi audio interface out of dev, butnfullagar@google.com2011-01-151-1/+1
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-1/+1
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-1/+1
* Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causesbrettw@chromium.org2010-12-081-0/+5
* Revert 68482 - Make webkit/glue/plugins no longer depend on ppapi/proxy direc...brettw@chromium.org2010-12-071-5/+0
* Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causesbrettw@chromium.org2010-12-071-0/+5
* Implement audio proxy for Pepper.brettw@chromium.org2010-12-024-0/+187