summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_font_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-6/+5
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-5/+6
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-6/+5
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-5/+6
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-6/+5
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-2/+2
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-4/+5
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-2/+2
* Remove the old type system for proxied resources. These were no longer being ...brettw@chromium.org2011-08-121-3/+0
* Make sure ppapi::WebKitForwarding::Font is deleted on the WebKit thread.yzshen@chromium.org2011-08-121-4/+11
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-2/+2
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-011-2/+2
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-2/+2
* Move Broker, Buffer, CharSet, and CursorControl to use the new thunk/API system.brettw@chromium.org2011-05-271-3/+3
* Support getting the font list in Pepper. This currently only works out ofbrettw@chromium.org2011-05-181-3/+11
* Convert audio-related messages to the new thunk/API system for Pepper.brettw@chromium.org2011-05-131-1/+1
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-101-35/+48
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-2/+2
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-5/+6
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-2/+2
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+1
* Add support for proxying the font and char set interfaces.brettw@chromium.org2010-11-111-0/+70