index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ppapi
/
proxy
/
ppb_font_proxy.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert the pp::proxy namespace to the ppapi::proxy namespace.
brettw@chromium.org
2011-08-18
1
-11
/
+8
*
Add a unified resource tracker shared between the proxy and the impl.
brettw@chromium.org
2011-08-18
1
-5
/
+7
*
Move host resource from the proxy to the shared_impl.
brettw@chromium.org
2011-08-13
1
-0
/
+1
*
Remove the old type system for proxied resources. These were no longer being ...
brettw@chromium.org
2011-08-12
1
-4
/
+0
*
Make sure ppapi::WebKitForwarding::Font is deleted on the WebKit thread.
yzshen@chromium.org
2011-08-12
1
-20
/
+32
*
Unify var tracking between webkit and the proxy.
brettw@chromium.org
2011-08-09
1
-17
/
+11
*
Add instrumentation and checks to help debugging plugins.
piman@chromium.org
2011-07-13
1
-0
/
+7
*
Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead.
brettw@chromium.org
2011-07-08
1
-2
/
+2
*
Convert most remaining resources to use the API/thunk system. The significant
brettw@chromium.org
2011-06-22
1
-7
/
+4
*
Convert more interfaces to the new thunk system. This goes up to and including
brettw@chromium.org
2011-06-01
1
-2
/
+2
*
Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...
thestig@chromium.org
2011-06-01
1
-2
/
+2
*
Convert more interfaces to the new thunk system. This goes up to and including
brettw@chromium.org
2011-06-01
1
-2
/
+2
*
Use the WebKit default fonts when specifying generic font families.
brettw@chromium.org
2011-05-26
1
-1
/
+4
*
Support getting the font list in Pepper. This currently only works out of
brettw@chromium.org
2011-05-18
1
-0
/
+24
*
Convert audio-related messages to the new thunk/API system for Pepper.
brettw@chromium.org
2011-05-13
1
-3
/
+3
*
Make the Pepper proxy support in-process font rendering.
brettw@chromium.org
2011-05-10
1
-275
/
+136
*
Protect against a NULL dispatcher
piman@google.com
2011-05-02
1
-12
/
+18
*
Rent syncemove all uses of the global Dispatcher Get function.
brettw@chromium.org
2011-02-08
1
-7
/
+16
*
Fix some bugs with incorrect ! (both missing and extra) in the proxy error ha...
brettw@chromium.org
2011-01-28
1
-1
/
+1
*
Refactor PPAPI proxy resource handling to maintain which host they came from,
brettw@chromium.org
2011-01-27
1
-28
/
+38
*
First pass at making the proxy handle multiple renderers. This associates the
brettw@chromium.org
2011-01-21
1
-18
/
+38
*
Make PP_Resources associated with the Instance rather than the module. This
brettw@chromium.org
2011-01-15
1
-4
/
+4
*
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...
jam@chromium.org
2010-12-24
1
-1
/
+4
*
Implement DrawGlyphs and refactor the FontDescription serialization such
brettw@chromium.org
2010-11-14
1
-71
/
+24
*
Make the Graphics2D flush call an asynchronous operation. This tracks the
brettw@chromium.org
2010-11-12
1
-3
/
+9
*
Add support for proxying the font and char set interfaces.
brettw@chromium.org
2010-11-11
1
-0
/
+334