summaryrefslogtreecommitdiffstats
path: root/ppapi/tests
Commit message (Expand)AuthorAgeFilesLines
* WebSocket_AbortReceiveMessageCall was flaky because it was slow.toyoshim@chromium.org2012-10-241-13/+11
* WebSocket Pepper API: split AbortCalls test to four partstoyoshim@chromium.org2012-10-222-37/+72
* WebSocket test server migration on PPAPI teststoyoshim@chromium.org2012-10-171-6/+4
* Remove PPAPI tests from NaCl's SCons build that are not automated or are dead.ncbray@chromium.org2012-10-111-0/+7
* Fix print settings units conversion for PPB_Printing.raymes@chromium.org2012-10-111-3/+22
* ppapi: Fix expectation for touch-event location.sadrul@chromium.org2012-10-101-6/+2
* Introduce PPB_Flash_Font.yzshen@chromium.org2012-10-092-0/+3
* Pepper WebSocket API: Implement new design Chrome IPC.toyoshim@chromium.org2012-10-091-5/+20
* Remove unused PPP_CursorControl_Devraymes@chromium.org2012-10-081-1/+0
* Convert UMA interface to IDL.brettw@chromium.org2012-10-052-3/+1
* Remove VideoLayer and LayerCompositor APIs.brettw@chromium.org2012-10-021-2/+0
* Implement browser side of PPB_Printing resource.raymes@chromium.org2012-09-272-0/+99
* Fix cpu draining callback in Graphics2D::Flush.victorhsieh@chromium.org2012-09-272-1/+107
* Cleanup: avoid foo ? true : false, part 2.thestig@chromium.org2012-09-191-3/+3
* Add infobar for PPAPI broker usage.bauerb@chromium.org2012-09-043-5/+47
* AllowBroadcast() is exposed to NaCl.ygorshenin@chromium.org2012-08-312-40/+150
* PPAPI: Make PPB_MessageLoop_Dev::GetForMainThread workdmichael@chromium.org2012-08-304-0/+162
* ppapi: Make sure the touch-event interface is detected correctly.sadrul@chromium.org2012-08-302-2/+63
* Fix back-to-back StartPlayback/StopPlayback issue in PPAPI IPC proxynfullagar@google.com2012-08-252-0/+70
* Add a query function for the scaling feature.brettw@chromium.org2012-08-221-2/+2
* Cache image data objects.brettw@chromium.org2012-08-222-0/+70
* Add PPAPI decryptor implementation.tomfinegan@chromium.org2012-08-172-0/+3
* Noop change (+bonus style fix) to trigger nacl tests to be rebuilt.sergeyu@chromium.org2012-08-101-1/+2
* NaCl proxy for PPB_NetworkMonitor_Privatesergeyu@chromium.org2012-08-101-1/+0
* Remove ppb_fullscreen_dev interface, as fullscreen has been outnfullagar@google.com2012-07-162-2/+0
* Add support for threadsafe completion callback factory.brettw@chromium.org2012-07-132-1/+9
* PPAPI (Flash): Fix FileModuleLocal::GetDirContents().viettrungluu@chromium.org2012-07-121-1/+1
* 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
* PPAPI: Add an API for setting a custom user agent for URL requests.viettrungluu@chromium.org2012-07-101-0/+10
* Fix PPB_MouseLock.LockMouse crash and add tests.yzshen@chromium.org2012-07-092-0/+118
* Only paste the fragment of text which was copied to the clipboard.raymes@chromium.org2012-06-291-3/+8
* Allow to release WebSocket resource in completion callbacks invoked by Close().toyoshim@chromium.org2012-06-293-3/+74
* ppapi: Add test for touch-event support.sadrul@chromium.org2012-06-284-3/+90
* Implement HiDPI support in Pepper dev interfacejhorwich@chromium.org2012-06-284-1/+47
* Implement right-to-left text rendering in Pepper.brettw@chromium.org2012-06-282-2/+90
* This adds an interface for setting crash data from a plugin. It also provides...raymes@chromium.org2012-06-272-0/+11
* Fix flaky PPAPITest.FileIO_NotAllowMixedReadWrite, re-enabledmichael@chromium.org2012-06-251-5/+13
* Pepper Flash: Add trivial C++ wrappers for PPB_Flash_File_{ModuleLocal,FileRef}.viettrungluu@chromium.org2012-06-252-24/+17
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-235-75/+188
* Fixed bug causing invalid PPAPI test to PASS.raymes@chromium.org2012-06-222-4/+18
* ppapi: Add support for touch events.sadrul@chromium.org2012-06-212-7/+9
* Revert 143294 - Provides a real implementation of GetDefaultPrintSettings.raymes@google.com2012-06-212-76/+0
* Provides a real implementation of GetDefaultPrintSettings.raymes@chromium.org2012-06-202-0/+76
* Add RecommendSampleRate() to audio config test.nfullagar@google.com2012-06-192-0/+13
* Let flash query the number of CPU cores present.tsepez@chromium.org2012-06-181-0/+4
* Add CreateTemporaryFile to PPB_Flash_File_ModuleLocal.yzshen@chromium.org2012-06-152-0/+167
* Add more testing to trusted graphics_3d.nfullagar@google.com2012-06-143-9/+109
* This returns the default print settings for the default printer. Currently th...raymes@chromium.org2012-06-141-0/+1
* "Replace" PPB_Flash's GetSettingInt with a more general GetSetting.viettrungluu@chromium.org2012-06-082-0/+65