summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-162-5/+70
* Revert 75003 - Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-152-70/+5
* Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-152-5/+70
* Pepper/Flapper: First pass at context menu implementation.viettrungluu@chromium.org2011-01-312-0/+84
* Remove dev/audio, dev/audio_config, and dev/audio_trustednfullagar@google.com2011-01-204-187/+0
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-1512-17/+48
* Move ppapi audio interface out of dev, butnfullagar@google.com2011-01-155-1/+189
* Fix self-assignment in pp::Resourcepiman@google.com2011-01-121-2/+2
* Pull NaCl deps, remove temporary hack to keep the build compiling in PPAPI.brettw@chromium.org2011-01-071-7/+0
* Add an instance parameter to var objects, audio, and the 2D API. This replace...brettw@chromium.org2011-01-0711-16/+39
* Private Pepper extension for Flapper to allow TCP connections to be madeviettrungluu@chromium.org2011-01-072-0/+106
* Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2011-01-052-4/+4
* Move some functions out of win_util and into hwnd_util, and into a new win/sh...brettw@google.com2010-12-309-42/+10
* Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp...alokp@chromium.org2010-12-286-20/+100
* Added ppapi::Context3D interface. The API has already been reviewed. I am add...alokp@chromium.org2010-12-236-108/+131
* Implement operator= for FontDev (it currently gives errors if you try to usebrettw@chromium.org2010-12-222-1/+8
* Moved the logic of maintaining the current context to gles2 helper library.alokp@chromium.org2010-12-212-37/+6
* Remove static initializers.neb@chromium.org2010-12-2034-531/+546
* Revert 69511 - Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2010-12-172-5/+3
* Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2010-12-172-3/+5
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-092-1/+5
* Fix a bug in pp:Var (var.cc) where DebugString could throw an exception on Wi...bbudge@google.com2010-12-071-11/+20
* Move more code from headers to implementation.erg@google.com2010-12-072-2/+11
* Remove trusted interface wrappers from the FileIO C++ wrapper. The wrapperbrettw@chromium.org2010-12-032-37/+1
* Remove all the swap() stuff in the PPAPI C++ wrappers.brettw@google.com2010-12-0220-109/+26
* Change trusted shared memory interface to match audio.nfullagar@google.com2010-12-022-4/+4
* Remove pp::Var(int) garianov@google.com2010-11-192-7/+0