summaryrefslogtreecommitdiffstats
path: root/ppapi/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add PPB_URLUtil_Dev::GetDocumentURLpiman@google.com2011-03-022-17/+30
* Don't allow multiple opens for Pepper FileSystem.yzshen@chromium.org2011-02-283-14/+105
* Add some files to the C compilation test, and fix the stuff that wasn't C com...dmichael@google.com2011-02-231-0/+5
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-171-5/+6
* Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-162-10/+41
* Revert 75003 - Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-152-41/+10
* Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-152-10/+41
* Implement proxy for FlashMenu and Run/QuitMessageLooppiman@google.com2011-02-157-42/+50
* Fix FileIO and FileRef PPAPI tests to match changes inadamk@chromium.org2011-02-032-25/+26
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-8/+8