summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Changing all True to true and all False to false as per dmichael.jond@google.com2011-08-232-27/+27
* Fixed references such that all begin "Refer to xyz for further information." jond@google.com2011-08-234-11/+17
* IDLOutFile throws execptionnoelallen@google.com2011-08-221-3/+13
* Minor change to IDL lintnoelallen@google.com2011-08-221-7/+9
* Add base class for generatorsnoelallen@google.com2011-08-2210-131/+563
* Don't use a scoped_refptr for StringVar::FromPPVarbrettw@chromium.org2011-08-2210-26/+26
* I think I need a rubber stamp LGTM from you.jond@google.com2011-08-221-125/+322
* Fix URLLoader error in PPAPI example program.yuzo@chromium.org2011-08-221-2/+2
* Cleanup in the file chooser API.brettw@chromium.org2011-08-2017-100/+218
* Fix typos in ppb_url_loader.idlyuzo@chromium.org2011-08-192-7/+7
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-18154-804/+656
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-1871-660/+969
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)thestig@chromium.org2011-08-183-3/+3
* Update placement of interface 'Define'noelallen@google.com2011-08-1726-126/+134
* Adding checks to guard against buffer overruns in QuotaFileIO::Write and base...sanga@chromium.org2011-08-171-3/+4
* Adding checks against directory traversal.sanga@chromium.org2011-08-172-1/+34
* Adding guards against heap overflow in PPB_FileIO::Readsanga@chromium.org2011-08-171-1/+9
* AppendFileToBody by blocking ipckinuko@chromium.org2011-08-172-0/+128
* 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