commit | 9c4ceb323ad7ec94cffb1e28dcddf8cf4e934807 | [log] [tgz] |
---|---|---|
author | Khushal Sagar <khushalsagar@chromium.org> | Mon Jan 13 19:55:44 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 13 19:55:44 2025 |
tree | d3adc28f9d9c436267a9ef141406906f6b659199 | |
parent | 70db7417aaee8fe37a0b3fbe613f1ff7a8acbd98 [diff] |
blink: Add params to configure AIPageContent extraction. This change adds the following parameters to configure a request for AIPageContent: - `include_geometry`: Computing the visible bounding box for every element is expensive and it's unclear whether its required for all use-cases. - `on_critical_path`: If the content is being requested for a background task, it shouldn't preempt critical user facing work. A follow up change will hook these up with the PageContentAnnotation service. Bug: 389096819 Change-Id: Ie6bd099a31eec9ffe81d372f3614278c14757343 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6166325 Reviewed-by: Ryan Sturm <ryansturm@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Abigail Klein <abigailbklein@google.com> Auto-Submit: Khushal Sagar <khushalsagar@chromium.org> Commit-Queue: Khushal Sagar <khushalsagar@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1405662}
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.