summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Remove incorrect comments from the audio config headers.elijahtaylor@google.com2011-06-132-5/+1
* Delete deserializer in synthesized message to avoid leakfischman@chromium.org2011-06-131-3/+3
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-109-79/+218
* This guarantees that the underlying PP_Var is all initialized. There was a r...dspringer@chromium.org2011-06-101-2/+2
* PPAPI: Update the C++ PPP_Printing_Dev wrapper.thestig@chromium.org2011-06-103-4/+16
* Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPIdavemoore@chromium.org2011-06-109-218/+79
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-109-79/+218
* Implement out-of-process proxy for PPB_Buffer_Dev.fischman@chromium.org2011-06-1015-38/+182
* New documentation for resource.h, core.h, and common.hjond@google.com2011-06-093-34/+120
* Remove rendundant use of product_name in gyp files.evan@chromium.org2011-06-091-2/+0
* Proxy PPB_Var, fix o-o-p string var id tracking.dmichael@chromium.org2011-06-0813-70/+518
* roll clang 131935:132017thakis@chromium.org2011-06-082-2/+2
* New documentation for rect.h and size.hjond@google.com2011-06-072-27/+244
* Make PPAPI tests call the destructor for TestCase. TestingInstance constructs...bbudge@google.com2011-06-072-1/+7
* New documentation for audio.h and audio_config.hjond@google.com2011-06-072-23/+113
* Fix 'C' header generationnoelallen@google.com2011-06-074-57/+133
* Revert 87919 - Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix i...polina@google.com2011-06-068-62/+93
* Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix interface functi...thakis@chromium.org2011-06-048-93/+62
* PPAPI: Fix interface functions that take PP_CompletionCallbacks, but don'tpolina@google.com2011-06-048-62/+93
* Implementation for Pepper C++ Video Decoder API (wrapper on top of C API).vmr@chromium.org2011-06-033-50/+60
* Fix a bug in the Broker proxy thunk that breaks the Connect callback when run...ddorwin@chromium.org2011-06-021-2/+2
* Fixed handling of a non-NULL attrib_list in PPB_Surface3D Proxy's Create().ddorwin@chromium.org2011-06-021-5/+8
* Add idl_c_proto for generating 'C' style prototypes from IDLnoelallen@google.com2011-06-028-29/+470
* Script is always a string, so it was silly of me to make it VarPrivate.dmichael@chromium.org2011-06-012-3/+2
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-0150-541/+1366
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-0150-1366/+541
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-0150-541/+1366
* Fix PPAPITest.DirectoryReader:yzshen@chromium.org2011-05-311-52/+90
* Cleaned up PostMessage documentationjond@google.com2011-05-312-40/+49
* Small fix on Pepper Video Decoder API data types.vmr@chromium.org2011-05-311-4/+16
* Give FunctionGroupBase a virtual destructor.thakis@chromium.org2011-05-311-0/+2
* Fix up a couple of things we missed for the ppapi scripting yak shave.dmichael@chromium.org2011-05-283-3/+13
* Move Broker, Buffer, CharSet, and CursorControl to use the new thunk/API system.brettw@chromium.org2011-05-2734-312/+941
* Remove scripting from pp::Var with an opt-in compiler predefine.dmichael@chromium.org2011-05-272-30/+50
* Add a new function to run and claer a completion callback. This is a commonbrettw@chromium.org2011-05-276-18/+28
* Fix PPAPITest.Transport flakiness.sergeyu@chromium.org2011-05-261-26/+46
* Remove extra comma added in r86896.msw@chromium.org2011-05-261-1/+1
* Add PP_Bool conversion functions to pp_bool.h as disussed on the mailing list.brettw@chromium.org2011-05-261-0/+16
* Add new PDF plugin resources for print preview.thestig@chromium.org2011-05-261-1/+4
* Use the WebKit default fonts when specifying generic font families.brettw@chromium.org2011-05-2612-12/+192
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-1/+1
* Add initialization callback support for Video Decoder PPAPI.vrk@google.com2011-05-254-5/+9
* Proxy PPB_Instance_Private and PPP_Instance_Private.dmichael@chromium.org2011-05-258-0/+347
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-251-1/+1
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-251-1/+1
* Remove scripting from PPP_Instance and PPB_Instance (behind precompiler flag).dmichael@chromium.org2011-05-245-71/+87
* Don't re-enter when destroying FlashNetConnectorpiman@google.com2011-05-241-2/+17
* Adjust PPAPI tests so they can also be run in the NaCl build using PyAuto.cstefansen@google.com2011-05-235-18/+66
* Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u...tony@chromium.org2011-05-232-2/+2
* Fix PP_FileOpenFlags_Dev handling:yzshen@chromium.org2011-05-233-18/+234