1. b6c4aaa [unseasoned-pdf] Initialize gin::IsolateHolder for utility processes by Daniel Hosseinian · 4 years, 1 month ago
  2. fb60ea0 Apply modernize-make-unique to remaining files by Peter Boström · 4 years, 5 months ago
  3. e5b6fe6 Stop setting CreationParams::supported_import_assertions in IsolateHolder by Daniel Clark · 4 years, 7 months ago
  4. b4c95a469 Get import assertions from v8::ModuleRequest and add them to blink::ModuleRequest by Daniel Clark · 4 years, 8 months ago
  5. 4785fd2 Flag for fast API calls in Blink bindings by Maya Lekova · 5 years ago
  6. b25fe847 Rename MessageLoopCurrent to CurrentThread by Carlos Caballero · 5 years ago
  7. dcc5ada Remove/replace unnecessary logging.h includes in .cc files (gin) by Hans Wennborg · 5 years ago
  8. 04a44287 Avoid passing a SingleThreadTaskRunner to V8SharedMemoryDumpProvider by Dan Elphick · 6 years ago
  9. fb4ab3b V8 x64 backend doesn't emit ABI compliant stack frames by Paolo Severini · 6 years ago
  10. d9cbb39 v8: Remove obsolete V8 extras flag by peterwmwong · 7 years ago
  11. c0b760a Remove uses of V8's function entry hook. by Yang Guo · 7 years ago
  12. 75a7cdf Move the base/sys_info* files to base/system/ by Sebastien Marchand · 7 years ago
  13. 51945ab Make IsolateHolder aware of the isolate type. by Ulan Degenbaev · 7 years ago
  14. 694a6830 Remove unused RunMicrotasksObserver by tzik · 7 years ago
  15. 9473d2a0 [v8] Use the new isolate initialization api by Andreas Haas · 7 years ago
  16. 8d0f1f7 [DevTools] improve safety of Runtime.terminateExecution by Alexey Kozyatinskiy · 7 years ago
  17. 5bb3c64 Migrate MessageLoop::current() to MessageLoopCurrent in /gin by Gabriel Charette · 7 years ago
  18. 9aff02e gin: Make v8_context_snapshot.bin as a default snapshot blob by Hitoshi Yoshida · 8 years ago
  19. 031fecd6 Make sure V8PerIsolateData is initialized with a valid task runner by Siddhartha · 8 years ago
  20. 1e7eb05 Revert "gin: Set V8 context snapshot as a default snapshot" by Robert Liao · 8 years ago
  21. 331b5f0d V8 dump provider should be registered on isolate thread by Siddhartha · 8 years ago
  22. 231de835 gin: Set V8 context snapshot as a default snapshot by Hitoshi Yoshida · 8 years ago
  23. a31cce2 gin: Make gin/ remember external reference table by Hitoshi Yoshida · 8 years ago
  24. 440591c bindings: Bind V8's snapshot file to Blink's snapshot by Hitoshi Yoshida · 8 years ago
  25. 7262266cc08 Make the V8 external reference list const. by Jeremy Roman · 8 years ago
  26. d88a223e bindings: Use v8::StartupData in GetV8ExternalSnapshotData's arguments by Hitoshi Yoshida · 8 years ago
  27. f2f50de (Reland)[Bindings] Create and use V8 context snapshots. by Hitoshi Yoshida · 8 years ago
  28. f0d13c9 Revert "(Reland)[Bindings] Create and use V8 context snapshots." by Max Morin · 8 years ago
  29. f6a5016 (Reland)[Bindings] Create and use V8 context snapshots. by Hitoshi Yoshida · 8 years ago
  30. 9f043c3 Revert "(Reland)[Bindings] Create and use V8 context snapshots." by Jan Krcal · 8 years ago
  31. 59784d1 (Reland)[Bindings] Create and use V8 context snapshots. by Hitoshi Yoshida · 8 years ago
  32. 45b25591 Revert of [Bindings] Create and use V8 context snapshots (patchset #22 id:520001 of https://codereview.chromium.org/2841443005/ ) by blundell · 8 years ago
  33. 54afe29 Create and use V8 context snapshots. by peria · 8 years ago
  34. da9d8be Make a new IsolateHolder constructor to take snapshot with. by peria · 8 years ago
  35. 5ff87ce Automated IWYU fix for TaskRunner includes. by Gabriel Charette · 8 years ago
  36. 29dbb9f Use access_mode in argument in a constructor of IsolateHolder. by peria · 9 years ago
  37. feca6e8 Atomics.wait throws when called on the main thread. by binji · 9 years ago
  38. 124814c Use timer task runner for V8PerIsolate tasks by altimin · 9 years ago
  39. 76acff10 When an Isolate is configured to use lockers, foreground tasks need to lock by jochen · 9 years ago
  40. c862da8 Convert //gin to use std::unique_ptr by mostynb · 9 years ago
  41. 8d34e46 Cleanup: Remove double semicolons. by thestig · 10 years ago
  42. e4860045 Global conversion of Pass()→std::move() on OS==linux by dcheng · 10 years ago
  43. 90e658dd Switch to standard integer types in gin/. by avi · 10 years ago
  44. 9315024 Set V8 extras mode in gin::V8Initializer. by yhirano · 10 years ago
  45. 3cbdcd0 Implement posting idle tasks in gin. by ulan · 10 years ago
  46. 83aa5be Adding v8_isolate_memory_dump_provider. by ssid · 10 years ago
  47. a0b121b Pass the ArrayBuffer::Allocator via the Isolate::CreateParams by jochen · 10 years ago
  48. cf20763 Adding field to tell if gin::IsolateHolder needs lock to be accessed. by ssid · 10 years ago
  49. ecf0c99 Update ResourceConstraints::ConfigureDefaults invocation by jochen · 10 years ago
  50. 552fb49 Replace IsolateHolder::LoadV8Snapshot() with V8Initializer::LoadSnapshot(). by oth · 10 years ago
  51. 05c26fde Move V8 snapshot loading code from isolate_holder to gin/v8_startup_data.{h,cc}. by oth · 10 years ago
  52. af05a02 Remove --verify-heap experiment by jochen · 10 years ago
  53. 3fb0727 Transfer v8 snapshot files as file descriptors to child processes on Posix. by rmcilroy · 11 years ago
  54. 5d4328e Wipe out isolate_ pointer after disposing it. by jochen · 11 years ago
  55. 5c19ce8 Control V8 heap verification via finch flag by jochen · 11 years ago
  56. ceeb241 Enable Windows to load V8's initial snapshot from external files. by rmcilroy · 11 years ago
  57. 3c766cc mmap V8 snapshot and ICU data file in the android_webview by mkosiba · 11 years ago
  58. da69cd0f [gin] Fingerprint the V8 snapshot files on Windows and verify before loading the snapshot. by rmcilroy · 11 years ago
  59. 5e911d0f Ensure v8_snapshot_dir is not defined when building for Mac. by baixo · 11 years ago
  60. 51f683a Mac-specific bits for loading V8's initial snapshot from external files. by baixo · 11 years ago
  61. df2df9e Remove use of deprecated v8::StartupData::compressed_size (part 2). by yangguo · 11 years ago
  62. f28960d Initialize V8 in PDFium from external files when plugin is running in the renderer process. by baixo · 11 years ago
  63. 3a3c88a Infrastructure for enabling V8's initial snapshot to be loaded from external files as opposed to being statically linked to the binary. by baixo · 11 years ago
  64. 284435c Hook up custom Win 64 SEH to v8 by jochen · 11 years ago
  65. 5a5cb9e Mojo JS bindings: draining a DataPipe by hansmuller · 11 years ago
  66. 067d394 Pass ResourceConstraints to V8 via the Isolate constructor by jochen · 11 years ago
  67. 4879fd2c Move setup of code event handlers to gin by jochen · 11 years ago
  68. b6d92a8 Remove deprecated IsolateHolder constructor by jochen · 11 years ago
  69. 90e7f20 Use the array buffer allocator from IsolateHolder::Initialize for new Isolates by jochen · 11 years ago
  70. 2f43f2c9 Refactor IsolateHolder to be able to always create the isolate by jochen · 11 years ago
  71. 9a02490 Don't pass --harmony-promises flag from gin to v8 by [email protected] · 11 years ago
  72. 96daf05 Pass the amount of virtual memory to v8 by [email protected] · 11 years ago
  73. 34b4d357 Don't enable all harmony features in mojo/gin by [email protected] · 11 years ago
  74. 6b395fe Make net use v8 through gin by [email protected] · 11 years ago
  75. b64e521 [gin] Add a v8::Platform implementation to allow for v8 posting tasks by [email protected] · 11 years ago
  76. f29caab Remove obsolete gin::IsolateHolder ctor by [email protected] · 12 years ago
  77. 73dcce9 gin: Make it possible to use gin array buffers when running on top of blink by [email protected] · 12 years ago
  78. cb6c2bb [gin] Introduce Wrappable::GetObjectTemplate by [email protected] · 12 years ago
  79. ff1554e Reland 240298 "[gin] also install gin function templates on non-..."" by [email protected] · 12 years ago
  80. a2b05e7c Revert 240298 "[gin] also install gin function templates on non-..." by [email protected] · 12 years ago
  81. c6ee13c [gin] also install gin function templates on non-gin managed isolates by [email protected] · 12 years ago
  82. 89c7c288 [gin] when creating an IsolateHolder for an existing Isolate, don't setup v8 by [email protected] · 12 years ago
  83. 91cd4fe Remove usage of deprecagted V8 API from gin/ by [email protected] · 12 years ago
  84. 81f8b91b Implement support in function_template.h for return types. by [email protected] · 12 years ago
  85. 314cde1 First cut at gin::Bind(). by [email protected] · 12 years ago
  86. f04b0e9 [gin] add support for non-gin managed isolates in gin. by [email protected] · 12 years ago