[go: up one dir, main page]

  1. f97fef0 [api] Advance deprecation of unused interceptor callback types by Igor Sheludko · 30 hours ago
  2. d1eb757 [ept] Delete tag kExternalObjectValueTag by Andreas Haas · 2 days ago
  3. 11e71ca [api] Delete old String::Write* APIs by Igor Sheludko · 2 days ago
  4. 5f2e320 Revert "[api] Promote deprecation of SetAlignedPointerInEmbedderData and co" by Andreas Haas · 3 days ago
  5. 2c375d8 [api] Promote deprecation of SetAlignedPointerInEmbedderData and co by Andreas Haas · 3 days ago
  6. 487f708 Lift up file descriptor parameter to the AllocateSubspace level. by Dmitry Bezhetskov · 5 days ago
  7. 270adba [include] Modernize V8 headers to use C++20 features unconditionally by Ho Cheung · 7 days ago
  8. e1aadd4 [api] Deprecate old External::New and External::Value by Andreas Haas · 8 days ago
  9. f8fa8e7 [api] Add type tags to v8::External API by Andreas Haas · 10 days ago
  10. e6b04b3 [api] Remove deprecated v8::Object::GetPrototype() by Igor Sheludko · 10 days ago
  11. b481c7f Version 14.3.0 by V8 Autoroll · 10 days ago
  12. 156d4e7 [api] Remove deprecated v8::Object::SetPrototype() by Igor Sheludko · 13 days ago
  13. 2baf973 Reland "[heap] Add GC callback flags to CollectAllAvailableGarbage" by Dominik Inführ · 13 days ago
  14. db0c7bd Revert "[heap] Add GC callback flags to CollectAllAvailableGarbage" by Manos Koukoutos · 13 days ago
  15. 2d3d9c6 [heap] Add GC callback flags to CollectAllAvailableGarbage by Dominik Inführ · 13 days ago
  16. 1458430 [api] Add tag parameter to GetAlignedPointerFromEmbedderDataInCreationContext by Andreas Haas · 2 weeks ago
  17. d0dfb45 [api] Add tag parameter to Context::GetAlignedPointerFromEmbedderData by Andreas Haas · 2 weeks ago
  18. ef4972e Increase `V8_EMBEDDER_DATA_TAG_COUNT` to 15. by Andreas Haas · 2 weeks ago
  19. a4ca699 [heap] Relocate holes to an unmappable page by Leszek Swirski · 3 weeks ago
  20. 3d0f462 [api] Add index-based module resolution in InstantiateModule() by Joyee Cheung · 3 weeks ago
  21. f4d337d Add contextId to V8InspectorClient::consoleAPIMessage function. by Tomasz Malinowski · 3 weeks ago
  22. eec327c [api] Start deprecation of v8::HeapProfile::ObjectNameResolver by Igor Sheludko · 3 weeks ago
  23. b13455c [api] Introduce v8::HeapProfiler::ContextNameResolver interface by Igor Sheludko · 3 weeks ago
  24. 613c043 Remove jspi flag from V8 by Francis McCabe · 3 weeks ago
  25. 9301421 [api] Remove the generic type tag kEmbedderDataSlotPayloadTag by Andreas Haas · 3 weeks ago
  26. e74cd87 [cleanup] Rename misnamed parameter by Andreas Haas · 3 weeks ago
  27. a6bb35d [api] Add missing inheritance from `Data` in `DictionaryTemplate` by Anna Henningsen · 3 weeks ago
  28. b36dd87 [base] Implement base::bit_cast via std::bit_cast by Clemens Backes · 3 weeks ago
  29. ec39d58 Add trustedtype to subtypes enum by Alex Rudenko · 3 weeks ago
  30. 17e54fe [wasm-imported-strings] Drop feature flag by Jakob Kummerow · 3 weeks ago
  31. 2f7b103 Revert "[hole] Move the holes into the unmapped WasmNull padding" by Leszek Swirski · 4 weeks ago
  32. b33f9f0 [hole] Move the holes into the unmapped WasmNull padding by Leszek Swirski · 4 weeks ago
  33. 5ef1ad5 [cdp] Add stackDepth parameter for HeapProfiler.startSampling by Roman Dvornov · 4 weeks ago
  34. 32c08f8 Throw TypeError with detailed error message by Seokho Song · 4 weeks ago
  35. 98282b9 [api] Remove deprecated `GetIsolate` by Clemens Backes · 5 weeks ago
  36. 68cb94d Version 14.2.0 by V8 Autoroll · 5 weeks ago
  37. b0de613 [GC] Add gc metrics related to external memory by etiennep-chromium · 6 weeks ago
  38. c1d3666 Reland^2 "[heap] Make write barrier verification more strict" by Dominik Inführ · 6 weeks ago
  39. c9b0c3d Reland "[api] Advance deprecation of GetIsolate" by Clemens Backes · 6 weeks ago
  40. 44f769b [debug] Only pass SourceLocation in debug in TurboShaft by Leszek Swirski · 6 weeks ago
  41. 9e0323a [api] Refactor v8::SourceLocation to wrap std::source_location by Leszek Swirski · 6 weeks ago
  42. 4e40a15 [logging] Append IDLE_EXTERNAL to StateTag to preserve log compatibility by Roman Dvornov · 6 weeks ago
  43. a1cd937 [hole] Move all holes together for range-checked IsAnyHole by Leszek Swirski · 6 weeks ago
  44. a245f22 [temporal] Get and validate unit valued options separately by Manish Goregaokar · 7 weeks ago
  45. f6e741c [wasm-custom-desc] Prepare Origin Trial by Jakob Kummerow · 7 weeks ago
  46. da41db3 [api] Deprecate Isolate::[Get|Set]ContinuationPreservedEmbedderData() by Scott Haseley · 7 weeks ago
  47. b8a27f1 [api] Promote deprecation in v8-fast-api.h by Andreas Haas · 8 weeks ago
  48. b669f04 Remove deprecated method Object::wrap by Andreas Haas · 8 weeks ago
  49. 4de1c83 [api] Add type tag parameters to apis writing EmbedderData by Andreas Haas · 8 weeks ago
  50. 1e9a032 [string] Add WebDX counter for String.prototype HTML wrapper methods by Olivier Flückiger · 8 weeks ago
  51. 5d26c73 [parser] Add WebDX counter for with statements by Olivier Flückiger · 8 weeks ago
  52. 1a0773c [regexp] Add WebDX counters for RegExp static properties by Olivier Flückiger · 8 weeks ago
  53. 9d1339d [regexp] Add WebDX counter for RegExp.prototype.compile by Olivier Flückiger · 8 weeks ago
  54. 197253a [ept] Use range instead of kEmbedderDataSlotPayloadTag for reads by Andreas Haas · 8 weeks ago
  55. 8339ba5 [api] Introduce EmbedderDataSlot::ToAlignedPointer with type tag by Andreas Haas · 9 weeks ago
  56. ba28598 Revert "Revert temporary fix for issue 40070746" by Marja Hölttä · 9 weeks ago
  57. 3a6daa9 [include] clang -Wcast-function-type-mismatch was introduced in 19 by Chengzhong Wu · 9 weeks ago
  58. 6b5439b [GC] Remove computed consumed bytes metrics by Etienne Pierre-doray · 9 weeks ago
  59. ed2a645 [GC] Add incremental marking start reason to GarbageCollectionFullCycle by Etienne Pierre-doray · 9 weeks ago
  60. 333af4f Version 14.1.0 by V8 Autoroll · 9 weeks ago
  61. c6158ed Revert "[api] Advance deprecation of GetIsolate" by Clemens Backes · 9 weeks ago
  62. d92aa6d [api] Advance deprecation of GetIsolate by Clemens Backes · 10 weeks ago
  63. 3ec070d [GC] Add flags to GarbageCollectionFullCycle by Etienne Pierre-doray · 3 months ago
  64. d85be39 Introduce v8::StackTrace::CurrentScriptId by Josh Karlin · 3 months ago
  65. abadc63 [fuzzer] explicitly call LLVMFuzzerInitialize by Nikolas Kaipel · 3 months ago
  66. 599866f [cleanup] Remove two unused fields from the isolate by Andreas Haas · 3 months ago
  67. 616074e [GC] Add total_duration_since_last_mark_compact to GarbageCollectionFullCycle by Etienne Pierre-doray · 3 months ago
  68. eee6eb9 Fix GetTrackEventCategoryRegistry() being undefined when using v8-gn.h by Max Ihlenfeldt · 3 months ago
  69. cb2b1a2 [sandbox] Activate sandbox hardware support in cctests by Samuel Groß · 3 months ago
  70. 668ba64 [GC] Add consumed bytes metrics by Etienne Pierre-doray · 3 months ago
  71. 47f5239 [Wasm] Add use counters for already shipped features by Emanuel Ziegler · 3 months ago
  72. f284fd8 [api] Fix unused variable error in chromium builds by Nikolaos Papaspyrou · 3 months ago
  73. ce84346 [runtime] Add IDLE_EXTERNAL VM state by Toon Verwaest · 3 months ago
  74. 2c073a1 Reland "Remove g_thread_in_wasm_code flag" by Samuel Groß · 3 months ago
  75. 6dbe3fb Revert "Remove g_thread_in_wasm_code flag" by Samuel Groß · 3 months ago
  76. 54b9bc1 [api] Fix MemorySpan<T> constructor by Nikolaos Papaspyrou · 3 months ago
  77. e2400d1 [json] JSON parse use ScriptOrigin instead of ScriptOriginOptions by Issack John · 3 months ago
  78. f1c41bb Update OWNERS files by Michael Lippautz · 3 months ago
  79. 73288e1 Remove g_thread_in_wasm_code flag by Samuel Groß · 3 months ago
  80. 493cb53 [include] suppress clang cast-function-type-mismatch warning on SetWeak by Chengzhong Wu · 3 months ago
  81. 270cb50 [api] Inline HandleScope operations. by Erik Corry · 3 months ago
  82. 717df95 [base] Port base::FunctionRef from Chromium by Leszek Swirski · 3 months ago
  83. 904bf29 Unify error handling macros for different Maybe types by Manish Goregaokar · 3 months ago
  84. 7e516ec Make error handling macros work with all Maybe types by Manish Goregaokar · 3 months ago
  85. bb7a606 [api] Promote deprecation of Object::wrap by Andreas Haas · 3 months ago
  86. a15bcca [fastapi] Promote deprecation of fast call APIs by Andreas Haas · 3 months ago
  87. e5b6410 [json] Add ScriptOriginOptions parameter to JSON::Parse by Issack John · 4 months ago
  88. 7a67a31 [api] Deprecate v8::Object::GetPrototype() by Igor Sheludko · 4 months ago
  89. b40a364 Revert temporary fix for issue 40070746 by Marja Hölttä · 4 months ago
  90. bf30246 [sandbox][api] Support memory protection keys in VirtualAddressSpace by Samuel Groß · 4 months ago
  91. 55e85c7 Version 14.0.0 by V8 Autoroll · 4 months ago
  92. ba24161 [api] Add v8::Object::WrapGlobal() by Igor Sheludko · 4 months ago
  93. 23848593 [api] Deprecate v8::Object::SetPrototype() by Igor Sheludko · 4 months ago
  94. 5c5dad4 Fix riscv64 simulator compilation on arm64 by Kasper Lund · 4 months ago
  95. 1c3a9c0 [api] Deprecate v8::PropertyCallbackInfo<T>::Holder() by Igor Sheludko · 4 months ago
  96. 87bdd74 [api] Don't convert ints to doubles in Number::New by Erik Corry · 4 months ago
  97. fe6f8f9 [temporal] Add native slots for ZonedDateTime by Manish Goregaokar · 4 months ago
  98. 800c921 [sandbox] Do not attempt to use an alternative stack on tvOS by Raphael Kubo da Costa · 4 months ago
  99. ef52250 [heap] Add high-end mode on Android based on physical memory by Dominik Inführ · 4 months ago
  100. 7ea5eb0 Allow Maybe<T> to be used for error handling with types that require move semantics by Manish Goregaokar · 4 months ago