summaryrefslogtreecommitdiffstats
path: root/ppapi/tests
Commit message (Expand)AuthorAgeFilesLines
* HostResolver is exposed to plugin.ygorshenin@chromium.org2012-03-152-0/+300
* Re-enable OutOfProcessPPAPITest.Fullscreenbbudge@chromium.org2012-03-142-26/+38
* WebSocket Pepper API: Cleanup for more readability.toyoshim@chromium.org2012-03-132-71/+74
* Added CPP wrapper for PPB_TCPServerSocket_Private.ygorshenin@chromium.org2012-03-132-222/+122
* Implement PPB_NetworkMonitor_Private Pepper interface.sergeyu@chromium.org2012-03-132-0/+196
* Added test for disallowed tcp server socket API.ygorshenin@chromium.org2012-03-112-0/+117
* Renable NaClPPAPITest.PostMessage_SendingArrayBuffer with the fix in testing_...jam@chromium.org2012-03-111-1/+4
* Switch PPAPITests to run in browser_tests instead of ui_tests. The former is ...jam@chromium.org2012-03-103-28/+21
* Revert 125942.thakis@chromium.org2012-03-103-21/+28
* Remove NewRequiredCallback.brettw@chromium.org2012-03-102-8/+6
* WebSocket Pepper API: Implement extensionstoyoshim@chromium.org2012-03-101-2/+4
* Switch PPAPITests to run in browser_tests instead of ui_tests. The former is ...jam@chromium.org2012-03-093-28/+21
* Add HandleInputEventAck message to allow out-of-process plugins to respond to...bbudge@chromium.org2012-03-092-62/+13
* Revert 125761 - Implement PPB_NetworkMonitor_Private Pepper interface.viettrungluu@chromium.org2012-03-092-196/+0
* Implement PPB_NetworkMonitor_Private Pepper interface.sergeyu@chromium.org2012-03-092-0/+196
* Add ASSERT_SUBTEST_SUCCESS for Pepper tests.sergeyu@chromium.org2012-03-073-40/+30
* Rename NaCl/pepper gamepad interface from _dev to stablescottmg@chromium.org2012-03-071-1/+1
* WebSocket Pepper API: unit test must use close code defined by APItoyoshim@chromium.org2012-03-031-21/+29
* WebSocket Pepper API: an utility class implementation.toyoshim@chromium.org2012-02-292-0/+471
* Implemented Clear() functionality in the clipboard. raymes@chromium.org2012-02-292-0/+17
* Revert 124106, turns memory bots red across the bord (linux, cros).thakis@chromium.org2012-02-297-229/+39
* PPAPI: Really force-free NPObjects on Instance destruction.dmichael@chromium.org2012-02-297-39/+229
* Add missing private headers to all_c_includes and all_cpp_includes.sergeyu@chromium.org2012-02-292-2/+13
* Convert resources to take an instance key instead of an Instance*.brettw@chromium.org2012-02-2711-27/+27
* Modified the flash cipboard interface to add html clipboard support.raymes@chromium.org2012-02-242-27/+112
* Change to interface to M19, add a few more test cases to test_audio.nfullagar@google.com2012-02-241-1/+9
* Exposed Listen and Accept methods to in-process plugins.ygorshenin@chromium.org2012-02-222-0/+455
* GetBoundAddress will return the address that Bind actually bound to. If ther...yzshen@chromium.org2012-02-212-7/+57
* Work on improving PpbAudioConfig:RecommendSampleFrameCountnfullagar@google.com2012-02-182-6/+6
* Rename PPB_Font to PPB_BrowserFont_Trusted.brettw@chromium.org2012-02-172-0/+126
* Move socket API restriction check to browser processdpolukhin@chromium.org2012-02-164-14/+42
* Change PPB_NetAddress_Private.GetFamily to return a PP_AddressFamily_Private ...yzshen@chromium.org2012-02-161-2/+2
* Dropping NaCl PPAPI hardware exception test on Chromium sidebradnelson@google.com2012-02-152-69/+0
* PPAPI: Dial back the PostMessage threading test and re-enable on Windmichael@chromium.org2012-02-091-0/+8
* Move the charset inteface to "trusted" (we can't implement this efficientlybrettw@chromium.org2012-02-092-4/+192
* PPB_NetAddress_Private: add getter methods for sockaddr.yzshen@chromium.org2012-02-094-3/+136
* Chrome part of exception handling support. The debugger is attached when new ...halyavin@google.com2012-01-312-0/+69
* Introduce PPB_Flash_MessageLoop interface for Pepper Flash.yzshen@chromium.org2012-01-313-0/+121
* ppapi_tests: Remove the source of flakiness from out-of-process FlashFullscre...polina@google.com2012-01-301-5/+9
* PPAPI URLRequestInfo test: port NaCl version to ppapi_tests. Fix Var and Reso...polina@google.com2012-01-272-0/+446
* WebSocket Pepper API: make the API out of devtoyoshim@chromium.org2012-01-274-15/+15
* WebSocket Pepper API: Remove binary type handling interfacestoyoshim@chromium.org2012-01-271-8/+0
* PPAPI: Move PPB_ArrayBuffer out of Dev.dmichael@chromium.org2012-01-275-10/+10
* Tweaks to PPB_VarArrayBuffer in preperation for taking out of Dev.dmichael@chromium.org2012-01-262-1/+8
* WebSocket Pepper API: SetBinaryType() returned unexpected PP_FALSEtoyoshim@chromium.org2012-01-241-1/+1
* Implement PPB_DeviceRef_Dev.yzshen@chromium.org2012-01-212-1/+4
* Enable Pepper broker test for windowscpu@chromium.org2012-01-201-3/+1
* WebSocket Pepper API: SRPC proxy implementationtoyoshim@chromium.org2012-01-191-1/+5
* WebSocket Pepper API: WebArrayBuffer supporttoyoshim@chromium.org2012-01-191-0/+6
* Exposed PPB_NetAddress_Private.ygorshenin@chromium.org2012-01-182-0/+194