summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_font_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Relanding this with fixes to the mac dbg builderananta@chromium.org2012-01-201-180/+2
* Revert 118385 since this seems to break mac-debug build.sadrul@chromium.org2012-01-201-2/+180
* Remove the Webkit thread in the PPAPI plugin process and perform the text and...ananta@chromium.org2012-01-191-180/+2
* Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastruct...brettw@chromium.org2011-12-201-3/+7
* Remove PP_Module from parameters for PPB_Var.VarFromUtf8.dmichael@chromium.org2011-12-071-2/+2
* Remove 13 exit time constructors and 3 static initializersthakis@chromium.org2011-11-071-1/+1
* Add some checking for the font proxy.brettw@chromium.org2011-10-041-10/+21
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-20/+2
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-2/+20
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-20/+2
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-2/+20
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-20/+2
* Don't use a scoped_refptr for StringVar::FromPPVarbrettw@chromium.org2011-08-221-3/+3
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-11/+8
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-5/+7
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-0/+1
* Remove the old type system for proxied resources. These were no longer being ...brettw@chromium.org2011-08-121-4/+0
* Make sure ppapi::WebKitForwarding::Font is deleted on the WebKit thread.yzshen@chromium.org2011-08-121-20/+32
* Unify var tracking between webkit and the proxy.brettw@chromium.org2011-08-091-17/+11
* Add instrumentation and checks to help debugging plugins.piman@chromium.org2011-07-131-0/+7
* Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead.brettw@chromium.org2011-07-081-2/+2
* Convert most remaining resources to use the API/thunk system. The significantbrettw@chromium.org2011-06-221-7/+4
* 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
* Use the WebKit default fonts when specifying generic font families.brettw@chromium.org2011-05-261-1/+4
* Support getting the font list in Pepper. This currently only works out ofbrettw@chromium.org2011-05-181-0/+24
* Convert audio-related messages to the new thunk/API system for Pepper.brettw@chromium.org2011-05-131-3/+3
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-101-275/+136
* Protect against a NULL dispatcherpiman@google.com2011-05-021-12/+18
* 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