1. 05acd60 Use fine-grained v8 headers in gin by Dan Elphick · 4 years ago
  2. 77d2ce8 [bindings] Create FunctionTemplate with the correct ConstructorBehavior by Sathya Gunasekaran · 4 years, 8 months ago
  3. 4fab6053 Reland "Remove AMD-style module support from gin/." by Yuzhu Shen · 8 years ago
  4. a8f25f1 Revert "Remove AMD-style module support from gin/." by Yuzhu Shen · 8 years ago
  5. c1ab49a Remove AMD-style module support from gin/. by Yuzhu Shen · 8 years ago
  6. 756035a Run clang-tidy modernize-use-equals-{delete,default} on //gin by Chris Watkins · 8 years ago
  7. 53a9ef81 Mass replace MessageLoop::Quit*() with RunLoop::QuitCurrent*Deprecated(). by Gabriel Charette · 8 years ago
  8. 6f1faebd Remove ScopedVector from gin/. by avi · 8 years ago
  9. 09a43ef Use ScopedTaskEnvironment instead of MessageLoop in tests that use v8. by fdoray · 8 years ago
  10. 778483e3 Switch SupportsUserData uses to use unique_ptr. by avi · 8 years ago
  11. bb89503 Ignore fired timer if the object wrapper is no longer alive by junwei.fu · 8 years ago
  12. 2b0f0765 Prevent gin from recreating wrappers after GC by Ken Rockot · 8 years ago
  13. 061fa6f Remove usage of FOR_EACH_OBSERVER macro in gin by ericwilligers · 9 years ago
  14. 596fd5e Remove the prototype from all V8 functions that aren't constructors by jochen · 9 years ago
  15. 156962f3 Remove calls to deprecated MessageLoop methods in gin. by fdoray · 9 years ago
  16. 63b6c2b Remove use of deprecated MessageLoop methods in gin. by fdoray · 9 years ago
  17. c862da8 Convert //gin to use std::unique_ptr by mostynb · 9 years ago
  18. e4860045 Global conversion of Pass()→std::move() on OS==linux by dcheng · 10 years ago
  19. 90e658dd Switch to standard integer types in gin/. by avi · 10 years ago
  20. fb87ed2 Move ENABLE_PROFILING to build flags system. by brettw · 10 years ago
  21. 3c2d335 Revert of Move ENABLE_PROFILING to build flags system. (patchset #3 id:40001 of https://codereview.chromium.org/1499773002/ ) by jochen · 10 years ago
  22. 4161921 Move ENABLE_PROFILING to build flags system. by brettw · 10 years ago
  23. 4a5e381 Replace hidden values with private symbols in mojo and gin by jochen · 10 years ago
  24. 83dc161 Remove remaining legacy SplitString calls. by brettw · 10 years ago
  25. d94a2214 Move JoinString to the base namespace. by brettw · 10 years ago
  26. b8788460 Revert of Move JoinString to the base namespace (patchset #9 id:160001 of https://codereview.chromium.org/1223153003/) by hongchan · 10 years ago
  27. 0eabfa00 Move JoinString to the base namespace. by brettw · 10 years ago
  28. 87d2fee Check whether the handle returned by PeekNext() is empty before accessing it by jochen · 10 years ago
  29. 236d317 Replace more ObserverList with base::ObserverList. by brettw · 10 years ago
  30. dbd2ef9bb Re-land: gin: Use V8 Maybe APIs by bashi · 10 years ago
  31. b76f78b Revert of gin: Use V8 Maybe APIs (patchset #7 id:160001 of https://codereview.chromium.org/1106393002/) by bashi · 10 years ago
  32. 7a6acf6 gin: Use V8 Maybe APIs by bashi · 10 years ago
  33. 93b23d9 Reland of "Adding task runner/ message loop to tests that use IsolateHolder." by ssid · 10 years ago
  34. 198cfb6 Revert of Adding task runner/ message loop to tests that use IsolateHolder. (patchset #4 id:60001 of https://codereview.chromium.org/1130433002/) by jochen · 10 years ago
  35. 54d19441 Adding task runner/ message loop to tests that use IsolateHolder. by ssid · 10 years ago
  36. 41e8515 Replace v8::Handle with v8::Local in gin/modules/* by deepak.s · 10 years ago
  37. 5d47bef gin: ModuleRegistry::LoadModule() shouldn't extend the ModuleRegistry unsatisfied_dependencies set for a pending module. by hansmuller · 11 years ago
  38. 074c039 Standardize usage of virtual/override/final in gin/ by dcheng · 11 years ago
  39. efdb766 change more OVERRIDE instances to override in gin/ by mostynb · 11 years ago
  40. a3eab57a Added the "DISALLOW_COPY_AND_ASSIGN(Timer);" for Timer class in gin/module/timer.h. by kulkarni.a · 11 years ago
  41. 71a12a8 Code re-factor related to WeakPtrFactory in src/gin module by kulkarni.a · 11 years ago
  42. b2cf607 JavaScript Content Handler Version 0.0 by hansmuller · 11 years ago
  43. 22dfc401 Change base/file_utils.h includes to base/files/file_utils.h in gin, google_apis, printing, sql, ui, and webkit. by thestig · 11 years ago
  44. cfac84b Mojo: Log an error when we fail to find a JS module. by [email protected] · 11 years ago
  45. d5ef911 Gin: Allow multiple callers to wait for the same module in ModuleRegistry. by [email protected] · 11 years ago
  46. 438f944 Adds ModuleRegistryObserver interface by [email protected] · 11 years ago
  47. 6d73d2a6 Two gin tests by [email protected] · 11 years ago
  48. f2eec2ec Nukes ContextSupplement and makes PerContextData extend SupportUserData by [email protected] · 11 years ago
  49. 1771610d Refactors parts of gin: by [email protected] · 11 years ago
  50. 1ef9001 Removes MessageLoop::TYPE_XXX where possible by [email protected] · 12 years ago
  51. bf69c806 Make the cube spin in the JS mojo app. by [email protected] · 12 years ago
  52. 6f61c19 Added a test for destroying an isolate while a timer is outstanding. by [email protected] · 12 years ago
  53. 5b971af Gin: Fix console module to be varargs again. by [email protected] · 12 years ago
  54. 2491f14 Add a simple one shot and repeating timer API for Mojo.js. by [email protected] · 12 years ago
  55. d73341d1 Implement more of the JavaScript GL API. by [email protected] · 12 years ago
  56. 505ffde Do not use (mostly) deprecated FunctionTemplate::New and Object::New functions. by [email protected] · 12 years ago
  57. 9e5a71e5 [gin] Use ObjectTemplateBuilder instead of ObjectTemplate::New by [email protected] · 12 years ago
  58. 48c2163 [gin] Turn gin into a component by [email protected] · 12 years ago
  59. 0a2f7bf Fix gin's ModuleRegistry::Load(). by [email protected] · 12 years ago
  60. f65b70b5 Don't use (almost) deprecated FunctionTemplate::New version, part 2. by [email protected] · 12 years ago
  61. 40cc9ce Remove usage of C++11 std::vector<> APIs from gin's ModuleRegistry by [email protected] · 12 years ago
  62. f503f94 [Mojo] Remove static "bootstrap" state in mojo_js by [email protected] · 12 years ago
  63. 7618ebbb Convert the rest of the functions in core.cc to use CreateFunctionTemplate. by [email protected] · 12 years ago
  64. 60531d5 [Gin] Add documentation to explain how Gin works by [email protected] · 12 years ago
  65. 0d72f004 [Mojo] Almost connect mojo_js with hello_world_service by [email protected] · 12 years ago
  66. ec95fdf [Mojo] Improve JavaScript API for MojoReadMessage by [email protected] · 12 years ago
  67. 467834b3 Teach mojo_js_bindings_unittests to load generated JS files by [email protected] · 12 years ago
  68. a1780724 Add a GinEmbedder enum and use it to identify WrapperInfo by [email protected] · 12 years ago
  69. c07006b Add a gin/public directory by [email protected] · 12 years ago
  70. 858eeea0a Add console.log support to gin_shell by [email protected] · 12 years ago
  71. 173b893 Fix win64 build error by [email protected] · 12 years ago
  72. fd5cf7fd Implement Mojo message codec in JavaScript by [email protected] · 12 years ago
  73. 855ab43 Introduce gin_shell by [email protected] · 12 years ago
  74. 69c8792 Remove deprecated v8::External::New calls (chromium side) by [email protected] · 12 years ago
  75. 97f21ca This CL implements the Asynchronous Module Definition (AMD) by [email protected] · 12 years ago