commit | 682f6584a70043222bb6bbeeeb112b39a2a1eeb0 | [log] [tgz] |
---|---|---|
author | Mingyu Lei <[email protected]> | Fri Jun 14 04:26:59 2024 |
committer | Chromium LUCI CQ <[email protected]> | Fri Jun 14 04:26:59 2024 |
tree | c491e66a7eedb29dbcd8651ab89a72a9bccbf869 | |
parent | b36712f03faa85e26168b6f72e383ebe93219c18 [diff] |
Prompt API: make AIManager a BrowserContextKeyedService The AIManager was per RenderFrameHost when the AI API is only available on DOM windows and dedicated workers. To support the API for shared worker / service worker, the AIManager is now changed to be per browser context. Each of the AIManagerKeyedService may have multiple receivers from different execution contexts. Bug: 342939487 Change-Id: Ide28c7675cf3e48ef1dc0bd357bb7d9563a36dc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5589190 Reviewed-by: Rakina Zata Amni <[email protected]> Reviewed-by: Ryan Sultanem <[email protected]> Reviewed-by: Takashi Toyoshima <[email protected]> Commit-Queue: Mingyu Lei <[email protected]> Reviewed-by: Erik Chen <[email protected]> Code-Coverage: [email protected] <[email protected]> Cr-Commit-Position: refs/heads/main@{#1315034}
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.