summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp
Commit message (Expand)AuthorAgeFilesLines
* Formatting changes. jond@google.com2011-07-0611-348/+455
* Add PPB_Memory_Dev. This is the first of a few CLs needed to pull MemAlloc anddspringer@chromium.org2011-07-052-0/+69
* Re-land the reverted CL:yzshen@chromium.org2011-07-012-0/+150
* Add a flag field to PP_CompletionCallback to control if the callback shouldpolina@google.com2011-06-3018-71/+153
* Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.dpapad@chromium.org2011-06-302-150/+0
* Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.yzshen@chromium.org2011-06-302-0/+150
* This CL is oringialy http://codereview.chromium.org/7210027sanga@chromium.org2011-06-276-0/+414
* Don't copy the Graphics2D when binding a new one. This brings thebrettw@google.com2011-06-242-43/+83
* New documentation for ppb_graphics_2d.h, graphics_2d.h, and image_data.hjond@google.com2011-06-232-34/+299
* audio.h: Fixed path jond@google.com2011-06-234-6/+6
* Make scrollbar GetThickness take a resource argument. This allows simlperbrettw@chromium.org2011-06-231-1/+1
* Remove GetSelectedText. This is never called. It was leftover from before webrettw@chromium.org2011-06-162-6/+0
* Make the exception for ExecuteScript a regular Var instead of a VarPrivate.brettw@chromium.org2011-06-162-3/+2
* Improve documentation of PPP_Instance and PPP_ShutdownModule. In particular, ...brettw@google.com2011-06-151-81/+181
* ppapi: Fix the copy constructor for pp::Buffer_Dev.thestig@chromium.org2011-06-152-8/+20
* Add proper support for copy-constructed pp::Buffer_Dev's.fischman@chromium.org2011-06-141-4/+7
* Remove incorrect comments from the audio config headers.elijahtaylor@google.com2011-06-131-3/+1
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-104-63/+188
* 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-104-188/+63
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-104-63/+188
* Implement out-of-process proxy for PPB_Buffer_Dev.fischman@chromium.org2011-06-102-7/+11
* New documentation for resource.h, core.h, and common.hjond@google.com2011-06-093-34/+120
* New documentation for rect.h and size.hjond@google.com2011-06-072-27/+244
* New documentation for audio.h and audio_config.hjond@google.com2011-06-072-23/+113
* Revert 87919 - Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix i...polina@google.com2011-06-062-29/+47
* Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix interface functi...thakis@chromium.org2011-06-042-47/+29
* PPAPI: Fix interface functions that take PP_CompletionCallbacks, but don'tpolina@google.com2011-06-042-29/+47
* Implementation for Pepper C++ Video Decoder API (wrapper on top of C API).vmr@chromium.org2011-06-032-45/+55
* Script is always a string, so it was silly of me to make it VarPrivate.dmichael@chromium.org2011-06-012-3/+2
* Fix up a couple of things we missed for the ppapi scripting yak shave.dmichael@chromium.org2011-05-283-3/+13
* Remove scripting from pp::Var with an opt-in compiler predefine.dmichael@chromium.org2011-05-272-30/+50
* Add initialization callback support for Video Decoder PPAPI.vrk@google.com2011-05-252-1/+3
* Remove scripting from PPP_Instance and PPB_Instance (behind precompiler flag).dmichael@chromium.org2011-05-243-20/+28
* Support getting the font list in Pepper. This currently only works out ofbrettw@chromium.org2011-05-182-0/+10
* Adding documentation directory, new Doxyfile, DoxygenLayout.xml. These change...jond@google.com2011-05-1711-0/+2778
* Updated PPAPI Video Decoder CPP interface to reflect the status of C API.vmr@chromium.org2011-05-162-151/+86
* Add some missing header files and fix a template parameter to fix compiler wa...mdm@chromium.org2011-05-161-1/+2
* Defer asynchronous loading when the buffer in PPB_URLLoader_Impl exceeds an o...ddorwin@chromium.org2011-05-041-0/+8
* Pepper: Enable custom content-transfer-encoding header to be set in URL reque...viettrungluu@chromium.org2011-04-211-3/+9
* Rename Instance_Trusted to Instance_Private, wire it up in Chrome.dmichael@chromium.org2011-04-194-3/+137
* Added documentation for the point.h file as an example for engineers to follow.jond@google.com2011-04-141-8/+69
* Add CORS options to URL requests. This information will be used by the URLLoa...bbudge@chromium.org2011-04-141-1/+7
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-112-6/+6
* Create a VarPrivate interface to contain the scripting helper functions of Var.brettw@chromium.org2011-04-115-8/+313
* Reupload of http://codereview.chromium.org/6801053/dmichael@chromium.org2011-04-082-10/+10
* Add GetPluginURL to PPB_URLUtil_Devpiman@google.com2011-03-312-0/+10
* Checking in major revision of Pepper video decode APIs.scherkus@chromium.org2011-03-312-49/+188
* Fix up some types in the API.neb@chromium.org2011-03-285-5/+5