summaryrefslogtreecommitdiffstats
path: root/ppapi/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge 82291 - Add an initial crypto interface to fill a given buffer with ran...brettw@chromium.org2011-04-221-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
* Remove dev/audio, dev/audio_config, and dev/audio_trustednfullagar@google.com2011-01-202-5/+5
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-152-24/+29
* Fix Pepper URL Loader callbacks.viettrungluu@chromium.org2011-01-143-7/+74
* Revert of revert 69309 - switch handles to 32 bit in PPAPI.neb@chromium.org2011-01-142-4/+4
* Revert 71334 - Fix Pepper URL Loader callbacks.viettrungluu@chromium.org2011-01-143-74/+7
* Fix Pepper URL Loader callbacks.viettrungluu@chromium.org2011-01-133-7/+74
* Fix Pepper File IO callbacks.viettrungluu@chromium.org2011-01-112-2/+206
* Use PASS() everywhere in ppapi/tests.neb@chromium.org2011-01-0712-67/+67
* PPB_Class simple test.neb@chromium.org2011-01-072-0/+82
* Add an instance parameter to var objects, audio, and the 2D API. This replace...brettw@chromium.org2011-01-074-40/+47
* Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp...alokp@chromium.org2010-12-282-0/+3
* Added ppapi::Context3D interface. The API has already been reviewed. I am add...alokp@chromium.org2010-12-231-0/+2
* Improve documentation for the tools for generating size checks, based on comm...dmichael@google.com2010-12-222-37/+82
* Properly cancel PPAPI callbacks.viettrungluu@chromium.org2010-12-214-47/+217
* Integrate NaCl Head - Revert 69309 to restore 64b handles in PPAPInoelallen@google.com2010-12-182-4/+4
* Another attempt at landing:dmichael@google.com2010-12-165-0/+408
* Resource width 64->32 change.neb@chromium.org2010-12-152-4/+4
* Revert 69187, http://codereview.chromium.org/5730003/. DEPS check failed due...dmichael@google.com2010-12-144-400/+0
* Add the following Clang plugins:dmichael@google.com2010-12-144-0/+400
* Add compile assertions to enforce the sizes of all structs and enums in the C...dmichael@google.com2010-12-137-70/+188
* Add a separate cookie for the start of a PPAPI test to help reduce testbrettw@chromium.org2010-12-101-1/+3
* Remove trusted interface wrappers from the FileIO C++ wrapper. The wrapperbrettw@chromium.org2010-12-032-2/+18