| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert the pp::proxy namespace to the ppapi::proxy namespace. | brettw@chromium.org | 2011-08-18 | 1 | -6/+5 |
* | Add a unified resource tracker shared between the proxy and the impl. | brettw@chromium.org | 2011-08-18 | 1 | -5/+6 |
* | Move host resource from the proxy to the shared_impl. | brettw@chromium.org | 2011-08-13 | 1 | -3/+5 |
* | Remove the old type system for proxied resources. These were no longer being ... | brettw@chromium.org | 2011-08-12 | 1 | -3/+0 |
* | Implement flash menu and net connector resources using the API/thunk model. | brettw@chromium.org | 2011-06-15 | 1 | -5/+6 |
* | Convert more interfaces to the new thunk system. This goes up to and including | brettw@chromium.org | 2011-06-01 | 1 | -1/+1 |
* | Revert 87415 - Convert more interfaces to the new thunk system. This goes up ... | thestig@chromium.org | 2011-06-01 | 1 | -1/+1 |
* | Convert more interfaces to the new thunk system. This goes up to and including | brettw@chromium.org | 2011-06-01 | 1 | -1/+1 |
* | Convert audio-related messages to the new thunk/API system for Pepper. | brettw@chromium.org | 2011-05-13 | 1 | -1/+1 |
* | Make the Pepper proxy support in-process font rendering. | brettw@chromium.org | 2011-05-10 | 1 | -2/+11 |
* | This implements the new system for Graphics2D only. | brettw@chromium.org | 2011-05-06 | 1 | -10/+35 |
* | Rent syncemove all uses of the global Dispatcher Get function. | brettw@chromium.org | 2011-02-08 | 1 | -2/+2 |
* | Refactor PPAPI proxy resource handling to maintain which host they came from, | brettw@chromium.org | 2011-01-27 | 1 | -4/+6 |
* | Make PP_Resources associated with the Instance rather than the module. This | brettw@chromium.org | 2011-01-15 | 1 | -1/+1 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 1 | -1/+1 |
* | Teach PPAPI proxy to share image memory on Mac OS X | abarth@chromium.org | 2010-12-08 | 1 | -1/+3 |
* | Change trusted shared memory interface to match audio. | nfullagar@google.com | 2010-12-02 | 1 | -1/+1 |
* | Convert Chrome PPAPI proxy from bool to PP_Bool. | brettw@chromium.org | 2010-11-08 | 1 | -2/+3 |
* | Add proxies for ImageData and Graphics2D. These don't build by themselves, this | brettw@chromium.org | 2010-11-04 | 1 | -0/+50 |
* | Revert PPAPI proxy change with too many files in it. | brettw@chromium.org | 2010-11-03 | 1 | -50/+0 |
* | Core PPAPI proxy files. This includes the dispatcher which is the control point | brettw@chromium.org | 2010-11-03 | 1 | -0/+50 |