No new features in this version.

API Changes (16)

  • [base] Fix iOS build after AllocateSharedPages introduction
  • [base] Add VirtualAddressSpace::AllocateSharedPages
  • [sandbox] Disallow executable pages inside the sandbox
  • [message] Remove deprecated PrintCurrentStackTrace function which take a FILE*
  • Allow setting fatal error callbacks during Isolate initialization
  • Make empty V8DebuggerId ctor public
  • Add V8Inspector::uniqueDebuggerId method
  • api: Deprecate v8::TracedGlobal
  • [sandbox] Store external pointer table indices shifted to the left
  • [api] Advance API deprecation for methods last changed in v9.8
  • [api] Advance API deprecation for methods last changed in v9.7
  • [ShadowRealm] Part 1 - Skeleton
  • [sandbox] Shrink ExternalPointer_t to 32 bits
  • api: Remove deprecated write barrier API
  • [execution] Move v8::Locker::WasEverUsed() flag into Isolate
  • [sandbox] Implement GC for the external pointer table
JSON data
[
  {
    "author": {
      "name": "Samuel Groß",
      "email": "saelo@chromium.org",
      "time": "Wed Feb 16 15:34:41 2022"
    },
    "commit": "ccc689011280419901e6ee42cae39980c0e96030",
    "committer": {
      "name": "V8 LUCI CQ",
      "email": "v8-scoped@luci-project-accounts.iam.gserviceaccount.com",
      "time": "Wed Feb 16 17:11:16 2022"
    },
    "subject": "[base] Fix iOS build after AllocateSharedPages introduction",
    "milestone": 100
  },
  {
    "author": {
      "name": "Samuel Groß",
      "email": "saelo@chromium.org",
      "time": "Wed Feb 16 09:52:58 2022"
    },
    "commit": "a76e7b4b3838f355fed5e4185a818a9bb9e3bbef",
    "committer": {
      "name": "V8 LUCI CQ",
      "email": "v8-scoped@luci-project-accounts.iam.gserviceaccount.com",
      "time": "Wed Feb 16 11:35:23 2022"
    },
    "subject": "[base] Add VirtualAddressSpace::AllocateSharedPages",
    "milestone": 100
  },
  {
    "author": {
      "name": "Samuel Groß",
      "email": "saelo@chromium.org",
      "time": "Tue Feb 15 10:19:44 2022"
    },
    "commit": "6e06d756b754ac37058f8b7583db438641b4119b",
    "committer": {
      "name": "V8 LUCI CQ",
      "email": "v8-scoped@luci-project-accounts.iam.gserviceaccount.com",
      "time": "Wed Feb 16 09:48:29 2022"
    },
    "subject": "[sandbox] Disallow executable pages inside the sandbox",
    "milestone": 100
  },
  {
    "author": {
      "name": "Harshil Jain",
      "email": "twitharshil@gmail.com",
      "time": "Fri Feb 04 08:15:03 2022"
    },
    "commit": "0bca3b45630495fe8b7b73f1844f8f1daf0080bb",
    "committer": {
      "name": "V8 LUCI CQ",
      "email": "v8-scoped@luci-project-accounts.iam.gserviceaccount.com",
      "time": "Mon Feb 14 14:36:38 2022"
    },
    "subject": "[message] Remove deprecated PrintCurrentStackTrace function which take a FILE*",
    "milestone": 100
  },
  {
    "author": {
      "name": "Kevin Babbitt",
      "email": "kbabbitt@microsoft.com",
      "time": "Tue Feb 08 06:39:34 2022"
    },
    "commit": "e08f7ae5580c28790b6cab5da216f10370e8cf3d",
    "committer": {
      "name": "V8 LUCI CQ",
      "email": "v8-scoped@luci-project-accounts.iam.gserviceaccount.com",
      "time": "Fri Feb 11 17:54:03 2022"
    },
    "subject": "Allow setting fatal error callbacks during Isolate initialization",
    "milestone": 100
  },
  {
    "author": {
      "name": "Alex Turner",
      "email": "alexmt@chromium.org",
      "time": "Mon Feb 07 23:50:56 2022"
    },
    "commit": "05643c76f587793d1ebd185cd8435067a78d6c21",
    "committer": {
      "name": "V8 LUCI CQ",
      "email": "v8-scoped@luci-project-accounts.iam.gserviceaccount.com",
      "time": "Tue Feb 08 16:41:31 2022"
    },
    "subject": "Make empty V8DebuggerId ctor public",
    "milestone": 100
  },
  {
    "author": {
      "name": "Alex Turner",
      "email": "alexmt@chromium.org",
      "time": "Thu Feb 03 22:16:45 2022"
    },
    "commit": "e3ca1f1a734a7ca31f139a128cfdd1bb743c9001",
    "committer": {
      "name": "V8 LUCI CQ",
      "email": "v8-scoped@luci-project-accounts.iam.gserviceaccount.com",
      "time": "Fri Feb 04 18:23:05 2022"
    },
    "subject": "Add V8Inspector::uniqueDebuggerId method",
    "milestone": 100
  },
  {
    "author": {
      "name": "Michael Lippautz",
      "email": "mlippautz@chromium.org",
      "time": "Fri Feb 04 14:05:20 2022"
    },
    "commit": "d3038386e88d296438abb351e46e3b18f2ebbc84",
    "committer": {
      "name": "V8 LUCI CQ",
      "email": "v8-scoped@luci-project-accounts.iam.gserviceaccount.com",
      "time": "Fri Feb 04 15:38:17 2022"
    },
    "subject": "api: Deprecate v8::TracedGlobal",
    "milestone": 100
  },
  {
    "author": {
      "name": "Samuel Groß",
      "email": "saelo@chromium.org",
      "time": "Fri Jan 28 10:21:09 2022"
    },
    "commit": "e7f7c4bbdaae03622dbdc90a37fddd6d95e6bda3",
    "committer": {
      "name": "V8 LUCI CQ",
      "email": "v8-scoped@luci-project-accounts.iam.gserviceaccount.com",
      "time": "Mon Jan 31 15:25:27 2022"
    },
    "subject": "[sandbox] Store external pointer table indices shifted to the left",
    "milestone": 100
  },
  {
    "author": {
      "name": "Camillo Bruni",
      "email": "cbruni@chromium.org",
      "time": "Wed Jan 26 16:40:44 2022"
    },
    "commit": "36707481ffa24d0ea398c647fa247f45298c4a17",
    "committer": {
      "name": "V8 LUCI CQ",
      "email": "v8-scoped@luci-project-accounts.iam.gserviceaccount.com",
      "time": "Thu Jan 27 14:03:56 2022"
    },
    "subject": "[api] Advance API deprecation for methods last changed in v9.8",
    "milestone": 100
  },
  {
    "author": {
      "name": "Camillo Bruni",
      "email": "cbruni@chromium.org",
      "time": "Tue Jan 18 08:32:59 2022"
    },
    "commit": "9cf4f1319d022b658cc8ab88ba117c39e9b2034b",
    "committer": {
      "name": "V8 LUCI CQ",
      "email": "v8-scoped@luci-project-accounts.iam.gserviceaccount.com",
      "time": "Wed Jan 26 17:30:21 2022"
    },
    "subject": "[api] Advance API deprecation for methods last changed in v9.7",
    "milestone": 100
  },
  {
    "author": {
      "name": "legendecas",
      "email": "legendecas@gmail.com",
      "time": "Tue Jan 18 15:59:17 2022"
    },
    "commit": "10a777ee7e8f535823872f51e9f9049e9ac01096",
    "committer": {
      "name": "V8 LUCI CQ",
      "email": "v8-scoped@luci-project-accounts.iam.gserviceaccount.com",
      "time": "Tue Jan 25 18:10:57 2022"
    },
    "subject": "[ShadowRealm] Part 1 - Skeleton",
    "milestone": 100
  },
  {
    "author": {
      "name": "Samuel Groß",
      "email": "saelo@chromium.org",
      "time": "Tue Jan 25 10:47:51 2022"
    },
    "commit": "df3ebe5dcca41b88ae7801f816e1c97f272a0d77",
    "committer": {
      "name": "V8 LUCI CQ",
      "email": "v8-scoped@luci-project-accounts.iam.gserviceaccount.com",
      "time": "Tue Jan 25 12:03:28 2022"
    },
    "subject": "[sandbox] Shrink ExternalPointer_t to 32 bits",
    "milestone": 100
  },
  {
    "author": {
      "name": "Michael Lippautz",
      "email": "mlippautz@chromium.org",
      "time": "Fri Jan 21 08:39:06 2022"
    },
    "commit": "40db472a323b578944a7ead54137717f60dfc237",
    "committer": {
      "name": "V8 LUCI CQ",
      "email": "v8-scoped@luci-project-accounts.iam.gserviceaccount.com",
      "time": "Fri Jan 21 11:36:48 2022"
    },
    "subject": "api: Remove deprecated write barrier API",
    "milestone": 100
  },
  {
    "author": {
      "name": "Dominik Inführ",
      "email": "dinfuehr@chromium.org",
      "time": "Thu Jan 20 17:02:58 2022"
    },
    "commit": "116ca00f206578800c05c6f864205386bf73ddf9",
    "committer": {
      "name": "V8 LUCI CQ",
      "email": "v8-scoped@luci-project-accounts.iam.gserviceaccount.com",
      "time": "Thu Jan 20 19:08:49 2022"
    },
    "subject": "[execution] Move v8::Locker::WasEverUsed() flag into Isolate",
    "milestone": 100
  },
  {
    "author": {
      "name": "Samuel Groß",
      "email": "saelo@chromium.org",
      "time": "Thu Jan 20 16:01:41 2022"
    },
    "commit": "4a3e41c5ca0b4a7b8c7a2956789f35e4ee7fde7d",
    "committer": {
      "name": "V8 LUCI CQ",
      "email": "v8-scoped@luci-project-accounts.iam.gserviceaccount.com",
      "time": "Thu Jan 20 17:39:49 2022"
    },
    "subject": "[sandbox] Implement GC for the external pointer table",
    "milestone": 100
  }
]