summaryrefslogtreecommitdiffstats
path: root/ppapi/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sends surrogate pairs as one unicode character.nona@chromium.org2013-08-291-15/+17
* TCPSockets are switched to the new Pepper proxy.ygorshenin@chromium.org2013-08-283-1/+43
* Remove unused variable declaration.etienneb@chromium.org2013-08-211-1/+0
* Fix unused variable assignement.etienneb@chromium.org2013-08-211-0/+2
* Pepper: Remove PPB_GpuBlacklist_Private.teravest@chromium.org2013-08-201-1/+0
* Move PPB_FileIO Query and Read implementation from the renderer to the plugin...bbudge@chromium.org2013-08-092-6/+10
* Fix PPAPI TestCase so individual tests can be run more than once.bbudge@chromium.org2013-08-063-20/+27
* Fix array size computation in audio tests.etienneb@chromium.org2013-08-021-1/+1
* Revert 214420 "Do PPB_FileIO Query and Read in the plugin process."bbudge@chromium.org2013-08-012-10/+4
* PPAPI: Move IMEInputEvent and TextInput to stable.nona@chromium.org2013-08-014-10/+9
* Improved Pepper font drawing test.alokp@chromium.org2013-07-311-20/+34
* Do PPB_FileIO Query and Read in the plugin process.bbudge@chromium.org2013-07-302-4/+10
* Revert 213933 "Move PPB_FileIO Query and Read implementation fro..."dewittj@chromium.org2013-07-262-10/+4
* Move PPB_FileIO Query and Read implementation from the renderer to the plugin...bbudge@chromium.org2013-07-262-4/+10
* NaCl CompletionCallback is called twice in WebSocket::ReceiveMessage and cras...yhirano@chromium.org2013-07-262-3/+64
* ThreadedTestRunner::Run contained a PP_DCHECK with a side effect. Some tests ...yhirano@chromium.org2013-07-241-1/+3