summaryrefslogtreecommitdiffstats
path: root/ppapi/tests
Commit message (Expand)AuthorAgeFilesLines
* Lift the 64K limit on SRPCs done in the proxy.sehr@google.com2012-01-101-2/+1
* Introduce PPB_ResourceArray_Dev.yzshen@chromium.org2012-01-073-1/+153
* Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-066-7/+8
* Proxy PPB_ArrayBuffer_Dev, make them work over Messagingdmichael@chromium.org2012-01-061-45/+68
* Add tests for the page visibility, position, and clip in the new view API. Th...brettw@chromium.org2012-01-0513-35/+287
* Update PPAPI IDL generator to define versioned structs, and unversioned typedef.wez@chromium.org2012-01-0521-86/+60
* Revert 116281 - Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-046-8/+7
* Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-046-7/+8
* WebSocket Pepper API: ArrayBuffer supporttoyoshim@chromium.org2011-12-282-36/+123
* Added test for disallowed nacl sockets switch.ygorshenin@google.com2011-12-224-0/+128
* Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.dmichael@chromium.org2011-12-2222-37/+109
* Enable out-of-process PPB_FileIO tests, clean up PPB_URLLoader tests.bbudge@chromium.org2011-12-211-17/+12
* Revert 115289 - Added test for disallowed nacl sockets switch.rsleevi@chromium.org2011-12-214-128/+0
* Added test for disallowed nacl sockets switch.ygorshenin@google.com2011-12-214-0/+128
* Revert 115093 because of memory test failures - WebSocket Pepper API: C++ hel...toyoshim@chromium.org2011-12-202-375/+4
* WebSocket Pepper API: C++ helper class implementation.toyoshim@chromium.org2011-12-202-4/+375
* Resubmit 114881, but without a bad dependency on base.polina@google.com2011-12-202-26/+128
* Add TestingInstance::ExecuteScript method which posts a message that the test...bbudge@chromium.org2011-12-175-21/+33
* Revert 114881 - PPB_Fullscreen test: Merge the NaCl version of the test into ...georgey@chromium.org2011-12-172-129/+27
* PPB_Fullscreen test: Merge the NaCl version of the test into ppapi/tests comp...polina@google.com2011-12-162-27/+129
* WebSocket Pepper API: C++ bindings implementation.toyoshim@chromium.org2011-12-162-0/+64
* Implement in-process PPB_VarArrayBuffer_Dev.dmichael@chromium.org2011-12-154-11/+77
* GetDocumentURL is added to PPB_Testing_Dev.ygorshenin@google.com2011-12-156-58/+71
* Reland; WebSocket Pepper API: Add live object check to WebSocket PPAPI teststoyoshim@chromium.org2011-12-153-12/+33
* Reverting because I reverted the CL this depends on...finnur@chromium.org2011-12-143-33/+12
* WebSocket Pepper API: Add live object check to WebSocket PPAPI teststoyoshim@chromium.org2011-12-143-12/+33
* Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-102-39/+58
* Revert 113817 - Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-092-58/+39
* Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-092-39/+58
* WebSocket Pepper API: validate redundant protocols in Connect()toyoshim@chromium.org2011-12-092-10/+39
* Add URLLoader tests for FollowRedirect.bbudge@google.com2011-12-082-33/+79
* Simulate a user gesture in Fullscreen test so it can run on bots.bbudge@chromium.org2011-12-082-0/+22
* In ppapi/tests: |... const*| -> |const ...*| (for consistency).viettrungluu@chromium.org2011-12-0818-34/+28
* Remove TODOs about TryCatch not working.brettw@chromium.org2011-12-081-3/+3
* Revert 113656 - Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-082-58/+39
* Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-082-39/+58
* Move the PP_ALLOW_THIS_IN_INITIALIZER_LIST macro from test_utils.h totoyoshim@chromium.org2011-12-083-17/+2
* Consolidate tests for HTTP request restrictions on untrusted loaders.bbudge@chromium.org2011-12-082-134/+111
* Remove PP_Module from parameters for PPB_Var.VarFromUtf8.dmichael@chromium.org2011-12-072-6/+3
* Break FileIO and URLLoader tests down into individual cases.bbudge@chromium.org2011-12-072-79/+120
* Pepper WebSocket API: Add unit test to call Close()toyoshim@chromium.org2011-12-062-3/+115
* Pepper WebSocket API: Add unit test to access uninitialized propertiestoyoshim@chromium.org2011-12-062-1/+33
* Reland 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to Br...dpolukhin@chromium.org2011-12-064-0/+544
* WebSocket Pepper API: error handling improvementtoyoshim@chromium.org2011-12-021-0/+2
* Revert 112693 - committed before review was done - Landing 8688002: PPB_TCPSo...jam@chromium.org2011-12-024-544/+0
* Landing 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to B...dpolukhin@chromium.org2011-12-024-0/+544
* Enable port validation because net::IsPortAllowedByDefault() was exported nowtoyoshim@chromium.org2011-12-021-2/+1
* Add DEPS include rules so we don't accidentally use chromium stuff.dmichael@chromium.org2011-12-0113-57/+116
* WebSocket Pepper API: minor properties implementationtoyoshim@chromium.org2011-12-012-42/+81
* WebSocket Pepper API: GetBufferedAmount() implementationtoyoshim@chromium.org2011-12-011-0/+4