commit | f407d1794da491170ac2eed67c92ca4dd2440369 | [log] [tgz] |
---|---|---|
author | Shuhei Takahashi <nya@chromium.org> | Mon Apr 07 02:50:19 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 07 02:50:19 2025 |
tree | 73efc4c098e8fd33c5c74c09e3030b404afa777f | |
parent | 0905b8e123c53fd80e68cee4c57361d00eff14e9 [diff] |
extensions: Introduce ToolbarActionsModelBridge ToolbarActionsModelBridge is a JNI bridge that allows Java code to access the toolbar action model managed in the C++ side. Its C++ implementation depends on ToolbarActionsModel, ExtensionRegistry, and ExtensionActionManager to provide its JNI methods. Bug: 405839822 Cq-Include-Trybots: luci.chromium.try:android-desktop-15-x64-rel Change-Id: I60f325c63a86eda37fac9ac474ec8374eccec718 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6399535 Commit-Queue: Shuhei Takahashi <nya@chromium.org> Reviewed-by: Ryan Sultanem <rsult@google.com> Reviewed-by: Michael Thiessen <mthiesse@chromium.org> Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1443258}
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.