summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Re-enabling checkdeps for most of ppapi + nacl.bradnelson@google.com2012-07-275-7/+41
* Coverity: Fix several pass-by-values.jhawkins@chromium.org2012-07-273-4/+6
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-261-0/+2
* Experimental flag for HiDPI-aware PDF Viewerjhorwich@chromium.org2012-07-261-0/+7
* Ensure that errors that occur during load will get crash log info to JS consolebsy@google.com2012-07-263-14/+42
* Better handling for NULL PutBytes arg in Pnacl streaming translation thread.dschuff@chromium.org2012-07-251-11/+19
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-0/+1
* PPAPI/NaCl: Make ImageData for NaCl just use shared memorydmichael@chromium.org2012-07-259-17/+178
* Modify the PPB_Audio_Shared code for NaCl.bbudge@chromium.org2012-07-254-5/+79
* PPAPI: Remove unused PPBAudio_NotifyAudioStreamCreated_Paramsdmichael@chromium.org2012-07-251-8/+0
* Remove non-streaming translation code from pnacl coordinatordschuff@chromium.org2012-07-246-156/+26
* Add a NaCl-Private interface for opening files in DIR_PNACL_COMPONENT.jvoung@google.com2012-07-232-2/+15
* Add support for VP8 decode to OmxVideoDecodeAccelerator, for HW that supports...fischman@chromium.org2012-07-232-3/+3
* More changes to fix PNaCl NMF issue when rolling DEPSnfullagar@google.com2012-07-232-10/+1
* NaCl: Disable MIME type handler test in the standalone NaCl buildmseaborn@chromium.org2012-07-201-1/+13
* After LOG_FATAL occurs, have plugin show recent NaClLog outputs on JavaScript...bsy@google.com2012-07-204-0/+42
* Use env.ProgramNameForNmf(...) Required for DEPS roll.nfullagar@google.com2012-07-201-1/+1
* NaCl: Remove two uses of '#include "nacl/nacl_log.h"'mseaborn@chromium.org2012-07-202-5/+1
* Revert 147594 - NaCl: Remove two uses of '#include "nacl/nacl_log.h"'mseaborn@chromium.org2012-07-202-1/+5
* NaCl: Remove two uses of '#include "nacl/nacl_log.h"'mseaborn@chromium.org2012-07-202-5/+1
* Save PP_CompletionCallback in ppb_talk_private_thunk.ccjhorwich@chromium.org2012-07-191-1/+1
* Revert 147401 - Merge branch 'master' of http://git.chromium.org/chromium/src...jochen@chromium.org2012-07-194-42/+0
* Merge branch 'master' of http://git.chromium.org/chromium/src into myworkbsy@google.com2012-07-194-0/+42
* Remove unused member variable.nileshagrawal@chromium.org2012-07-182-6/+1
* Replace ppapi_example_audio test with ppapi_browser/ppb_audio test.nfullagar@google.com2012-07-172-14/+1
* Fix line endings.brettw@chromium.org2012-07-175-386/+386
* PPAPI Flash: Remove support for PPB_Flash 12.0-12.2 and PPB_Flash_Clipboard 3...viettrungluu@chromium.org2012-07-172-59/+10
* Fix typo where dialog box save_as parameter was dropped, introduced as part o...tsepez@chromium.org2012-07-171-1/+1
* Fix some bugs in the file chooser.brettw@chromium.org2012-07-171-1/+1
* Remove ppb_fullscreen_dev interface, as fullscreen has been outnfullagar@google.com2012-07-169-196/+1
* This implements the PPB_FileChooser resource as a new-style IPC-only resource.brettw@chromium.org2012-07-1424-427/+645
* Fix unit test to allow repeated successful runs by avoiding a function static...scottbyer@chromium.org2012-07-142-3/+6
* Revert 146670 - Fix unit test to allow repeated successful runs by avoiding a...scottbyer@chromium.org2012-07-132-6/+3
* Fix unit test to allow repeated successful runs by avoiding a function static...scottbyer@chromium.org2012-07-132-3/+6
* Some misc gyp fix-up for Androidyfriedman@chromium.org2012-07-131-2/+2
* Fix code in breakpad_win.cc which handles crash data entries for ppapi plugins.raymes@chromium.org2012-07-131-7/+0
* 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