summaryrefslogtreecommitdiffstats
path: root/ppapi/tests
Commit message (Expand)AuthorAgeFilesLines
* Rename PPB_VideoDecoder_Dev test and example code to avoid collisions.bbudge@chromium.org2014-05-072-11/+12
* Remove PPB_Ext_Socket_Dev.yzshen@chromium.org2014-04-3010-820/+23
* Add test to make sure if PPB_Audio_Shared::StartThread() works.hidehiko@chromium.org2014-04-213-0/+177
* Pepper: Make it possible to pass external file systems to NaCl modules.thestig@chromium.org2014-04-116-0/+267
* Remove redundant I420-to-YV12 conversion in MediaStreamVideoTrack.hshi@chromium.org2014-04-031-3/+11
* [MIPS] Add missing mips.nexe entries in nmfpetarj@mips.com2014-04-031-1/+2
* Adds first PPAPI test for non-SFI mode.hidehiko@chromium.org2014-04-032-0/+10
* Remove unused PPB_Graphics2D_Dev interfaceraymes@google.com2014-04-033-12/+7
* Pass string PP_Vars to JS as string primitivesraymes@chromium.org2014-03-262-10/+49
* Rename PPB_Find_Dev to PPB_Find_Privateraymes@chromium.org2014-03-262-3/+3
* Re-enable disabled size asserts in ppapi_tests test_struct_sizes.cc.bbudge@chromium.org2014-03-251-3/+0
* Fix "unreachable code" warnings (MSVC warning 4702) in ppapi/.pkasting@chromium.org2014-03-182-7/+3
* Return a NULL histogram pointer on construction errorelijahtaylor@chromium.org2014-03-131-0/+13
* Extend the sample rates that Pepper should support.xians@chromium.org2014-03-111-1/+20
* [PPAPI] It is now possible to pass a FileSystem to JS in PostMessage.mgiuca@chromium.org2014-03-102-63/+59
* Remove unused constants in a PPAPI test for TCP socketsmseaborn@chromium.org2014-03-031-7/+0
* [PPAPI][MediaStream] Add browser tests for MediaStreamVideoTrackpenghuang@chromium.org2014-02-262-0/+263
* [PPAPI][MediaStream] Add browser tests for MediaStreamAudioTrackpenghuang@chromium.org2014-02-222-0/+158
* Added the idl for the display color profile pepper API.bgraur@google.com2014-02-171-0/+1
* [PPAPI] Moving pp::VarResource_Dev API into pp::Var (now stable).mgiuca@chromium.org2014-02-133-24/+16
* [PPAPI][MediaStream] Rename AudioFrame to AudioBufferpenghuang@chromium.org2014-02-112-2/+2
* Increase the value of kViewChangeTimeoutSec under ThreadSanitizer.glider@chromium.org2014-02-101-0/+5
* PPAPI: Implement PPB_FileMapping on POSIXdmichael@chromium.org2014-01-293-0/+578
* Revert 247473 "PPAPI: Implement PPB_FileMapping on POSIX"dmichael@chromium.org2014-01-283-576/+0
* PPAPI: Implement PPB_FileMapping on POSIXdmichael@chromium.org2014-01-283-0/+576
* Add GetSequenceNumber function to PPB_Flash_Clipboardraymes@chromium.org2014-01-282-0/+68
* Move PPB_KeyboardInputEvent.GetCode to stable.garykac@chromium.org2014-01-274-10/+14
* Proxy private UMA pepper interface for out-of-process and NaCl plugins.elijahtaylor@chromium.org2014-01-241-13/+16
* PPAPI: Make ASSERT macros print values of operandsdmichael@chromium.org2014-01-2415-134/+790
* Revert 246129 "PPAPI: Make ASSERT macros print values of operands"dbeam@chromium.org2014-01-2215-790/+134
* PPAPI: Make ASSERT macros print values of operandsdmichael@chromium.org2014-01-2115-134/+790
* [PPAPI] Add media stream audio track c++ APIpenghuang@chromium.org2014-01-141-0/+2
* [Retry] PPAPI: Add new PPB_FileRef.MakeDirectory to support exclusive operationnhiroki@chromium.org2014-01-102-27/+53
* [PPAPI] API definition for audio media stream artifactspenghuang@chromium.org2014-01-091-0/+2
* Revert 243802 "PPAPI: Add new PPB_FileRef.MakeDirectory to suppo..."nhiroki@chromium.org2014-01-092-53/+27
* PPAPI: Add new PPB_FileRef.MakeDirectory to support exclusive operationnhiroki@chromium.org2014-01-092-27/+53
* Use window.URL instead of window.webkitURL.davidben@chromium.org2014-01-082-2/+2
* Pepper: Remove ResourceArray_Dev.teravest@chromium.org2014-01-074-153/+0
* Test Keeping NaCl plugins used in app background pages alive when active.scheib@chromium.org2014-01-074-0/+134
* App APIs in Pepper: C++ APIsyzshen@chromium.org2014-01-061-0/+7
* [PPAPI] API definition for video media stream artifactspenghuang@chromium.org2014-01-062-0/+4
* Revert of https://codereview.chromium.org/112663007/ckocagil@chromium.org2014-01-044-134/+0
* Test Keeping NaCl plugins used in app background pages alive when active.scheib@chromium.org2014-01-044-0/+134
* Revert 242061 "Test Keeping NaCl plugins used in app background ..."dbeam@chromium.org2013-12-204-134/+0
* Test Keeping NaCl plugins used in app background pages alive when active.scheib@chromium.org2013-12-204-0/+134
* Add PPB_Alarms_Dev interface definition.yzshen@chromium.org2013-12-111-0/+2
* Remove PPB_Ext_Alarms_Dev and PPB_Ext_Events_Dev.yzshen@chromium.org2013-12-092-3/+0
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-6/+19
* Pepper: Move PPB_Testing_Dev to Private.teravest@chromium.org2013-11-2530-48/+35
* PPAPI/NaCl: Make tests enforce dispatchEvent checkdmichael@chromium.org2013-11-091-12/+4