commit | e5f086175009af9b82d73e9baafb43d376b28bb9 | [log] [tgz] |
---|---|---|
author | Kevin Graney <kmg@google.com> | Tue Jun 24 20:05:27 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 24 20:05:27 2025 |
tree | 705e47044f527b5950c78952ff2717f3c8a47c21 | |
parent | f2425d74cc27c03bac18a15cf445f156613bf52e [diff] |
Add UiEventDispatcher skeleton, and wire to ExecutionEngine ToolRequests will be passed into this new object pre- and post- invocation of ToolController. This object will be responsible for finding the correct per-profile ActorStateUiManager and passing to it a list of events that may update UI state. This object will be responsible for translating ToolRequests to a sequence of events. It will also be responsible for providing status back to ExecutionEngine. ExecutionEngine now maintains a basic state machine of its callback sequence, used only for logging and DCHECKs. Bug: 425784083 Change-Id: I6c2a1080a47676a5f9c94df809044073e6f6d7ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6653412 Reviewed-by: Kevin McNee <mcnee@chromium.org> Reviewed-by: Erik Chen <erikchen@chromium.org> Commit-Queue: Kevin Graney <kmg@google.com> Cr-Commit-Position: refs/heads/main@{#1478147}
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.