summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Revert 95309 - I need to fix some bugs with this.brettw@chromium.org2011-08-0315-197/+143
* Add a template to handle properly issuing completion callbacks. This fixesbrettw@chromium.org2011-08-0315-143/+197
* Proxy PPP_Messaging.dmichael@chromium.org2011-08-0318-43/+390
* Respect NAT traversal policy in the Chromoting client plugin.ajwong@chromium.org2011-08-031-1/+1
* Add Antoine to PPAPI owners so I don't keep having to rubberstamp his reviews.brettw@chromium.org2011-08-021-0/+1
* Remove a few unused functions.thakis@chromium.org2011-08-021-8/+0
* Revert "Prepare ppapi for chrome audio changes..."derat@chromium.org2011-08-021-47/+7
* Allow reentrancy for HostDispatcher::GetProxiedInterfacevrk@google.com2011-08-021-1/+5
* Move Var and StringVar to the ppapi/shared_impl so they can be used in thebrettw@chromium.org2011-08-016-0/+354
* New Var.h documentation. Some docs are absent as I wasn't sure what they did.jond@google.com2011-08-011-58/+178
* Prepare ppapi for chrome audio changes. Now chrome writes length of audio dataenal@chromium.org2011-08-011-7/+47
* Add additional unit tests for the plugin side of SerializedVar object proxying.brettw@chromium.org2011-08-013-5/+136
* Added PPB_Graphics3D_Dev::Resize to let plugins resize the backing surface.alokp@chromium.org2011-08-017-2/+43
* Various fixes to Graphics3D proxy to make it work.alokp@chromium.org2011-08-012-6/+12
* 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-3013-2/+196
* PPB_VideoDecoder_Dev::Initialize is now synchronous!fischman@chromium.org2011-07-2913-92/+47
* Trivial fix for error messagenoelallen@google.com2011-07-271-1/+1
* Made Destroy() followup more aggressive to test for races.fischman@chromium.org2011-07-261-1/+22
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-262-4/+4
* Implemented CommandBuffer::GetState Graphics3D.apatrick@chromium.org2011-07-261-0/+5
* Update PPB_Flash_TCPSocket implementation to support force async callback.yzshen@chromium.org2011-07-252-16/+22
* Re-added decoder id to PPP_VideoDecoder_Dev methodsfischman@chromium.org2011-07-224-37/+64
* PPAPI: Make forceasync callback option the default.polina@google.com2011-07-222-11/+4
* Fix return value when unfiltered keyboard events are registered.dmichael@chromium.org2011-07-221-4/+0
* Adding linter for IDLnoelallen@google.com2011-07-223-28/+132
* Remove the requirement that keyboard events be sent in filtered mode. Thisbrettw@chromium.org2011-07-222-17/+19
* Fix input event resource proxying functions in the Chrome IPC proxy. Thebrettw@chromium.org2011-07-223-4/+46
* Clarify the requirements of the GetInterface function that the plugin mustbrettw@chromium.org2011-07-222-1/+21
* Reland http://codereview.chromium.org/7484003/:dmichael@chromium.org2011-07-222-54/+1
* Revert 93523 - Remove backwards compatibility for PPP_Instance 0.5 and old in...dmichael@chromium.org2011-07-222-1/+54
* Remove backwards compatibility for PPP_Instance 0.5 and old input events.dmichael@chromium.org2011-07-222-54/+1
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-211-0/+5
* Fix crash in PPB_URLLoader_Impl, where didFail invokes a null callback.bbudge@chromium.org2011-07-212-0/+44
* Trivial fix for IDL to H deltanoelallen@google.com2011-07-211-1/+1
* Convert input event to interface version 1.0. Rename some of the mouse andbrettw@chromium.org2011-07-2020-172/+416
* Redid VideoDecodeAccelerator::Error codes and propagated to ppapi.fischman@chromium.org2011-07-204-29/+49
* Reland http://codereview.chromium.org/7452002/ againdmichael@chromium.org2011-07-2018-257/+108
* Revert 93223 - Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-2018-108/+257
* Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-2018-257/+108
* Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-2018-108/+257
* Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-2018-257/+108
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-201-5/+0
* Move check for Javascript URL to PPB_URLRequestInfo_Impl::RequiresUniversalAc...bbudge@chromium.org2011-07-202-0/+27
* Missing changes for IDLnoelallen@google.com2011-07-194-8/+55
* Binding Graphics3D with Instance and OpenGLES2 interface.alokp@chromium.org2011-07-1910-893/+956
* Allow creation of input events. Revert changes to testing interface forbrettw@chromium.org2011-07-1911-41/+280
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-192-8/+5
* Update the widget API to use the new InputEvent resource rather than the oldbrettw@chromium.org2011-07-199-21/+59
* Create a way to iterate over instances in a module in the C++ wrapper.brettw@chromium.org2011-07-191-1/+5