| Commit message (Expand) | Author | Age | Files | Lines |
* | Add TCP, UDP, and HostResolver proxies to NaCl IPC IRT build. | bbudge@chromium.org | 2012-09-04 | 1 | -10/+7 |
* | PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generally | dmichael@chromium.org | 2012-08-27 | 1 | -1/+11 |
* | Add a skeleton gamepad resource. | brettw@chromium.org | 2012-08-24 | 1 | -0/+1 |
* | Add PPAPI decryptor implementation. | tomfinegan@chromium.org | 2012-08-17 | 1 | -0/+2 |
* | Add gpu targets to untrusted build, and add Graphics3D code to untrusted build. | bbudge@chromium.org | 2012-08-07 | 1 | -3/+0 |
* | Revert 150343 - Add gpu targets to untrusted build, and add Graphics3D code t... | bbudge@chromium.org | 2012-08-07 | 1 | -0/+3 |
* | Add gpu targets to untrusted build, and add Graphics3D code to untrusted build. | bbudge@chromium.org | 2012-08-07 | 1 | -3/+0 |
* | Add permissions buts for Pepper plugins. | brettw@chromium.org | 2012-07-13 | 1 | -0/+2 |
* | Add PPB_ImageData and PPB_Graphics2D to the untrusted NaCl build of the proxy. | bbudge@chromium.org | 2012-07-03 | 1 | -1/+0 |
* | Add ImageData shared_impl files to the untrusted (NaCl) build. | bbudge@chromium.org | 2012-06-23 | 1 | -1/+0 |
* | Add a ScopedPPVar class for helping to track a reference to a base PP_Var. | brettw@chromium.org | 2012-06-19 | 1 | -0/+2 |
* | Add untrusted NaCl build for PPAPI proxy. | bbudge@chromium.org | 2012-06-16 | 1 | -259/+296 |
* | Revert 142482 - Add untrusted NaCl build for PPAPI proxy. | bbudge@chromium.org | 2012-06-15 | 1 | -296/+259 |
* | Add untrusted NaCl build for PPAPI proxy. | bbudge@chromium.org | 2012-06-15 | 1 | -259/+296 |
* | This returns the default print settings for the default printer. Currently th... | raymes@chromium.org | 2012-06-14 | 1 | -0/+1 |
* | Reland: Pepper Flash settings integration - camera and microphone. | yzshen@chromium.org | 2012-06-12 | 1 | -0/+1 |
* | Revert 141482 - Pepper Flash settings integration - camera and microphone. | yzshen@chromium.org | 2012-06-11 | 1 | -1/+0 |
* | Add an asynchronous version of the Flash DeviceID API. | brettw@chromium.org | 2012-06-11 | 1 | -0/+2 |
* | Pepper Flash settings integration - camera and microphone. | yzshen@chromium.org | 2012-06-11 | 1 | -0/+1 |
* | Open pepper files directly in browser. | tsepez@chromium.org | 2012-06-05 | 1 | -1/+3 |
* | Revert 140399 - Open pepper files directly in browser. | tsepez@chromium.org | 2012-06-04 | 1 | -3/+1 |
* | Open pepper files directly in browser. | tsepez@chromium.org | 2012-06-04 | 1 | -1/+3 |
* | Revert 140093 - Open pepper files directly in browser. | tsepez@chromium.org | 2012-06-01 | 1 | -3/+1 |
* | Open pepper files directly in browser. | tsepez@chromium.org | 2012-06-01 | 1 | -1/+3 |
* | Remove PPB_Transport_Dev API. | sergeyu@chromium.org | 2012-05-30 | 1 | -2/+0 |
* | Make ppapi_shared depend on gles2_utils. | thakis@chromium.org | 2012-05-12 | 1 | -0/+1 |
* | ui: Move surface/ directory out of gfx/, up to ui/. | tfarina@chromium.org | 2012-05-03 | 1 | -1/+1 |
* | Remove reference to file deleted in r134284 | rsleevi@chromium.org | 2012-04-30 | 1 | -1/+0 |
* | Move the rest of the Flash functions to the thunk system. | brettw@chromium.org | 2012-04-30 | 1 | -0/+2 |
* | Delete FunctionGroupBase from Pepper. | brettw@chromium.org | 2012-04-30 | 1 | -2/+0 |
* | Remove thunk/ppb_flash_api.h from ppapi_shared.gypi following r133955 | rsleevi@chromium.org | 2012-04-26 | 1 | -1/+0 |
* | Move the FlashClipboard API into the Flash one. | brettw@chromium.org | 2012-04-25 | 1 | -0/+2 |
* | Convert the PPB_Flash interface to use the thunk system. | brettw@chromium.org | 2012-04-24 | 1 | -2/+4 |
* | Correct missing path files in Chromium GYP | rsleevi@chromium.org | 2012-04-17 | 1 | -1/+0 |
* | Add new MouseCursor interface for setting the mouse cursor. | brettw@chromium.org | 2012-04-08 | 1 | -0/+1 |
* | Add the PPAPI X509 Certificate interface and implementation. | raymes@chromium.org | 2012-04-04 | 1 | -1/+4 |
* | Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS. | viettrungluu@chromium.org | 2012-03-28 | 1 | -2/+0 |
* | New file chooser interface that uses the new PP_ArrayOutput feature. This als... | brettw@chromium.org | 2012-03-26 | 1 | -0/+2 |
* | Add a private PPB_Talk_Private interface. | varunjain@chromium.org | 2012-03-19 | 1 | -0/+2 |
* | HostResolver is exposed to plugin. | ygorshenin@chromium.org | 2012-03-15 | 1 | -0/+5 |
* | GPU: Build most of the gpu as a single DLL. | rvargas@google.com | 2012-03-05 | 1 | -0/+1 |
* | Add NetworkList/NetworkMonitor hooks and C++ wrappers. | sergeyu@chromium.org | 2012-03-05 | 1 | -0/+6 |
* | Revert 124797 - Add NetworkList/NetworkMonitor hooks and C++ wrappers. | sergeyu@chromium.org | 2012-03-03 | 1 | -6/+0 |
* | Add NetworkList/NetworkMonitor hooks and C++ wrappers. | sergeyu@chromium.org | 2012-03-03 | 1 | -0/+6 |
* | Revert 124702 - GPU: Buld most of the gpu as a single DLL. | rvargas@google.com | 2012-03-02 | 1 | -1/+0 |
* | GPU: Buld most of the gpu as a single DLL. | rvargas@google.com | 2012-03-02 | 1 | -0/+1 |
* | Revert 123696 - Add Pepper support for several GL extensions | jbauman@chromium.org | 2012-02-26 | 1 | -0/+1 |
* | Add Pepper support for several GL extensions | jbauman@chromium.org | 2012-02-26 | 1 | -1/+0 |
* | Exposed Listen and Accept methods to in-process plugins. | ygorshenin@chromium.org | 2012-02-22 | 1 | -1/+4 |
* | Rename PPB_Font to PPB_BrowserFont_Trusted. | brettw@chromium.org | 2012-02-17 | 1 | -6/+4 |