summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/instance.cc
Commit message (Expand)AuthorAgeFilesLines
* PPAPI: Add C++ wrapper for MessageHandler stuff.dmichael2014-09-181-3/+58
* [PPAPI] API definition for compositor artifactsmiletus@chromium.org2014-06-061-0/+8
* PPAPI: Move PPB_Console out of dev.ncbray@chromium.org2012-12-131-0/+21
* Check for specific PPB interface versions in the C++ wrappers for Graphics2D,...wez@chromium.org2012-03-221-22/+23
* Remove assertion on instance destruction.brettw@chromium.org2012-02-291-7/+0
* Make the PPP wrappers take an Instance*.brettw@chromium.org2012-02-271-12/+0
* Convert resources to take an instance key instead of an Instance*.brettw@chromium.org2012-02-271-0/+24
* Change the DidChangeView update to take a new ViewChanged resource.brettw@chromium.org2012-01-031-0/+6
* Remove Context3D/Surface3Dpiman@chromium.org2011-12-011-8/+0
* reconstitute moving 3d out of dev CL. (previous attempt was reverted)nfullagar@google.com2011-09-071-2/+2
* Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-061-2/+2
* Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-061-2/+2
* Reland http://codereview.chromium.org/7452002/ againdmichael@chromium.org2011-07-201-4/+0
* Revert 93223 - Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-201-0/+4
* Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-201-4/+0
* Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-201-0/+4
* Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-201-4/+0
* Binding Graphics3D with Instance and OpenGLES2 interface.alokp@chromium.org2011-07-191-0/+8
* Remove untrusted scripting support.dmichael@chromium.org2011-07-141-31/+0
* Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead.brettw@chromium.org2011-07-081-5/+3
* Add interfaces for requesting and receiving input event resources.brettw@chromium.org2011-07-071-0/+31
* Remove GetSelectedText. This is never called. It was leftover from before webrettw@chromium.org2011-06-161-4/+0
* PPAPI: Update the C++ PPP_Printing_Dev wrapper.thestig@chromium.org2011-06-101-1/+0
* Remove scripting from PPP_Instance and PPB_Instance (behind precompiler flag).dmichael@chromium.org2011-05-241-14/+16
* Reupload of http://codereview.chromium.org/6801053/dmichael@chromium.org2011-04-081-6/+6
* Change a parameter name from message_data to message based on a review commen...dmichael@google.com2011-03-281-2/+2
* A proposal and implementation for an initial postMessage interface. These in...dmichael@google.com2011-03-231-0/+16
* Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp...alokp@chromium.org2010-12-281-2/+2
* Added ppapi::Context3D interface. The API has already been reviewed. I am add...alokp@chromium.org2010-12-231-2/+2
* Remove static initializers.neb@chromium.org2010-12-201-18/+25
* Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directorybrettw@chromium.org2010-11-101-3/+1
* Reland r65152 with mac and linux fix.apatrick@chromium.org2010-11-061-0/+8
* Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W...dmichael@google.com2010-11-051-2/+4
* Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-051-7/+0
* Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-051-0/+7
* Move PPAPI into the Chrome repo. The old repo wasbrettw@chromium.org2010-11-011-0/+143