summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/var.cc
Commit message (Expand)AuthorAgeFilesLines
* PPAPI: Remove out-dated or unnecessary TODOs from public files.dmichael@chromium.org2012-03-211-5/+0
* Check for the specific interface versions required in pp::Var.wez@chromium.org2012-01-051-5/+5
* Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.dmichael@chromium.org2011-12-221-11/+15
* Remove PP_Module from parameters for PPB_Var.VarFromUtf8.dmichael@chromium.org2011-12-071-22/+27
* Clone of http://codereview.chromium.org/8372020/bradnelson@google.com2011-10-241-0/+3
* Fix some egregious bugs in Var.brettw@chromium.org2011-08-051-11/+18
* Remove untrusted scripting support.dmichael@chromium.org2011-07-141-192/+15
* Removed MemAlloc and MemFree from PPB_Coremball@google.com2011-07-141-2/+5
* Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead.brettw@chromium.org2011-07-081-3/+2
* This guarantees that the underlying PP_Var is all initialized. There was a r...dspringer@chromium.org2011-06-101-2/+2
* Remove scripting from pp::Var with an opt-in compiler predefine.dmichael@chromium.org2011-05-271-27/+43
* Create a VarPrivate interface to contain the scripting helper functions of Var.brettw@chromium.org2011-04-111-5/+2
* Initialize a few uninitialized member variables and structs in PPAPI.finnur@chromium.org2011-03-281-1/+9
* Add an instance parameter to var objects, audio, and the 2D API. This replace...brettw@chromium.org2011-01-071-2/+3
* Remove static initializers.neb@chromium.org2010-12-201-65/+72
* Fix a bug in pp:Var (var.cc) where DebugString could throw an exception on Wi...bbudge@google.com2010-12-071-11/+20
* Remove pp::Var(int) garianov@google.com2010-11-191-6/+0
* Run Pepper unit tests in Native Clientgarianov@google.com2010-11-161-0/+6
* Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W...dmichael@google.com2010-11-051-2/+3
* Move PPAPI into the Chrome repo. The old repo wasbrettw@chromium.org2010-11-011-0/+365