summaryrefslogtreecommitdiffstats
path: root/ppapi/tests
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert 233768 "PPAPI: Add a test to make sure we detect crashes"yhirano@chromium.org2013-11-082-51/+0
* PPAPI: Add a test to make sure we detect crashesdmichael@chromium.org2013-11-082-0/+51
* mac: Prepare most test code for -Wunused-functions too.thakis@chromium.org2013-11-081-8/+0
* 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
* [PPAPI] Fixed FileSystems from JavaScript not having a context.mgiuca@chromium.org2013-11-021-0/+7
* PPAPI: Make tests really delete the plugin on shutdowndmichael@chromium.org2013-11-021-2/+2
* [PPAPI] Added pp::VarResource_Dev class.yzshen@chromium.org2013-11-014-27/+29
* 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-312-0/+138
* Add missing #includes of <algorithm> in ppapi for std::min/maxscottmg@chromium.org2013-10-221-0/+1
* Remove CanChallengePlatform() and CheckPlatformState().dalecurtis@chromium.org2013-10-202-17/+0
* [PPAPI] Added new Pepper interface PPB_VarResource_Dev.mgiuca@chromium.org2013-10-192-0/+170
* Pepper: Fix SetLength permissions in FileIO test.teravest@chromium.org2013-10-171-1/+1
* Array index [0] on zero length array is undefined on C++03wfh@chromium.org2013-10-141-1/+2
* Pepper: Remove PPB_FileIOTrusted.teravest@chromium.org2013-10-104-21/+8
* Add test for PPB_TCPSocket_1_0.yzshen@chromium.org2013-10-022-1/+79
* Pepper: Enable some FileRef in-process tests.teravest@chromium.org2013-10-011-6/+2
* PPAPI: Make GLES2 calls resilient to bad/dead resources.dmichael@chromium.org2013-09-302-0/+31
* Pepper API implementation for output protection.kcwu@chromium.org2013-09-283-0/+90
* Pepper: Extension for SocketPpapiTest to ppapi/.teravest@chromium.org2013-09-266-0/+761
* Pepper: Remove Will* from PPB_FileIOTrusted.teravest@chromium.org2013-09-262-72/+0
* Clean up remaining unused globals (on mac).thakis@chromium.org2013-09-264-12/+0
* PPB_TCPSocket: Remove support for PP_TCPSOCKET_OPTION_ADDRESS_REUSE.yzshen@chromium.org2013-09-231-15/+0
* Make NetworkList and NetworkMonitor APIs publicsergeyu@chromium.org2013-09-223-40/+40
* PPB_TCPSocket: add support for TCP server socket operations.yzshen@chromium.org2013-09-204-44/+318
* Pepper API implementation for platform verification.dalecurtis@chromium.org2013-09-173-0/+83
* Add newlines to the end of files where they were missinghans@chromium.org2013-09-121-1/+1
* Add GetPluginRefererURL to PPB_URLUtil_Dev interface to get the 'Referer' HTT...omakovski@yandex-team.ru2013-09-072-0/+13
* Add a new parameter |latency| to PPB_Audio.yzshen@chromium.org2013-09-062-56/+95
* Refactor PPB_NetworkMonitor_Private interface to use CompletionCallback.sergeyu@chromium.org2013-09-062-80/+44
* Use PP_ArrayOutput and PPB_NetAddress in PPB_NetworkList_Private..sergeyu@chromium.org2013-09-051-47/+44