1. faaa1b6 Replace Handle<> with Local in remaining gin/* by deepak.s · 10 years ago
  2. 735c49b6 [gin] Use variadic templates in gin/function_template.h by kolczyk · 11 years ago
  3. 074c039 Standardize usage of virtual/override/final in gin/ by dcheng · 11 years ago
  4. e548191 Replacing the OVERRIDE with override and FINAL with final in /src/gin by anujk.sharma · 11 years ago
  5. 744a494 Added IsConstructorCall to gin::Arguments. by [email protected] · 11 years ago
  6. 9a62a6f Remove WrappableTest.ErrorInObjectConstructorProperty by [email protected] · 11 years ago
  7. d9992710 Get rid of even more Script::New calls in Chromium. by [email protected] · 11 years ago
  8. 777183d0 gin: Add ability to install call-as-function handlers on gin::Wrappable by [email protected] · 11 years ago
  9. e0719edc gin: Bug fix: Fix CreateHandle to return an emtpy handle in some extreme cases by [email protected] · 11 years ago
  10. 74af28ea Use Script::Compile instead of Script::New by [email protected] · 11 years ago
  11. add8fb17 Remove usage of deprecate v8::Number constructors from gin by [email protected] · 12 years ago
  12. 75a2090 [gin] fix casting WrappableBase to a derived class by [email protected] · 12 years ago
  13. 13c977e6 Add support for wrapping classes indirectly inherited from gin::Wrappable<T> by [email protected] · 12 years ago
  14. cb6c2bb [gin] Introduce Wrappable::GetObjectTemplate by [email protected] · 12 years ago
  15. b4acaf8 [gin] Declare a wrappable's kWrapperInfo on the class deriving from Wrappable by [email protected] · 12 years ago
  16. 695af7f5 [gin] WrappableBase's dtor needs to be virtual by [email protected] · 12 years ago
  17. 6fe5610 Gin: Make it easier to implement Wrappable. by [email protected] · 12 years ago
  18. cf76c84a Gin: Consolidate all the Converter<Wrappable> subclasses. by [email protected] · 12 years ago
  19. bf3dd3c Gin: Add support for binding JS methods to C++ instance methods. by [email protected] · 12 years ago
  20. d379b0c gin::Wrappable shouldn't inherit from base::RefCounted by [email protected] · 12 years ago
  21. 91cd4fe Remove usage of deprecagted V8 API from gin/ by [email protected] · 12 years ago
  22. 7618ebbb Convert the rest of the functions in core.cc to use CreateFunctionTemplate. by [email protected] · 12 years ago
  23. f04b0e9 [gin] add support for non-gin managed isolates in gin. by [email protected] · 12 years ago
  24. 93f9f360 [Gin] Add a mechanism for wrapping C++ object by [email protected] · 12 years ago