summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change a parameter name from message_data to message based on a review commen...dmichael@google.com2011-03-282-4/+4
* Initialize a few uninitialized member variables and structs in PPAPI.finnur@chromium.org2011-03-283-6/+16
* Fixed header guard.ddorwin@chromium.org2011-03-241-3/+3
* Pepper: Add SetRecordDownloadProgress() to pp::URLRequestInfo (C++ wrapper).viettrungluu@chromium.org2011-03-231-0/+3
* A proposal and implementation for an initial postMessage interface. These in...dmichael@google.com2011-03-233-0/+44
* Pepper: Add a property to URLRequestInfo to skip header validation.viettrungluu@chromium.org2011-03-141-0/+4
* Clarify/fix fullscreen semantics, and add GetScreenSizepiman@google.com2011-03-082-8/+14
* Pepper: spelling correction: Resove -> Resolveviettrungluu@chromium.org2011-03-062-4/+4
* Add PPB_URLUtil_Dev::GetDocumentURLpiman@google.com2011-03-022-27/+35
* PPB_Flash cleanup part 1: move the net connector stuff to its own files.viettrungluu@chromium.org2011-02-232-8/+8
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-172-10/+0