1. 68c0798d [gin] Replace DISALLOW_* macros by Daniel Hosseinian · 4 years, 4 months ago
  2. dcc5ada Remove/replace unnecessary logging.h includes in .cc files (gin) by Hans Wennborg · 5 years ago
  3. 6d0558fd Include base/bind.h in the files that use it. by Sebastien Marchand · 7 years ago
  4. d298cced [Cleanup] Avoid using deprecated v8::Function::Call in gin unittests. by Ross McIlroy · 7 years ago
  5. c0715d3 [cleanup][v8] Replace uses of deprecated API by Andreas Haas · 7 years ago
  6. e9db984 [Gin] Allow ObjectTemplateBuilder and Wrappable to provide a typename by Devlin Cronin · 7 years ago
  7. 6934a31 Migrate //gin from base::Callback to base::{Once,Repeating}Callback by tzik · 7 years ago
  8. eb8a2f17 [gin] Make Converter<std::vector<T>> return v8::Local if Converter<T> does. by Jeremy Roman · 8 years ago
  9. 8a35b5b Remove calls to deprecated v8::Script methods by Adam Klein · 8 years ago
  10. 756035a Run clang-tidy modernize-use-equals-{delete,default} on //gin by Chris Watkins · 8 years ago
  11. 2b0f0765 Prevent gin from recreating wrappers after GC by Ken Rockot · 8 years ago
  12. 90e658dd Switch to standard integer types in gin/. by avi · 10 years ago
  13. dbd2ef9bb Re-land: gin: Use V8 Maybe APIs by bashi · 10 years ago
  14. b76f78b Revert of gin: Use V8 Maybe APIs (patchset #7 id:160001 of https://codereview.chromium.org/1106393002/) by bashi · 10 years ago
  15. 7a6acf6 gin: Use V8 Maybe APIs by bashi · 10 years ago
  16. faaa1b6 Replace Handle<> with Local in remaining gin/* by deepak.s · 10 years ago
  17. 36f78b64 replace to be deprecated v8::PersistentValueMap with v8::GlobalValueMap by dcarney · 10 years ago
  18. 074c039 Standardize usage of virtual/override/final in gin/ by dcheng · 11 years ago
  19. e548191 Replacing the OVERRIDE with override and FINAL with final in /src/gin by anujk.sharma · 11 years ago
  20. d656f87 [gin] Allow interceptors to signal whether a they intercepted something by [email protected] · 11 years ago
  21. dda52e48 Add a function template cache to the interceptor unittest by [email protected] · 11 years ago
  22. 5c969b8 gin: Add the concept of named and indexed interceptors. by [email protected] · 11 years ago