commit | 49586524b87f6a059e32ca0c4214f76f1d3dc627 | [log] [tgz] |
---|---|---|
author | Patrick Monette <[email protected]> | Fri Jun 28 13:55:05 2024 |
committer | Chromium LUCI CQ <[email protected]> | Fri Jun 28 13:55:05 2024 |
tree | 6efbf63926e39ff0614a6df43dd3fda01da9ff06 | |
parent | c82ad7c4137e2e405f3a0787ac366527e945aa36 [diff] |
[PM] NodeInlineData: Migrate ExecutionContextRegistry This CL gets rid of the ExecutionContextImpl helper as this template forced the implementation in the header file, but that leads to circular include now that FrameNodeImpl and WorkerNodeImpl needs the definition of FrameExecutionContext and WorkerExecutionContext. Also, the FrameExecutionContext and WorkerExecutionContext is now created inside FrameNodeImpl::OnJoiningGraph() and WorkerNodeImpl::OnJoiningGraph() as multiple observers need them but the order that they are notified is not guaranteed. Bug: 349425221 Change-Id: Idaeba1998c2ff441e04fe74ac75e3040ddd00b49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5645798 Reviewed-by: Joe Mason <[email protected]> Commit-Queue: Patrick Monette <[email protected]> Cr-Commit-Position: refs/heads/main@{#1320932}
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.