commit | d952e094d9d79886462d842447b35c50c8ca63cd | [log] [tgz] |
---|---|---|
author | Etienne Pierre-doray <etiennep@chromium.org> | Mon Nov 01 21:56:21 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 01 21:56:21 2021 |
tree | 3b47785af52ba703d087a7cf118e0dcd75aaad97 | |
parent | c3b4d09cda5479798006b63a01f8c8bdd1f80818 [diff] |
[Jobs]: Add scoped v8 isolate in content tests when needed. Flaky tests are caused by dangling Jobs handle when TaskEnvironment goes out of scope before a v8 isolate. In most cases, it is sufficient to add IsolateHolder with Enter/Exit under TaskEnvironment. Follow-up: GCCallbackTest remains as I haven't figured out how to make an isolate associated with a frame. Bug: 1199117 Change-Id: If797b538d94fc6d45f0f8723cc2bb1b5e73d635a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3254725 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/main@{#937067}
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.
If you found a bug, please file it at https://crbug.com/new.