commit | 35df3f3cecda6f5f8e594bed10c54de54e73603e | [log] [tgz] |
---|---|---|
author | Dave Tapuska <dtapuska@chromium.org> | Fri Nov 24 15:51:58 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 24 15:51:58 2023 |
tree | d5ce3ea830a55aa1367365fd685c15ded4ebe7f1 | |
parent | 7086710498c7e3b9e1986d1ff9dd5f3df627fa07 [diff] |
Pass in ScriptState/ExecutionContext to V8ActivityLogger Pass in the relevant state so to avoid v8::Isolate::GetCurrent calls. This is a slight change into what is being logged. When dealing with multiple windows, the receiver's script context is used. Bug: 263412 Change-Id: I4ccb5876efdf4f3e52914a8b43343dae821da8b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5044794 Reviewed-by: David Bertoni <dbertoni@chromium.org> Reviewed-by: Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/main@{#1228809}
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.