summaryrefslogtreecommitdiffstats
path: root/ppapi/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* reconstitute moving 3d out of dev CL. (previous attempt was reverted)nfullagar@google.com2011-09-074-19/+19
* Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-064-19/+19
* Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-064-19/+19
* Reland http://codereview.chromium.org/7821001/dmichael@chromium.org2011-09-062-49/+111
* Add TCP configuration parameters for Transport API.sergeyu@chromium.org2011-09-061-0/+8
* Revert 99442 - Add test for calling PostMessage during Init. Deflakify TestPo...dmichael@chromium.org2011-09-022-111/+49
* Add test for calling PostMessage during Init. Deflakify TestPostMessage.dmichael@chromium.org2011-09-022-49/+111
* Added a simple smoke test for Graphics3D. It attempts to exercise the entire ...alokp@chromium.org2011-09-022-7/+70
* Hookup Gpu blacklist with NaCl Pepper3D access.zmo@google.com2011-09-021-1/+2
* Replace the use of an int32* with an explicit profile for decoder configuration.fischman@chromium.org2011-09-011-1/+1
* Reland http://codereview.chromium.org/7648033dmichael@chromium.org2011-08-304-6/+214
* Revert 98826 - Add means for running some tests only o-o-p. Add messaging non...dtseng@chromium.org2011-08-304-214/+6
* Add means for running some tests only o-o-p. Add messaging non-main thread test.dmichael@chromium.org2011-08-304-6/+214
* Added an empty test suite for Graphics3D.alokp@chromium.org2011-08-302-0/+50
* Add SetProperti() in the PPB_Transport_Dev interface.sergeyu@chromium.org2011-08-262-11/+53
* Convert FileRefImpl and URLRequestInfo to shared_impl.brettw@chromium.org2011-08-262-4/+15
* Update WebKit to r93717.levin@chromium.org2011-08-251-1/+1
* Try to reduce the flankness of the PPAPI UI tests.brettw@chromium.org2011-08-252-2/+42
* Cleanup in the file chooser API.brettw@chromium.org2011-08-202-2/+0
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)thestig@chromium.org2011-08-181-1/+1
* Adding checks against directory traversal.sanga@chromium.org2011-08-172-1/+34
* Adding guards against heap overflow in PPB_FileIO::Readsanga@chromium.org2011-08-171-1/+9
* AppendFileToBody by blocking ipckinuko@chromium.org2011-08-172-0/+128
* Pepper and WebKit API change to support a plugin knowing if a scrollbar is an...jam@chromium.org2011-08-102-0/+6
* Unify var tracking between webkit and the proxy.brettw@chromium.org2011-08-091-70/+62
* Fix some egregious bugs in Var.brettw@chromium.org2011-08-051-0/+7
* Proxy PPP_Messaging.dmichael@chromium.org2011-08-031-0/+5
* Respect NAT traversal policy in the Chromoting client plugin.ajwong@chromium.org2011-08-031-1/+1
* Pepper quota supportkinuko@chromium.org2011-08-012-0/+89
* PPAPI interface for reading the enterprise policy as a big JSON blob.ajwong@chromium.org2011-07-303-0/+88
* PPB_VideoDecoder_Dev::Initialize is now synchronous!fischman@chromium.org2011-07-294-18/+9
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-3/+3
* Fix crash in PPB_URLLoader_Impl, where didFail invokes a null callback.bbudge@chromium.org2011-07-212-0/+44
* Move check for Javascript URL to PPB_URLRequestInfo_Impl::RequiresUniversalAc...bbudge@chromium.org2011-07-202-0/+27
* Allow creation of input events. Revert changes to testing interface forbrettw@chromium.org2011-07-191-5/+4
* Update the widget API to use the new InputEvent resource rather than the oldbrettw@chromium.org2011-07-192-6/+16
* Remove redundant size and type information from VideoDecode PPAPIvrk@google.com2011-07-192-2/+2
* Re-land r92885, which was reverted in r92891.alokp@chromium.org2011-07-191-0/+1
* Remove common.h from the build. This only included the bool converters whichbrettw@chromium.org2011-07-192-2/+0
* Revert 92885 - Completed the implementation for PPB_Graphics3D interface.alokp@chromium.org2011-07-181-1/+0
* Completed the implementation for PPB_Graphics3D interface.alokp@chromium.org2011-07-181-0/+1
* Removing support dev file interfaces.sanga@chromium.org2011-07-171-1/+1
* Avoid leaking file handles.yzshen@chromium.org2011-07-151-2/+6