1. 16be73c Block scripting in plugin teardown during Document unload. by dcheng · 10 years ago
  2. 750d68f Use Local instead of Handle in src/content/* by deepak.s · 10 years ago
  3. 581222c Revert of update chrome to handle temporary WEB_FRAME_USES_V8_LOCAL condition (patchset #1 id:1 of https://codereview.chromium.org/1095463003/) by dcarney · 10 years ago
  4. dd8fc1e update chrome to handle temporary WEB_FRAME_USES_V8_LOCAL condition by dcarney · 10 years ago
  5. 04cd964 remove some calls to to-be-deprecated v8::Value::To* functions by dcarney · 11 years ago
  6. 9db73d2 Avoid entering an empty V8 context in PPB_Var_Deprecated IsInstanceOfDeprecated by raymes · 11 years ago
  7. e1705472 PPAPI: Make V8VarConverter longer-lived by dmichael · 11 years ago
  8. 816f98b Use the correct v8 context for conversions when calling into the plugin from JS by raymes · 11 years ago
  9. 99adf74 More fixes for scoped_refptr operator T* removal. by Daniel Cheng · 11 years ago
  10. 2515b7d Replace NPObject usage in ppapi with gin by raymes · 11 years ago
  11. dc463a9 Revert of Replace NPObject usage in ppapi with gin (patchset #28 id:540001 of https://codereview.chromium.org/459553003/) by raymes · 11 years ago
  12. 9111ba5a Replace NPObject usage in ppapi with gin by raymes · 11 years ago
  13. a7c03d48 Revert of Replace NPObject usage in ppapi with gin (patchset #27 of https://codereview.chromium.org/459553003/) by raymes · 11 years ago
  14. b7e8c60b Replace NPObject usage in ppapi with gin by raymes · 11 years ago
  15. 93b2c74 Revert of Replace NPObject usage in ppapi with gin (patchset #26 of https://codereview.chromium.org/459553003/) by raymes · 11 years ago
  16. 6fe3f977 Replace NPObject usage in ppapi with gin by raymes · 11 years ago
  17. 095162b PPAPI: Remove content/renderer/pepper/common.h by [email protected] · 11 years ago
  18. ad63b5c PPAPI: Run clang_format.py on content/renderer/pepper by [email protected] · 11 years ago
  19. 180ef24 Rename WebKit namespace to blink (part 3) by [email protected] · 12 years ago
  20. 49323b3 No need to preface ppapi namespace with "::" for content/renderer/pepper since that code is in the content namespace now. by [email protected] · 12 years ago
  21. adab233 Put the pepper files which were moved in r213578 to the content namespace. by [email protected] · 12 years ago
  22. 20790a22 Move webkit/plugins/ppapi to content/renderer/pepper. by [email protected] · 12 years ago[Renamed (96%) from webkit/plugins/ppapi/ppb_var_deprecated_impl.cc]
  23. ef695867 Create a public API around webkit::ppapi::PluginInstance and use it in chrome. After this, webkit/plugins/ppapi can move to content/renderer/ppapi by [email protected] · 12 years ago
  24. 2255a933 Update Blink include paths by [email protected] · 12 years ago
  25. ff875be5 Update webkit/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
  26. 9ec0f9c Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/. by [email protected] · 12 years ago
  27. 7598787 Remember and use user gesture tokens in the PPAPI to manage user gesture state by [email protected] · 12 years ago
  28. 99800f2a Fix user gesture for scripting calls from Pepper plugins. by [email protected] · 13 years ago
  29. d989cce Apply renaming of ppapi shared stuff to new ppb_var shared code. by [email protected] · 14 years ago
  30. 872caf56 Remove PP_Module from parameters for PPB_Var.VarFromUtf8. by [email protected] · 14 years ago[Renamed (87%) from webkit/plugins/ppapi/ppb_var_impl.cc]
  31. 2f59e38 Remove TrackerBase. by [email protected] · 14 years ago
  32. 5107bb3 Rename the ResourceTracker in webkit to HostResourceTracker. by [email protected] · 14 years ago
  33. 794d83cd Add a new globals object for PPAPI tracking information. by [email protected] · 14 years ago
  34. faa2a45b Revert 106142 - Add a new globals object for PPAPI tracking information. by [email protected] · 14 years ago
  35. 77ac44f1 Add a new globals object for PPAPI tracking information. by [email protected] · 14 years ago
  36. 28cfaed0 Don't use a scoped_refptr for StringVar::FromPPVar by [email protected] · 14 years ago
  37. 2bbd2c67 Unify var tracking between webkit and the proxy. by [email protected] · 14 years ago
  38. ce701cd Move Var and StringVar to the ppapi/shared_impl so they can be used in the by [email protected] · 14 years ago
  39. aaa72e7 Make Var less dependent on NPAPI. The goal is to remove all of these by [email protected] · 14 years ago