summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Disable time checks in TestFileIO::TestTouch Query due to dst failures.csharp@chromium.org2013-11-042-4/+5
* Disable time checks in TestFileRef::TestQueryAndTouchFile due to dst failures.pfeldman@chromium.org2013-11-041-2/+4
* Pepper: Fix 2 message rewriting issues in NaClMessageScanner.bbudge@chromium.org2013-11-021-7/+17
* [PPAPI] Fixed FileSystems from JavaScript not having a context.mgiuca@chromium.org2013-11-021-0/+7
* Rename HandleConverter to NaClMessageScanner.bbudge@chromium.org2013-11-025-346/+350
* PPAPI: Make tests really delete the plugin on shutdowndmichael@chromium.org2013-11-021-2/+2
* Pepper: Move FileIO host from renderer to browser.teravest@chromium.org2013-11-021-8/+8
* [PPAPI] Added pp::VarResource_Dev class.yzshen@chromium.org2013-11-0112-27/+204
* Revert 232440 "Pepper: Move FileIO host from renderer to browser."csharp@chromium.org2013-11-011-8/+8
* Pepper: Move FileIO host from renderer to browser.teravest@chromium.org2013-11-011-8/+8
* Revert 232428 "Remove redundant/misleaing README.chromium files."newt@chromium.org2013-11-011-0/+4
* Remove redundant/misleaing README.chromium files.sbc@chromium.org2013-11-011-4/+0
* Pepper: Log test duration to JavaScript console.teravest@chromium.org2013-10-313-0/+21
* [PPAPI] It is now possible to pass filesystems from JavaScript to NaCl modules.mgiuca@chromium.org2013-10-318-8/+234
* Fix out of sync buffer indexing for PPAPI audio.dalecurtis@chromium.org2013-10-312-8/+19
* GetNativeImageDataFormat: Return PP_IMAGEDATAFORMAT_RGBA_PREMUL in the case o...jhoak@google.com2013-10-301-1/+6
* Narrow VDA Decode() API and remove multi-frame tests.yuli@chromium.org2013-10-292-3/+5
* Move memory allocation/stats structs to gpu:: and remove bazillion copiesjamesr@chromium.org2013-10-292-0/+7
* Remove unused IPC::Message priority.bbudge@chromium.org2013-10-282-13/+8
* Re-order PNaCl startup events to start pexe fetch early and set indicator.jvoung@chromium.org2013-10-264-44/+63
* Remove IsPnaclEnabled from ppb_nacl_private.jvoung@chromium.org2013-10-255-16/+1
* Pepper: Cleanup in NaCl trusted plugin.teravest@chromium.org2013-10-242-58/+16
* [Pepper] Document the failure mode of the constructor for pp::FileRef.mgiuca@chromium.org2013-10-241-0/+3
* Switch audio synchronization from sleep() based to select() based.dalecurtis@chromium.org2013-10-233-41/+12
* Avoid memory allocation for PPB_FileIO Read when callback is blocking.bbudge@chromium.org2013-10-236-25/+68
* Plumb support for audio sample formats.dalecurtis@chromium.org2013-10-2211-33/+127
* Add missing #includes of <algorithm> in ppapi for std::min/maxscottmg@chromium.org2013-10-227-0/+11
* Remove CanChallengePlatform() and CheckPlatformState().dalecurtis@chromium.org2013-10-2013-166/+37
* [PPAPI] Added new Pepper interface PPB_VarResource_Dev.mgiuca@chromium.org2013-10-1911-2/+351
* Pepper: Fix SetLength permissions in FileIO test.teravest@chromium.org2013-10-171-1/+1
* Avoid referencing index [0] of a zero length string.wfh@chromium.org2013-10-171-1/+1
* Don't check the result of new for NULL.thakis@chromium.org2013-10-171-4/+1
* [PPAPI] It is now valid to store PP_Resource 0 in a ResourceVar.mgiuca@chromium.org2013-10-164-1/+13
* PPAPI: Fix extra whitespace nit in plugin_main_nacl.ccdmichael@chromium.org2013-10-161-1/+0
* Fix minor issues in PPB_TrueTypeFont_Dev implementation.bbudge@chromium.org2013-10-152-3/+5
* Array index [0] on zero length array is undefined on C++03wfh@chromium.org2013-10-141-1/+2
* Check for WebContents capturers when reporting output link types.dalecurtis@chromium.org2013-10-122-3/+5
* PPAPI/NaCl: Delay calling PPP_InitializeModuledmichael@chromium.org2013-10-111-7/+7
* Return appropriate error codes for PPB_Flash_DRMraymes@chromium.org2013-10-111-1/+1
* Pepper: Remove PPB_FileIOTrusted.teravest@chromium.org2013-10-1020-226/+8
* Fix native client failures on mac by only using Mesa on Linux.erg@chromium.org2013-10-091-3/+4
* Pepper: Fix PRESUBMIT when deleting files.teravest@chromium.org2013-10-081-2/+4
* nacl/linux_aura: Force osmesa mode during native client tests.erg@chromium.org2013-10-081-0/+3
* Fix some WeakPtrFactory members that aren't lastdmichael@chromium.org2013-10-084-8/+9
* linux_aura: Revert everything; abort turning linux_aura on.erg@chromium.org2013-10-051-11/+1
* linux_aura: Turn aura on on the builders.erg@chromium.org2013-10-051-1/+11
* Add SignalQuery to GpuControl interfacejamesr@chromium.org2013-10-052-0/+7
* NaCl: FileDownloader now uses FileIO_Private.teravest@chromium.org2013-10-032-43/+70
* Memory scripts: Accept --build-dir in addition to --build_dir.thakis@chromium.org2013-10-021-1/+1
* Add test for PPB_TCPSocket_1_0.yzshen@chromium.org2013-10-022-1/+79