summaryrefslogtreecommitdiffstats
path: root/content/renderer/pepper/pepper_try_catch.h
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in content/renderer/dcheng2014-10-211-8/+8
* PPAPI: Make V8VarConverter longer-liveddmichael2014-10-101-7/+6
* Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderermohan.reddy2014-10-081-6/+6
* Use the correct v8 context for conversions when calling into the plugin from JSraymes2014-09-291-2/+4
* Make PepperTryCatch hold a reference on PepperPluginInstanceImpldmichael2014-09-221-1/+10
* Hold a handle to the v8 context in PepperTryCatchVar.raymes2014-09-111-0/+2
* Replace NPObject usage in ppapi with ginraymes2014-09-041-9/+10
* Revert of Replace NPObject usage in ppapi with gin (patchset #28 id:540001 of...raymes2014-09-031-7/+6
* Replace NPObject usage in ppapi with ginraymes2014-09-011-6/+7
* Revert of Replace NPObject usage in ppapi with gin (patchset #27 of https://c...raymes2014-08-291-7/+6
* Replace NPObject usage in ppapi with ginraymes2014-08-291-6/+7
* Revert of Replace NPObject usage in ppapi with gin (patchset #26 of https://c...raymes2014-08-281-7/+6
* Replace NPObject usage in ppapi with ginraymes2014-08-281-6/+7
* Minor changes to allow Pepper InstancePrivate tests to pass with ginraymes2014-08-271-1/+2
* Revert of Minor changes to allow Pepper InstancePrivate tests to pass with gi...jyasskin2014-08-251-2/+1
* Minor changes to allow Pepper InstancePrivate tests to pass with ginraymes2014-08-251-1/+2
* Add PepperTryCatch and V8ObjectVar classesraymes@chromium.org2014-08-111-0/+94