commit | c548262b3990862fd58463fc9d8823cea793276d | [log] [tgz] |
---|---|---|
author | Simon Zünd <szuend@chromium.org> | Tue Dec 07 14:53:13 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 07 14:53:13 2021 |
tree | c0c8bbbae95b26a2b66411615c1b42ae73f08917 | |
parent | 10a91ad84fb58202c3a0685d9a7b1b7a69f79696 [diff] |
[devtools] Move AsyncTaskContext into separate header AsyncTaskContext is included by a few blink/core headers. To reduce compilation time and issues, this CL moves AsyncTaskContext into its own header to prevent inclusion of local_frame.h and document.h Please note that because the implementation of AsyncTaskContext is shared currently with functions from core_probes.h, the implementation itself is not moved into its own .cc file. This can be done after the migration is complete. Bug: 1275875 Change-Id: I73fd6ebb2f2afd43123ba36f02f72208a104f6cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3320297 Reviewed-by: Mathias Bynens <mathias@chromium.org> Reviewed-by: Yoav Weiss <yoavweiss@chromium.org> Commit-Queue: Simon Zünd <szuend@chromium.org> Cr-Commit-Position: refs/heads/main@{#948975}
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.