| commit | c2a2c8a5e363d22ac85e1ca057960f8a8e20827f | [log] [tgz] |
|---|---|---|
| author | Adam Klein <adamk@chromium.org> | Thu Feb 09 23:37:13 2023 |
| committer | Adam Klein <adamk@chromium.org> | Fri Feb 10 00:57:37 2023 |
| tree | 6a60e9ce0900db37c93e4993ec418a024eca0bcc | |
| parent | c5037b9eb757a17cb93d1ea5e610a63482fdc0e5 [diff] |
[intl] Revert date formatting behavior change from ICU 72 Replace U+202F with U+0020 after formatting date. This lets websites continue to work without any changes. This matches Firefox behavior, according to https://bugzilla.mozilla.org/show_bug.cgi?id=1806042#c17. Bug: chromium:1414292, chromium:1401829, chromium:1392814 (cherry picked from commit 90be99fab31c8299568e4114be1f0abd3741d615) Change-Id: I991af365d9c0815ce019a2f4e4c98260ed856f08 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4237935 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Adam Klein <adamk@chromium.org>
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.