commit | b4524f2147756173f879a3e34ce3b13e88fe62e4 | [log] [tgz] |
---|---|---|
author | Camillo Bruni <cbruni@chromium.org> | Tue Jan 12 10:08:56 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 12 10:08:56 2021 |
tree | 962c12f851f4e9436b32804a915f3c2c43ef565f | |
parent | 63f8347644e6116dd782720b8c2a60c7fb9358ff [diff] |
[blink] Add virtual test suite for V8's off thread finalization Currently we have little coverage of this new feature and writing unittests for streaming compilation is not yet supported. Once successfully shipped, these tests should be removed again. Bug: 1011762 Change-Id: I52a433e4655003cc5a3ac53d3df0ba2cca241537 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617820 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Camillo Bruni <cbruni@chromium.org> Cr-Commit-Position: refs/heads/master@{#842456}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.