summaryrefslogtreecommitdiffstats
path: root/ppapi/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove files that were shuffled to the NaCl repo for less chrome/nacl depende...elijahtaylor@google.com2011-06-272-76/+0
* Move the video decoder and video layer to the new API/thunk system.brettw@chromium.org2011-06-181-1/+0
* Patch to fix problems with PPB_URLLoader_Impl and PPAPITests.URLLoader. The c...bbudge@chromium.org2011-06-162-3/+20
* Add proper support for copy-constructed pp::Buffer_Dev's.fischman@chromium.org2011-06-141-0/+11
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-101-1/+1
* Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPIdavemoore@chromium.org2011-06-101-1/+1
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-101-1/+1
* Implement out-of-process proxy for PPB_Buffer_Dev.fischman@chromium.org2011-06-102-2/+29
* Proxy PPB_Var, fix o-o-p string var id tracking.dmichael@chromium.org2011-06-083-11/+291
* Make PPAPI tests call the destructor for TestCase. TestingInstance constructs...bbudge@google.com2011-06-072-1/+7
* Revert 87919 - Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix i...polina@google.com2011-06-064-9/+16
* Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix interface functi...thakis@chromium.org2011-06-044-16/+9
* PPAPI: Fix interface functions that take PP_CompletionCallbacks, but don'tpolina@google.com2011-06-044-9/+16
* Fix PPAPITest.DirectoryReader:yzshen@chromium.org2011-05-311-52/+90
* Move Broker, Buffer, CharSet, and CursorControl to use the new thunk/API system.brettw@chromium.org2011-05-276-1/+158
* Fix PPAPITest.Transport flakiness.sergeyu@chromium.org2011-05-261-26/+46
* Add initialization callback support for Video Decoder PPAPI.vrk@google.com2011-05-251-1/+1
* Adjust PPAPI tests so they can also be run in the NaCl build using PyAuto.cstefansen@google.com2011-05-235-18/+66
* Fix PP_FileOpenFlags_Dev handling:yzshen@chromium.org2011-05-233-18/+234
* Fix PPAPI ui_tests.piman@google.com2011-05-204-7/+8
* Add a test that passes an extra parameter, make sure nothing happens.dmichael@chromium.org2011-05-182-0/+27
* Fix event dispatching for PPB_Messaging::PostMessage. I asked Adam about the...dmichael@chromium.org2011-05-132-30/+97
* Implement VideoDecoder IPC hooks from plugin to GPU processvrk@google.com2011-05-131-2/+2
* Update VideoDecode PPAPI structs to be consistent with media structures, part 1vrk@google.com2011-05-102-8/+4
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-101-1/+0
* ppapi: remove accidental #include of a .cc fileevan@chromium.org2011-05-091-1/+0
* Properly set the testing_interface_ member. Previously this was not beingbrettw@chromium.org2011-05-0410-50/+26
* Implement PseudoTCP support in P2P Transport Pepper API.sergeyu@chromium.org2011-05-024-22/+100
* Add UMA private PPAPI interface for UMA logging from NaCl pluginelijahtaylor@google.com2011-04-293-0/+88
* Pepper video layer APIhclam@chromium.org2011-04-291-1/+2
* Minor fixes to enable manual running of all PPAPI tests ("Run all tests"cstefansen@google.com2011-04-286-34/+44
* Delete a few unused functions.thakis@chromium.org2011-04-251-7/+0
* Add an initial crypto interface to fill a given buffer with random data. Thisbrettw@chromium.org2011-04-201-0/+1
* Make AddRefObject a sync message to avoid a race condition between (1)brettw@chromium.org2011-04-192-1/+96
* Rename Instance_Trusted to Instance_Private, wire it up in Chrome.dmichael@chromium.org2011-04-192-3/+5
* Keep the module in scope when executing scripts. This prevents a crash when thebrettw@chromium.org2011-04-182-0/+101
* Add trusted Instance C interfaces with scripting-related functions.dmichael@chromium.org2011-04-151-0/+2
* Draft version of the HW video decode tester and few other changes.scherkus@chromium.org2011-04-142-0/+80
* Modify the webkit::ppapi::URLLoader to use the underlying AssociatedURLLoader...bbudge@chromium.org2011-04-142-0/+22
* Implement P2P Transport Dev using P2PTransportImpl.sergeyu@chromium.org2011-04-125-26/+201
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-118-105/+105
* Reupload of http://codereview.chromium.org/6801053/dmichael@chromium.org2011-04-081-0/+2
* Fixing PPB_Graphics2D::Describebrettw@chromium.org2011-04-061-3/+6
* Add GetPluginURL to PPB_URLUtil_Devpiman@google.com2011-03-313-0/+11
* Checking in major revision of Pepper video decode APIs.scherkus@chromium.org2011-03-313-13/+12
* Make PPAPI PostMessage behave asynchronously.dmichael@google.com2011-03-261-4/+20
* A proposal and implementation for an initial postMessage interface. These in...dmichael@google.com2011-03-236-14/+257
* Remove PPB_Var interface's scripting functionality.neb@chromium.org2011-03-237-291/+3
* Add an (unimplemented) API for getting the available list of font families onbrettw@chromium.org2011-03-191-0/+1
* Add a console interface for logging to the JS console from a PPAPI plugin.brettw@chromium.org2011-03-111-0/+1