| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable working part of ppapi_bad test with NaCl glibc. | halyavin@chromium.org | 2011-09-22 | 1 | -2/+1 |
* | Fix permission. | yzshen@chromium.org | 2011-09-22 | 3 | -0/+0 |
* | Mouse lock implementation, including the renderer side and the Windows versio... | yzshen@chromium.org | 2011-09-22 | 3 | -0/+307 |
* | Replaced ppb_opengles.h with ppb_opengles2.h under ppapi/native_client/tests/. | alokp@chromium.org | 2011-09-21 | 1 | -1/+1 |
* | Add DISABLE_TCP_TRANSPORT flag in the Transport API. | sergeyu@chromium.org | 2011-09-21 | 1 | -1/+5 |
* | Chrome repo side changes for making crash detection / reporting more reliable. | bsy@google.com | 2011-09-20 | 4 | -16/+110 |
* | Add a default contrustor to the FileSystem wrapper. | brettw@chromium.org | 2011-09-20 | 2 | -0/+7 |
* | Rename PPB_Fullscreen_Dev to PPB_FlashFullscreen. | brettw@chromium.org | 2011-09-20 | 19 | -47/+298 |
* | Obsoleting --unlimited-quota-for-files | kinuko@chromium.org | 2011-09-20 | 1 | -2/+0 |
* | Enable NaCl glibc tests which work now. | halyavin@chromium.org | 2011-09-20 | 5 | -12/+6 |
* | Use a fake MIME type in extension_mime_handler NaCl integration test. | bauerb@chromium.org | 2011-09-19 | 6 | -10/+8 |
* | Remove base/scoped_ptr.h | akalin@chromium.org | 2011-09-18 | 2 | -2/+2 |
* | Fix perms in ppapi/native_client/tests/earth | rsimha@chromium.org | 2011-09-16 | 2 | -0/+0 |
* | Add missing NaCl PPAPI test components to Chrome repo. | noelallen@google.com | 2011-09-16 | 17 | -0/+67727 |
* | Add new input event enums for deps roll | nfullagar@google.com | 2011-09-16 | 1 | -0/+8 |
* | Add a new error code for a null callback on the main thread. | brettw@chromium.org | 2011-09-16 | 16 | -34/+93 |
* | More testing for Graphics3D | nfullagar@google.com | 2011-09-16 | 2 | -14/+47 |
* | PPAPI tests should build as shared libraries for Android | peter@chromium.org | 2011-09-16 | 1 | -1/+1 |
* | Declarations for Pepper IME API. | kinaba@chromium.org | 2011-09-16 | 13 | -3/+695 |
* | Included ppb_opengles2.h instead of ppb_opengles.h. | alokp@chromium.org | 2011-09-16 | 3 | -3/+3 |
* | ppapi_tests: Add a test for PPB_Fullscreen_Dev. Disabled on Mac. Marked as fl... | polina@google.com | 2011-09-15 | 3 | -0/+188 |
* | Relay server support for P2P Transport API. | sergeyu@chromium.org | 2011-09-15 | 2 | -9/+28 |
* | Remove support for the old scrollbar interfaces. | brettw@chromium.org | 2011-09-15 | 1 | -40/+0 |
* | Properly proxy the fullscreen API. | brettw@chromium.org | 2011-09-15 | 2 | -1/+2 |
* | Included ppb_opengles2.h instead of ppb_opengles.h in test_graphics_3d.cc. | alokp@chromium.org | 2011-09-15 | 1 | -1/+1 |
* | GYP file: Replaced ppb_opengles.h with ppb_opengles2.h | alokp@chromium.org | 2011-09-15 | 1 | -1/+1 |
* | Renamed ppb_opengles.h to ppb_opengles2.h. | alokp@chromium.org | 2011-09-15 | 10 | -302/+319 |
* | Reland r101259 after fixing shared-library build issues. | alokp@chromium.org | 2011-09-15 | 1 | -1/+3 |
* | Update ppb_fullscreen test so that it works with glibc. | halyavin@chromium.org | 2011-09-15 | 1 | -1/+3 |
* | Revert 101259 - Removed the dependency of PepperPluginRegistry on Pepper proxy. | stuartmorgan@chromium.org | 2011-09-15 | 1 | -2/+0 |
* | Removed the dependency of PepperPluginRegistry on Pepper proxy. | alokp@chromium.org | 2011-09-15 | 1 | -0/+2 |
* | Use enum instead of string to specify transport type. | sergeyu@chromium.org | 2011-09-15 | 10 | -24/+32 |
* | Revert 101189 - Use enum instead of string to specify transport type. | sergeyu@chromium.org | 2011-09-14 | 9 | -31/+23 |
* | Use enum instead of string to specify transport type. | sergeyu@chromium.org | 2011-09-14 | 9 | -23/+31 |
* | Convert dev interfaces to use the macro system. | brettw@chromium.org | 2011-09-14 | 16 | -89/+55 |
* | Check for a crashed plugin before creating resources to send to the plugin | brettw@google.com | 2011-09-14 | 1 | -8/+7 |
* | Add presubmit check to verify PPAPI C headers match IDL files. | noelallen@google.com | 2011-09-14 | 3 | -2/+76 |
* | ppapi_tests: Move implementation of virtual Init to the .cc file. | polina@google.com | 2011-09-14 | 2 | -1/+6 |
* | ppapi_tests: Support DidChangeView overriding via | polina@google.com | 2011-09-13 | 4 | -1/+8 |
* | s patch tries to remove most of the manual registration for Pepper interfaces... | brettw@chromium.org | 2011-09-13 | 139 | -2236/+1543 |
* | Use Instance* in the Graphics3D constructor rather than Instance&, for | brettw@chromium.org | 2011-09-13 | 5 | -169/+324 |
* | Revert r100853, 100851. Win_shared build is broken. | brettw@chromium.org | 2011-09-13 | 139 | -1541/+2236 |
* | Rename more interface -> interface name to fix the Windows build. | brettw@chromium.org | 2011-09-13 | 2 | -3/+3 |
* | This patch tries to remove most of the manual registration for Pepper interfa... | brettw@chromium.org | 2011-09-13 | 139 | -2236/+1541 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-09-12 | 3 | -3/+8 |
* | More comments for PPB_Flash_TCPSocket.SSLHandshake. | yzshen@chromium.org | 2011-09-12 | 1 | -0/+4 |
* | Update Native Client Authors to be Chromium Authors for the code moved from the | brettw@chromium.org | 2011-09-12 | 242 | -248/+245 |
* | Revert 100748 - This patch tries to remove most of the manual registration fo... | dmazzoni@chromium.org | 2011-09-12 | 139 | -1537/+2236 |
* | Revert 100751 - Fix Windows build by renaming interface to iface. | dmazzoni@chromium.org | 2011-09-12 | 2 | -9/+9 |
* | Fix Windows build by renaming interface to iface. | brettw@chromium.org | 2011-09-12 | 2 | -9/+9 |