commit | 8905184a99e47fb49736351f27b537aff038a724 | [log] [tgz] |
---|---|---|
author | Olivier Flückiger <olivf@chromium.org> | Mon Jul 01 10:25:56 2024 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 07 15:30:56 2024 |
tree | b5b8d2167fb0fc43f5a40dd81418573cf1112e1c | |
parent | 9655df2ce90449c35240bbf99f04c6ff4d22084d [diff] |
Reland "[maps] Re-enable side-step transitions" This is a reland of commit 62605e134c758be5148d8d7b2541122835006155 All known issues are already fixed. Original change's description: > [maps] Re-enable side-step transitions > > Bug: 40764103 > Change-Id: Ie380d54e00a38cf8e8937990af321bc7e498d686 > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5667163 > Auto-Submit: Olivier Flückiger <olivf@chromium.org> > Commit-Queue: Olivier Flückiger <olivf@chromium.org> > Reviewed-by: Igor Sheludko <ishell@chromium.org> > Commit-Queue: Igor Sheludko <ishell@chromium.org> > Cr-Commit-Position: refs/heads/main@{#94738} Bug: 40764103, 369667726 Change-Id: I5a18490b9cd9003c9d69877c08a7b10e69d8b6e1 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5912818 Commit-Queue: Igor Sheludko <ishell@chromium.org> Reviewed-by: Olivier Flückiger <olivf@chromium.org> Auto-Submit: Igor Sheludko <ishell@chromium.org> Commit-Queue: Olivier Flückiger <olivf@chromium.org> Cr-Commit-Position: refs/heads/main@{#96451}
V8 is Google's open source JavaScript engine.
V8 implements ECMAScript as specified in ECMA-262.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 can run standalone, or can be embedded into any C++ application.
V8 Project page: https://v8.dev/docs
Checkout depot tools, and run
fetch v8
This will checkout V8 into the directory v8
and fetch all of its dependencies. To stay up to date, run
git pull origin gclient sync
For fetching all branches, add the following into your remote configuration in .git/config
:
fetch = +refs/branch-heads/*:refs/remotes/branch-heads/* fetch = +refs/tags/*:refs/tags/*
Please follow the instructions mentioned at v8.dev/docs/contribute.