| Commit message (Expand) | Author | Age | Files | Lines |
* | Change pnacl translator filenames and layout. | jvoung@chromium.org | 2012-10-18 | 1 | -1/+4 |
* | Fix typo in comment in ppapi/cpp/dev/url_util_dev.h. | viettrungluu@chromium.org | 2012-10-18 | 1 | -1/+1 |
* | Make PPB_Flash_Proxy::GetLocalTimeZoneOffset()'s cache aware of the input time. | viettrungluu@chromium.org | 2012-10-18 | 1 | -7/+19 |
* | Move pnacl_component_crx_gen to the chrome tree from nacl. | jvoung@chromium.org | 2012-10-18 | 6 | -2/+642 |
* | Handle additional messages in the NaCl PpapiDispatcher. | bbudge@chromium.org | 2012-10-17 | 1 | -19/+2 |
* | Fix ppapi TwoWayTest so that it constructs a unique IPC::ChannelHandle. | raymes@chromium.org | 2012-10-17 | 2 | -3/+9 |
* | WebSocket test server migration on PPAPI tests | toyoshim@chromium.org | 2012-10-17 | 1 | -6/+4 |
* | Fix the NaCl IPC proxy untrusted side to allow calls off the main thread. | bbudge@chromium.org | 2012-10-16 | 3 | -18/+18 |
* | Make GLES2Implementation based on GLES2Interface | gman@chromium.org | 2012-10-16 | 1 | -0/+1 |
* | Remove more tests from the NaCl SCons build. | ncbray@chromium.org | 2012-10-16 | 12 | -483/+14 |
* | PluginResource: Avoid having two sets of similar methods for talking with bro... | yzshen@chromium.org | 2012-10-16 | 9 | -88/+57 |
* | Implement host side of sync EnumerateVideoCaptureDevices | raymes@chromium.org | 2012-10-16 | 5 | -2/+258 |
* | Enable Pepper threading for the NaCl IPC proxy untrusted side. | bbudge@chromium.org | 2012-10-15 | 3 | -0/+9 |
* | Put locks around PPB_Graphics3d. | nfullagar@chromium.org | 2012-10-15 | 7 | -5/+216 |
* | Add template SyncCall() to PluginResource. | yzshen@chromium.org | 2012-10-13 | 6 | -43/+252 |
* | Allow null buffer resources to be returned through the PPB_ContentDecryptor_P... | ddorwin@chromium.org | 2012-10-13 | 1 | -5/+12 |
* | Remove 'Dev' permission from PPB_Var_ArrayBuffer interface. | bbudge@chromium.org | 2012-10-12 | 1 | -1/+1 |
* | Remove redundant PPAPI tests from NaCl SCons build. | ncbray@google.com | 2012-10-12 | 31 | -3745/+0 |
* | PPAPI/Flapper: Add default constructor for pp::flash::FontFile. | viettrungluu@chromium.org | 2012-10-12 | 2 | -1/+6 |
* | Generalize Pepper CDM API decrypt and decode. | tomfinegan@chromium.org | 2012-10-12 | 10 | -152/+88 |
* | Add decoder de-initialization and reset to the Pepper CDM API. | tomfinegan@chromium.org | 2012-10-12 | 16 | -4/+437 |
* | Add PPAPI CDM video decoder initialization. | tomfinegan@chromium.org | 2012-10-11 | 17 | -112/+481 |
* | Fix NaCl IPC-based proxy build to disable pepper threading for now. | bbudge@chromium.org | 2012-10-11 | 3 | -18/+9 |
* | Remove PPAPI tests from NaCl's SCons build that are not automated or are dead. | ncbray@chromium.org | 2012-10-11 | 43 | -3039/+1 |
* | Fix print settings units conversion for PPB_Printing. | raymes@chromium.org | 2012-10-11 | 1 | -3/+22 |
* | Implement plugin side of sync EnumerateVideoCaptureDevices | raymes@chromium.org | 2012-10-11 | 23 | -10/+675 |
* | Ensure the Printing_Dev::GetDefaultPrintSettings callback is run even if no i... | raymes@chromium.org | 2012-10-11 | 2 | -7/+5 |
* | Disable PluginVarTrackerTest.RecursiveTrackWithNoRef to try to fix ppapi_unit... | raymes@chromium.org | 2012-10-11 | 1 | -1/+1 |
* | Fix NaCl IPC proxy build, to properly enable Pepper threading. | bbudge@chromium.org | 2012-10-10 | 3 | -18/+18 |
* | Convert GPU blacklist to IDL. | brettw@chromium.org | 2012-10-10 | 4 | -9/+76 |
* | ppapi: Fix expectation for touch-event location. | sadrul@chromium.org | 2012-10-10 | 1 | -6/+2 |
* | Introduce PPB_Flash_Font. | yzshen@chromium.org | 2012-10-09 | 30 | -76/+612 |
* | Fixed EXPECT calls to compile on Precise with GCC 4.6.3. | pastarmovj@google.com | 2012-10-09 | 1 | -3/+3 |
* | Pepper WebSocket API: Implement new design Chrome IPC. | toyoshim@chromium.org | 2012-10-09 | 18 | -21/+963 |
* | Eliminate last references to disable_dynamic_plugin_loading in Chrome repo. | ncbray@chromium.org | 2012-10-09 | 3 | -17/+3 |
* | Use local strcmp in pnacl IRT shim. | dschuff@chromium.org | 2012-10-09 | 1 | -1/+7 |
* | Clean up NaCl's SCons build. | ncbray@chromium.org | 2012-10-09 | 13 | -748/+15 |
* | Convert PPB_Instance_Private interface to IDL | raymes@chromium.org | 2012-10-08 | 3 | -6/+111 |
* | Enable Pepper threading, but only for the untrusted side of the NaCl IPC proxy. | bbudge@chromium.org | 2012-10-08 | 3 | -0/+9 |
* | Remove unused PPB_Flash_UDPSocket interface | raymes@chromium.org | 2012-10-08 | 4 | -203/+1 |
* | Add some 'Private' and 'Dev' interfaces to the NaCl IPC PPAPI Proxy. | bbudge@chromium.org | 2012-10-08 | 3 | -33/+37 |
* | Remove unused PPP_CursorControl_Dev | raymes@chromium.org | 2012-10-08 | 3 | -21/+0 |
* | Copy PP_Vars in ppapi test PluginVectorReceiveInput so we can test their refc... | raymes@chromium.org | 2012-10-06 | 1 | -5/+11 |
* | Convert UMA interface to IDL. | brettw@chromium.org | 2012-10-05 | 5 | -11/+119 |
* | Remove PP_FileInfo_Dev which appears to be unused. | raymes@chromium.org | 2012-10-05 | 2 | -16/+1 |
* | Revert 160454 - Port three nacl_integration tests to browser_tests. | sky@chromium.org | 2012-10-05 | 17 | -0/+1374 |
* | Port three nacl_integration tests to browser_tests. | ncbray@chromium.org | 2012-10-05 | 17 | -1374/+0 |
* | Allow pepper plugins to request the integrated GPU. | jbauman@chromium.org | 2012-10-05 | 2 | -4/+32 |
* | [Coverity] Fix uninitialized scalar field. | kmadhusu@chromium.org | 2012-10-04 | 1 | -2/+2 |
* | Convert InstancePrivate to IDL. | brettw@chromium.org | 2012-10-04 | 4 | -12/+78 |