summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_utils.cc
Commit message (Expand)AuthorAgeFilesLines
* Pepper: Move PPB_Testing_Dev to Private.teravest@chromium.org2013-11-251-5/+6
* PPB_TCPSocket: add support for TCP server socket operations.yzshen@chromium.org2013-09-201-0/+47
* Add "PRIVATE" to the enum names of some private Pepper networking APIs:yzshen@chromium.org2013-06-241-3/+4
* Move PPB_NetAddress out of dev.yzshen@chromium.org2013-06-221-10/+9
* Introduce PPB_TCPSocket_Dev.yzshen@chromium.org2013-06-131-0/+81
* Introduce PPB_NetAddress_Dev.yzshen@chromium.org2013-06-101-0/+27
* PPAPI: More test cleanupdmichael@chromium.org2013-04-161-11/+0
* PPAPI: Make NestedEvent::Signal() thread-safedmichael@chromium.org2013-04-111-5/+24
* PPAPI: Convert more tests to new callback styledmichael@chromium.org2013-04-111-3/+0
* PPAPI: Take PPB_MessageLoop out of Devdmichael@chromium.org2012-11-151-7/+6
* PPAPI: Make CompletionCallbacks work right on background threads.dmichael@chromium.org2012-11-081-3/+34
* PPAPI: Make PPB_MessageLoop_Dev::GetForMainThread workdmichael@chromium.org2012-08-301-0/+8
* Allow to release WebSocket resource in completion callbacks invoked by Close().toyoshim@chromium.org2012-06-291-3/+9
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-231-3/+8
* PPAPI: Refactor ppapi test callbacks to ease testing blocking callbacks.dmichael@chromium.org2012-04-071-12/+107
* Convert resources to take an instance key instead of an Instance*.brettw@chromium.org2012-02-271-1/+1
* GetDocumentURL is added to PPB_Testing_Dev.ygorshenin@google.com2011-12-151-0/+32
* In ppapi/tests: |... const*| -> |const ...*| (for consistency).viettrungluu@chromium.org2011-12-081-1/+1
* Fix flaky PPAPITest.FlashClipboard.yzshen@chromium.org2011-11-111-0/+15
* Obsoleting --unlimited-quota-for-fileskinuko@chromium.org2011-09-201-2/+0
* Add a flag field to PP_CompletionCallback to control if the callback shouldpolina@google.com2011-06-301-1/+14
* Adjust PPAPI tests so they can also be run in the NaCl build using PyAuto.cstefansen@google.com2011-05-231-1/+1
* Implement PseudoTCP support in P2P Transport Pepper API.sergeyu@chromium.org2011-05-021-4/+9
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-3/+3
* Implement proxy for FlashMenu and Run/QuitMessageLooppiman@google.com2011-02-151-4/+5
* Properly cancel PPAPI callbacks.viettrungluu@chromium.org2010-12-211-1/+3
* Fixing a stupid typo.dumi@chromium.org2010-11-041-1/+1
* Including <stdin.h> to hopefully fix a build error on the ChromeOS bots.dumi@chromium.org2010-11-041-0/+2
* Pepper's directory reader implementation + test.dumi@chromium.org2010-11-041-0/+53