| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Pepper TrueType font API plumbing. | bbudge@chromium.org | 2013-03-16 | 1 | -0/+37 |
* | Add explicit base to FilePath. | brettw@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource m... | raymes@chromium.org | 2012-12-08 | 1 | -0/+44 |
* | Revert 171408 | raymes@chromium.org | 2012-12-06 | 1 | -44/+0 |
* | Revert 171389 | raymes@chromium.org | 2012-12-06 | 1 | -0/+44 |
* | Revert 171080 | raymes@chromium.org | 2012-12-06 | 1 | -44/+0 |
* | The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. C... | raymes@chromium.org | 2012-12-04 | 1 | -0/+44 |
* | Remove PPB_Flash_TCPSocket which hasn't been in use since M20. | raymes@chromium.org | 2012-11-10 | 1 | -1/+0 |
* | Introduce PPB_Flash_Font. | yzshen@chromium.org | 2012-10-09 | 1 | -2/+2 |
* | Fix IPC-based NaCl PPAPI proxy to send upload / download progress messages. | bbudge@chromium.org | 2012-10-02 | 1 | -34/+34 |
* | Hook up PpapiPermissions in more places. | brettw@chromium.org | 2012-10-02 | 1 | -0/+23 |
* | Add TCP, UDP, and HostResolver proxies to NaCl IPC IRT build. | bbudge@chromium.org | 2012-09-04 | 1 | -1/+1 |
* | Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser process | bbudge@chromium.org | 2012-08-30 | 1 | -0/+9 |
* | Revert 154134 - Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser... | bbudge@chromium.org | 2012-08-30 | 1 | -9/+0 |
* | Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser process | bbudge@chromium.org | 2012-08-30 | 1 | -0/+9 |
* | PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generally | dmichael@chromium.org | 2012-08-27 | 1 | -2/+57 |
* | Add #ifdefs to separate NaCl and non-NaCl PPAPI Proxy code. | bbudge@chromium.org | 2012-04-18 | 1 | -120/+120 |
* | Add the PPAPI X509 Certificate interface and implementation. | raymes@chromium.org | 2012-04-04 | 1 | -0/+22 |
* | Refactor Pickle Read methods to use higher performance PickleIterator. | jbates@chromium.org | 2012-03-07 | 1 | -15/+17 |
* | Experimental .gyp file for building PPAPI Proxy as untrusted code using the ... | bbudge@chromium.org | 2012-02-29 | 1 | -2/+3 |
* | Rev the Flash interface to add new functionality. | brettw@chromium.org | 2011-12-15 | 1 | -0/+2 |
* | Implement a proxy for Pepper FileIO. | brettw@chromium.org | 2011-12-10 | 1 | -1/+2 |
* | Revert 113817 - Implement a proxy for Pepper FileIO. | brettw@chromium.org | 2011-12-09 | 1 | -2/+1 |
* | Implement a proxy for Pepper FileIO. | brettw@chromium.org | 2011-12-09 | 1 | -1/+2 |
* | Revert 113656 - Implement a proxy for Pepper FileIO. | brettw@chromium.org | 2011-12-08 | 1 | -2/+1 |
* | Implement a proxy for Pepper FileIO. | brettw@chromium.org | 2011-12-08 | 1 | -1/+2 |
* | Make the Pepper Flash net address just private, not Flash-specific. | viettrungluu@chromium.org | 2011-11-10 | 1 | -8/+9 |
* | Create ppapi_proxy.dll and ppapi_shared.dll. | darin@chromium.org | 2011-08-26 | 1 | -1/+0 |
* | Convert FileRefImpl and URLRequestInfo to shared_impl. | brettw@chromium.org | 2011-08-26 | 1 | -18/+16 |
* | Convert the pp::proxy namespace to the ppapi::proxy namespace. | brettw@chromium.org | 2011-08-18 | 1 | -50/+51 |
* | Add a unified resource tracker shared between the proxy and the impl. | brettw@chromium.org | 2011-08-18 | 1 | -3/+3 |
* | Move host resource from the proxy to the shared_impl. | brettw@chromium.org | 2011-08-13 | 1 | -13/+12 |
* | Reland http://codereview.chromium.org/7452002/ again | dmichael@chromium.org | 2011-07-20 | 1 | -24/+0 |
* | Revert 93223 - Reland http://codereview.chromium.org/7452002/ | dmichael@chromium.org | 2011-07-20 | 1 | -0/+24 |
* | Reland http://codereview.chromium.org/7452002/ | dmichael@chromium.org | 2011-07-20 | 1 | -24/+0 |
* | Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0. | dmichael@chromium.org | 2011-07-20 | 1 | -0/+24 |
* | Remove HandleInputEvent from PPP_Instance and freeze to 1.0. | dmichael@chromium.org | 2011-07-20 | 1 | -24/+0 |
* | Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead. | brettw@chromium.org | 2011-07-08 | 1 | -2/+2 |
* | Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie... | sanga@chromium.org | 2011-07-07 | 1 | -7/+7 |
* | Re-land the reverted CL: | yzshen@chromium.org | 2011-07-01 | 1 | -0/+35 |
* | Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket. | dpapad@chromium.org | 2011-06-30 | 1 | -35/+0 |
* | Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket. | yzshen@chromium.org | 2011-06-30 | 1 | -0/+35 |
* | Make the Pepper proxy support in-process font rendering. | brettw@chromium.org | 2011-05-10 | 1 | -41/+0 |
* | Properly serialize FileRef_CreateInfo vectors. This has the same serialization | brettw@chromium.org | 2011-04-21 | 1 | -35/+81 |
* | Convert PP_rect to use new IPC generation. | tsepez@chromium.org | 2011-04-20 | 1 | -60/+0 |
* | Implement proxying for FileRef and FileChooser. | brettw@chromium.org | 2011-02-17 | 1 | -0/+29 |
* | Implement proxy for FlashMenu and Run/QuitMessageLoop | piman@google.com | 2011-02-15 | 1 | -0/+21 |
* | Fix some bugs with incorrect ! (both missing and extra) in the proxy error ha... | brettw@chromium.org | 2011-01-28 | 1 | -30/+0 |
* | Refactor PPAPI proxy resource handling to maintain which host they came from, | brettw@chromium.org | 2011-01-27 | 1 | -27/+121 |
* | Make PP_Resources associated with the Instance rather than the module. This | brettw@chromium.org | 2011-01-15 | 1 | -0/+2 |