commit | b5d32fbd56d43388d69acd787c17bda0cb4b7284 | [log] [tgz] |
---|---|---|
author | Nikolaos Papaspyrou <nikolaos@chromium.org> | Mon Jan 08 12:20:22 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 08 12:20:22 2024 |
tree | da68648c0fc52b6d9ab75efa330fc8463d818017 | |
parent | 637f5da05972baaaa6aebe8f2d56394f5c11529f [diff] |
Fix use of v8::Unlocker in ProxyResolver According to V8's API, a thread has to exit the isolate before using v8::Unlocker and enter it again afterwards. This CL fixes the use in ProxyResolverV8::Context::DnsResolveCallbackHelper, to adhere to that. Bug: v8:13270 Bug: 1515391 Change-Id: Id92f3944a974f2f0d33bc44e4abc851d678e52f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5168625 Reviewed-by: Clark DuVall <cduvall@chromium.org> Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Nikolaos Papaspyrou <nikolaos@chromium.org> Cr-Commit-Position: refs/heads/main@{#1243992}
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.