summaryrefslogtreecommitdiffstats
path: root/ppapi/tests
Commit message (Expand)AuthorAgeFilesLines
* Add functions to generate input events to PPB_Testing_Dev. These makebbudge@chromium.org2011-11-202-0/+350
* Test NaCl version of ppapi_tests via ui_testsnoelallen@google.com2011-11-181-2/+5
* - Implement internal API and thunktoyoshim@chromium.org2011-11-182-0/+74
* Pepper: Add some simple tests for most functions in the PPB_Flash interface.viettrungluu@chromium.org2011-11-172-0/+144
* Make PostMessageToJavaScript use new WebKit API instead of script.dmichael@chromium.org2011-11-171-0/+22
* ppapi: Fix memory leaks in TestCharSetToUTF16.jhawkins@chromium.org2011-11-161-0/+8
* Revert 110221 - Test NaCl version of ppapi_tests via ui_testsdmichael@chromium.org2011-11-161-5/+2
* Remove 'Flash' from TCP/UDP Pepper interfaces names. This CL preserves old id...dpolukhin@chromium.org2011-11-162-17/+14
* Reland http://codereview.chromium.org/8477015dmichael@chromium.org2011-11-1664-231/+274
* Add TestConnectFailure, TestGetHandleFailure and TestConnectAndPipe to PPAPI ...xhwang@chromium.org2011-11-162-6/+252
* Test NaCl version of ppapi_tests via ui_testsnoelallen@google.com2011-11-161-2/+5
* Fix a small race condition in loading/executing the PPAPI tests.viettrungluu@chromium.org2011-11-151-1/+1
* ppapi/tests/test_graphics2d: Implement TestScroll.polina@google.com2011-11-151-33/+108
* Pepper: Add a test for PPB_TCPSocket_Private.viettrungluu@chromium.org2011-11-152-0/+259
* Fix flaky PPAPITest.FlashClipboard.yzshen@chromium.org2011-11-114-27/+50
* Pepper: Add tests for the PPB_NetAddress_Private interface.viettrungluu@chromium.org2011-11-114-4/+189
* Cleanup: Remove unneeded forward declarations in ppapi.thestig@chromium.org2011-11-113-14/+12
* IDL for WebSocket Pepper API.toyoshim@chromium.org2011-11-112-0/+2
* Revert 109114thakis@chromium.org2011-11-0960-257/+215
* Make it possible to enable/disable specific ppapi tests. Migrate PostMessage ...dmichael@chromium.org2011-11-0860-215/+257
* Remove redundant XHR method/header validation. This is done byAssociatedURLLo...bbudge@chromium.org2011-11-062-70/+229
* Convert the flash clipboard API to thunk system.brettw@chromium.org2011-10-223-3/+80
* Remove RemoteAccessClientFirewallTraversal policy and code paths.wez@chromium.org2011-10-203-88/+0
* Replace sizeof with strlen in ppapi/tests/test_file_io.cckinuko@chromium.org2011-10-191-2/+2
* Move PPB/PPP_MouseLock out of dev/.yzshen@chromium.org2011-10-162-3/+3
* PPAPI Fullscreen: move out of Dev.polina@google.com2011-10-144-3/+5
* PPAPI Fullscreen: update ppapi_test to match the behavior afterpolina@google.com2011-10-141-2/+2
* PPAPI Fullscreen: Hack plugin's attributes to force resizing of the plugin to...polina@google.com2011-10-141-5/+11
* Take the size of an array instead of pointer for string comparison.dmichael@chromium.org2011-10-131-2/+2
* Convert the charset, memory, and crypto interfaces to use the thunk system.brettw@chromium.org2011-10-112-0/+74
* Convert video capture/decoder stuff to IDL.brettw@chromium.org2011-10-072-4/+0
* Convert transport, scrollbar, and query policy to IDL.brettw@chromium.org2011-10-051-2/+2
* PPAPI SetFullscreen: Explicitely disallow state changes when the oppositepolina@google.com2011-10-031-2/+8
* PPAPI SetFullscreen: Do return PP_FALSE when transition cannot be process. Th...polina@google.com2011-09-291-4/+15
* Add PPB_Fullscreen_Dev;0.5. Keep 0.4 for backwards compatiblity and point itpolina@google.com2011-09-275-49/+312
* ppapi_tests: Add a way for TestCase to implement HandleInputEvent.polina@google.com2011-09-234-2/+20
* Rename PPB_Fullscreen_Dev to PPB_FlashFullscreen.brettw@chromium.org2011-09-202-2/+5
* Obsoleting --unlimited-quota-for-fileskinuko@chromium.org2011-09-201-2/+0
* Declarations for Pepper IME API.kinaba@chromium.org2011-09-162-0/+4
* ppapi_tests: Add a test for PPB_Fullscreen_Dev. Disabled on Mac. Marked as fl...polina@google.com2011-09-152-0/+186
* Relay server support for P2P Transport API.sergeyu@chromium.org2011-09-151-2/+6
* Included ppb_opengles2.h instead of ppb_opengles.h in test_graphics_3d.cc.alokp@chromium.org2011-09-151-1/+1
* Renamed ppb_opengles.h to ppb_opengles2.h.alokp@chromium.org2011-09-151-1/+1
* Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-152-12/+13
* Revert 101189 - Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-142-13/+12
* Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-142-12/+13
* ppapi_tests: Move implementation of virtual Init to the .cc file.polina@google.com2011-09-142-1/+6
* ppapi_tests: Support DidChangeView overriding viapolina@google.com2011-09-134-1/+8
* Use Instance* in the Graphics3D constructor rather than Instance&, forbrettw@chromium.org2011-09-131-1/+1
* Introduce a new Pepper interface: PPB/PPP_MouseLock.yzshen@chromium.org2011-09-082-0/+3