summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Support multiple HW video decoders per context.fischman@chromium.org2011-08-172-114/+164
* Removed PPB_Graphics3D::GetString(). Versioning should be handled in pepper a...alokp@chromium.org2011-08-165-46/+2
* Removed config management from Graphics3D API. It will be better handled in t...alokp@chromium.org2011-08-1614-302/+72
* Implement PPB_Flash_TCPSocket.InitiateSSL.yzshen@chromium.org2011-08-168-31/+116
* Small changes such as spacing and adding [in/out] identifiers after @params.jond@google.com2011-08-1613-107/+276
* Changed "Pepper Audio API Code Walkthrough" to "Pepper Audio API" as per Andy.jond@google.com2011-08-164-6/+6
* New documentation for ppb_input_event.hjond@google.com2011-08-162-155/+424
* Missed some items to document here. New documentation.jond@google.com2011-08-161-39/+76
* Some minor doc changesjond@google.com2011-08-164-8/+8
* Add option to not generate resources on bind in OpenGL ESgman@chromium.org2011-08-162-2/+4
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-152-2/+2
* Fixed several issues with <code> tags mostly (warnings in Doxygen). jond@google.com2011-08-1512-25/+29
* Make WebPluginInfo more genericcpu@chromium.org2011-08-141-1/+1
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-1381-346/+430
* Gracefully handle multiple Flush/Reset/Decode with same idpiman@chromium.org2011-08-123-13/+20
* Remove the old type system for proxied resources. These were no longer being ...brettw@chromium.org2011-08-1213-107/+14
* Make sure ppapi::WebKitForwarding::Font is deleted on the WebKit thread.yzshen@chromium.org2011-08-122-24/+43
* Formatting changesjond@google.com2011-08-129-89/+187
* ppapi: fix outdated comment in cpp header.polina@google.com2011-08-121-2/+1
* Add the PP_Instance to resource object base.brettw@chromium.org2011-08-113-1/+19
* Add Graphics3DTrusted dev interface for proxy.nfullagar@google.com2011-08-111-0/+2
* New C++ Docs.jond@google.com2011-08-114-148/+269
* Move the refcounting from the proxy/impl resource object to the shared resour...brettw@chromium.org2011-08-116-22/+6
* Convert the PluginResource to be refcounted.brettw@chromium.org2011-08-1126-63/+54
* Pepper and WebKit API change to support a plugin knowing if a scrollbar is an...jam@chromium.org2011-08-1012-10/+81
* Fix sporadic crash at the end of gles2 ppapi pluginvrk@google.com2011-08-102-18/+21
* Unify var tracking between webkit and the proxy.brettw@chromium.org2011-08-0931-701/+916
* C++ File IO documentation.jond@google.com2011-08-093-23/+29
* New instance.h documentationjond@google.com2011-08-091-126/+136
* C++ documentation for URL Loading classesjond@google.com2011-08-093-16/+485
* Fixed some basic tag issues (missing /code endings, etc.).jond@google.com2011-08-093-11/+11
* PPB/PPP_VideoCapture_Dev proxypiman@chromium.org2011-08-0910-3/+607
* C++ wrappers for PPB_VideoCapture_Devpiman@google.com2011-08-097-0/+212
* Fix raw key down events in Pepper.piman@google.com2011-08-091-0/+1
* Reland 95309. Add a template to handle properly issuing completion callbacks.brettw@chromium.org2011-08-0815-143/+198
* PPAPI: header comments on when PPP_Instance::DidDestroy and PPP_ShutdownModulepolina@google.com2011-08-085-29/+40
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-0617-41/+999
* Video Capture Pepper APIpiman@chromium.org2011-08-0612-0/+324
* Fix some egregious bugs in Var.brettw@chromium.org2011-08-054-13/+27
* 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