| Commit message (Expand) | Author | Age | Files | Lines |
* | Add PPB_ImageData and PPB_Graphics2D to the untrusted NaCl build of the proxy. | bbudge@chromium.org | 2012-07-03 | 6 | -19/+17 |
* | Remove -lcrypto from SCons NaCl plugin build | dschuff@chromium.org | 2012-07-02 | 1 | -3/+3 |
* | Disable setting the crash URL in breakpad for pepper flash. | raymes@chromium.org | 2012-07-02 | 1 | -0/+5 |
* | Create a PPAPI host for new resource message routing. | brettw@chromium.org | 2012-06-30 | 13 | -0/+475 |
* | Plumb through the page focus lost event to Pepper plugins. | brettw@chromium.org | 2012-06-30 | 3 | -10/+36 |
* | Remove the PPAPI example plugin. | brettw@chromium.org | 2012-06-29 | 7 | -678/+17 |
* | Only paste the fragment of text which was copied to the clipboard. | raymes@chromium.org | 2012-06-29 | 1 | -3/+8 |
* | Allow to release WebSocket resource in completion callbacks invoked by Close(). | toyoshim@chromium.org | 2012-06-29 | 3 | -3/+74 |
* | Link NaCl plugin with -lrt on Linux | dschuff@chromium.org | 2012-06-29 | 1 | -1/+1 |
* | ppapi: Add test for touch-event support. | sadrul@chromium.org | 2012-06-28 | 4 | -3/+90 |
* | Add some CHECKs to try to diagnose a crash. | brettw@chromium.org | 2012-06-28 | 1 | -2/+12 |
* | Implement HiDPI support in Pepper dev interface | jhorwich@chromium.org | 2012-06-28 | 23 | -3/+528 |
* | Implement right-to-left text rendering in Pepper. | brettw@chromium.org | 2012-06-28 | 7 | -26/+259 |
* | Invoke PluginImplementedObjectDestroyed for ppp_class deallocate | jhorwich@chromium.org | 2012-06-27 | 2 | -9/+11 |
* | This adds an interface for setting crash data from a plugin. It also provides... | raymes@chromium.org | 2012-06-27 | 14 | -9/+178 |
* | Add test_graphics3d to ppapi_uitest, untrusted (NaCl) test suite, using | nfullagar@google.com | 2012-06-27 | 2 | -5/+19 |
* | Remove unused fields found by clang's new Wunused-private-fields. | thakis@chromium.org | 2012-06-27 | 1 | -2/+0 |
* | Remove these old files. I renamed this ppb_browserfont_shared and these files... | brettw@chromium.org | 2012-06-26 | 2 | -494/+0 |
* | Increase default buffer size when back end can't recommend one. | nfullagar@google.com | 2012-06-26 | 1 | -5/+5 |
* | Define GL_GLEXT_PROTOTYPES | jbauman@chromium.org | 2012-06-26 | 1 | -0/+3 |
* | Updated the flash_topmost ppapi example | raymes@chromium.org | 2012-06-26 | 2 | -83/+106 |
* | gl2ext_ppapi.c: don't use TLS on Android | hans@chromium.org | 2012-06-26 | 1 | -1/+1 |
* | RefCounted types should not have public destructors, delegate cleanup | rsleevi@chromium.org | 2012-06-26 | 1 | -2/+3 |
* | Cache Nacl Plugin private interface instead of calling GetnaclInterface on ev... | dschuff@chromium.org | 2012-06-26 | 2 | -4/+9 |
* | Revert 144030 - Add test_graphics3d to ppapi_uitest, untrusted (NaCl) test su... | nfullagar@google.com | 2012-06-26 | 2 | -15/+5 |
* | Fix flaky PPAPITest.FileIO_NotAllowMixedReadWrite, re-enable | dmichael@chromium.org | 2012-06-25 | 1 | -5/+13 |
* | Pepper Flash: Add trivial C++ wrappers for PPB_Flash_File_{ModuleLocal,FileRef}. | viettrungluu@chromium.org | 2012-06-25 | 5 | -24/+330 |
* | Add test_graphics3d to ppapi_uitest, untrusted (NaCl) test suite, using | nfullagar@google.com | 2012-06-25 | 2 | -5/+15 |
* | Coverity: Fix deadcode...sorta. | jhawkins@chromium.org | 2012-06-25 | 1 | -3/+2 |
* | Add documentation for the context menu Pepper event. | brettw@chromium.org | 2012-06-25 | 2 | -8/+39 |
* | PPAPI: Make blocking completion callbacks work. | dmichael@chromium.org | 2012-06-23 | 102 | -711/+1177 |
* | Add ImageData shared_impl files to the untrusted (NaCl) build. | bbudge@chromium.org | 2012-06-23 | 2 | -1/+3 |
* | Add an IPC channel between the NaCl loader process and the renderer. | bbudge@chromium.org | 2012-06-22 | 3 | -5/+33 |
* | Revert 143656 - Add an IPC channel between the NaCl loader process and the re... | mrossetti@chromium.org | 2012-06-22 | 3 | -33/+5 |
* | Add an IPC channel between the NaCl loader process and the renderer. | bbudge@chromium.org | 2012-06-22 | 3 | -5/+33 |
* | Fixed bug causing invalid PPAPI test to PASS. | raymes@chromium.org | 2012-06-22 | 2 | -4/+18 |
* | make PPAPI file chooser use suggested file name when present. | tsepez@chromium.org | 2012-06-22 | 1 | -1/+1 |
* | Try to fix a crash in the var tracking. | brettw@chromium.org | 2012-06-22 | 1 | -21/+30 |
* | ppapi: Add ResourceCreationAPI::CreateTouchInputEvent for creating touch-events. | sadrul@chromium.org | 2012-06-22 | 6 | -2/+46 |
* | Revert 143483 - Add an IPC channel between the NaCl loader process and the re... | bbudge@chromium.org | 2012-06-21 | 8 | -68/+18 |
* | ppapi: Add support for touch events. | sadrul@chromium.org | 2012-06-21 | 16 | -13/+816 |
* | Add an IPC channel between the NaCl loader process and the renderer. | bbudge@chromium.org | 2012-06-21 | 8 | -18/+68 |
* | Add resource message call and reply infrastructure. | brettw@chromium.org | 2012-06-21 | 7 | -0/+359 |
* | Revert 143294 - Provides a real implementation of GetDefaultPrintSettings. | raymes@google.com | 2012-06-21 | 6 | -82/+32 |
* | Fix build with disabled NaCl glibc toolchain. | phajdan.jr@chromium.org | 2012-06-21 | 1 | -1/+1 |
* | Provides a real implementation of GetDefaultPrintSettings. | raymes@chromium.org | 2012-06-20 | 6 | -32/+82 |
* | Rename IPC Sender and Listener in ppapi, content/public, and content/renderer | brettw@chromium.org | 2012-06-20 | 15 | -31/+43 |
* | Initialize translate_finish_error_ in PnaclCoordinator | dschuff@chromium.org | 2012-06-20 | 4 | -18/+28 |
* | Fix a crash in Pepper object scripting. | brettw@chromium.org | 2012-06-20 | 1 | -2/+4 |
* | Improve handling of pexe load failure with streaming translation in PNaCl. | dschuff@chromium.org | 2012-06-19 | 3 | -10/+21 |