summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Add PPB_ImageData and PPB_Graphics2D to the untrusted NaCl build of the proxy.bbudge@chromium.org2012-07-036-19/+17
* Remove -lcrypto from SCons NaCl plugin builddschuff@chromium.org2012-07-021-3/+3
* Disable setting the crash URL in breakpad for pepper flash.raymes@chromium.org2012-07-021-0/+5
* Create a PPAPI host for new resource message routing.brettw@chromium.org2012-06-3013-0/+475
* Plumb through the page focus lost event to Pepper plugins.brettw@chromium.org2012-06-303-10/+36
* Remove the PPAPI example plugin.brettw@chromium.org2012-06-297-678/+17
* Only paste the fragment of text which was copied to the clipboard.raymes@chromium.org2012-06-291-3/+8
* Allow to release WebSocket resource in completion callbacks invoked by Close().toyoshim@chromium.org2012-06-293-3/+74
* Link NaCl plugin with -lrt on Linuxdschuff@chromium.org2012-06-291-1/+1
* ppapi: Add test for touch-event support.sadrul@chromium.org2012-06-284-3/+90
* Add some CHECKs to try to diagnose a crash.brettw@chromium.org2012-06-281-2/+12
* Implement HiDPI support in Pepper dev interfacejhorwich@chromium.org2012-06-2823-3/+528
* Implement right-to-left text rendering in Pepper.brettw@chromium.org2012-06-287-26/+259
* Invoke PluginImplementedObjectDestroyed for ppp_class deallocatejhorwich@chromium.org2012-06-272-9/+11
* This adds an interface for setting crash data from a plugin. It also provides...raymes@chromium.org2012-06-2714-9/+178
* Add test_graphics3d to ppapi_uitest, untrusted (NaCl) test suite, usingnfullagar@google.com2012-06-272-5/+19
* Remove unused fields found by clang's new Wunused-private-fields.thakis@chromium.org2012-06-271-2/+0
* Remove these old files. I renamed this ppb_browserfont_shared and these files...brettw@chromium.org2012-06-262-494/+0
* Increase default buffer size when back end can't recommend one.nfullagar@google.com2012-06-261-5/+5
* Define GL_GLEXT_PROTOTYPESjbauman@chromium.org2012-06-261-0/+3
* Updated the flash_topmost ppapi exampleraymes@chromium.org2012-06-262-83/+106
* gl2ext_ppapi.c: don't use TLS on Androidhans@chromium.org2012-06-261-1/+1
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-2/+3
* Cache Nacl Plugin private interface instead of calling GetnaclInterface on ev...dschuff@chromium.org2012-06-262-4/+9
* Revert 144030 - Add test_graphics3d to ppapi_uitest, untrusted (NaCl) test su...nfullagar@google.com2012-06-262-15/+5
* Fix flaky PPAPITest.FileIO_NotAllowMixedReadWrite, re-enabledmichael@chromium.org2012-06-251-5/+13
* Pepper Flash: Add trivial C++ wrappers for PPB_Flash_File_{ModuleLocal,FileRef}.viettrungluu@chromium.org2012-06-255-24/+330
* Add test_graphics3d to ppapi_uitest, untrusted (NaCl) test suite, usingnfullagar@google.com2012-06-252-5/+15
* Coverity: Fix deadcode...sorta.jhawkins@chromium.org2012-06-251-3/+2
* Add documentation for the context menu Pepper event.brettw@chromium.org2012-06-252-8/+39
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-23102-711/+1177
* Add ImageData shared_impl files to the untrusted (NaCl) build.bbudge@chromium.org2012-06-232-1/+3
* Add an IPC channel between the NaCl loader process and the renderer.bbudge@chromium.org2012-06-223-5/+33
* Revert 143656 - Add an IPC channel between the NaCl loader process and the re...mrossetti@chromium.org2012-06-223-33/+5
* Add an IPC channel between the NaCl loader process and the renderer.bbudge@chromium.org2012-06-223-5/+33
* Fixed bug causing invalid PPAPI test to PASS.raymes@chromium.org2012-06-222-4/+18
* make PPAPI file chooser use suggested file name when present.tsepez@chromium.org2012-06-221-1/+1
* Try to fix a crash in the var tracking.brettw@chromium.org2012-06-221-21/+30
* ppapi: Add ResourceCreationAPI::CreateTouchInputEvent for creating touch-events.sadrul@chromium.org2012-06-226-2/+46
* Revert 143483 - Add an IPC channel between the NaCl loader process and the re...bbudge@chromium.org2012-06-218-68/+18
* ppapi: Add support for touch events.sadrul@chromium.org2012-06-2116-13/+816
* Add an IPC channel between the NaCl loader process and the renderer.bbudge@chromium.org2012-06-218-18/+68
* Add resource message call and reply infrastructure.brettw@chromium.org2012-06-217-0/+359
* Revert 143294 - Provides a real implementation of GetDefaultPrintSettings.raymes@google.com2012-06-216-82/+32
* Fix build with disabled NaCl glibc toolchain.phajdan.jr@chromium.org2012-06-211-1/+1
* Provides a real implementation of GetDefaultPrintSettings.raymes@chromium.org2012-06-206-32/+82
* Rename IPC Sender and Listener in ppapi, content/public, and content/rendererbrettw@chromium.org2012-06-2015-31/+43
* Initialize translate_finish_error_ in PnaclCoordinatordschuff@chromium.org2012-06-204-18/+28
* Fix a crash in Pepper object scripting.brettw@chromium.org2012-06-201-2/+4
* Improve handling of pexe load failure with streaming translation in PNaCl.dschuff@chromium.org2012-06-193-10/+21