summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_font_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-7/+16
* Fix some bugs with incorrect ! (both missing and extra) in the proxy error ha...brettw@chromium.org2011-01-281-1/+1
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-28/+38
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-18/+38
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-4/+4
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+4
* Implement DrawGlyphs and refactor the FontDescription serialization suchbrettw@chromium.org2010-11-141-71/+24
* Make the Graphics2D flush call an asynchronous operation. This tracks thebrettw@chromium.org2010-11-121-3/+9
* Add support for proxying the font and char set interfaces.brettw@chromium.org2010-11-111-0/+334