summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Remove non_thread_safe_ref_count.brettw@chromium.org2012-07-131-1/+0
* Add support for threadsafe completion callback factory.brettw@chromium.org2012-07-1333-186/+511
* Add permissions buts for Pepper plugins.brettw@chromium.org2012-07-135-3/+90
* PPAPI: Add console logging methods to pp::InstancePrivate.viettrungluu@chromium.org2012-07-122-6/+41
* PPAPI (Flash): Fix FileModuleLocal::GetDirContents().viettrungluu@chromium.org2012-07-123-5/+14
* Move fullscreen & core ppapi tests to common so they're also included in NaClnfullagar@google.com2012-07-121-4/+4
* Switch the downloads API over to IDL/json_schema_compilerbenjhayden@chromium.org2012-07-111-3/+35
* Re-enabled PPAPI crash url for non-windows platforms.raymes@chromium.org2012-07-111-1/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-117-7/+0
* PPAPI: Add Quota info to PPB_FileSystem::Open docdmichael@chromium.org2012-07-113-5/+27
* RefCounted types should not have public destructorsrsleevi@chromium.org2012-07-111-2/+4
* Get the audio proxy building as untrusted code for NaCl.bbudge@chromium.org2012-07-104-9/+7
* More correct disabling of SucceedWhenAllowed due to timeouts.mihaip@chromium.org2012-07-101-2/+1
* Disable SucceedWhenAllowed due to timeouts.mihaip@chromium.org2012-07-101-1/+2
* Remove dead NaCl tests and re-enabled fixed tests.ncbray@google.com2012-07-108-704/+0
* Change account in ppapi/native_client OWNERS file for jvoung to chromium.jvoung@chromium.org2012-07-101-1/+1
* PPAPI: Add an API for setting a custom user agent for URL requests.viettrungluu@chromium.org2012-07-107-6/+71
* Fix PPB_MouseLock.LockMouse crash and add tests.yzshen@chromium.org2012-07-096-13/+156
* Add audio interface proxies to untrusted NaCl build.bbudge@chromium.org2012-07-031-5/+4
* 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