| commit | b61868b978a3ea5d882cfe89dac4769b3437e41f | [log] [tgz] |
|---|---|---|
| author | Khushal Sagar <khushalsagar@chromium.org> | Mon Jan 13 20:06:45 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 13 20:06:45 2025 |
| tree | 4657886cc1497659f4fc55d1e1fead5a11833350 | |
| parent | f2988f6e7d07cf38474591386d80e08d877dfa5e [diff] |
blink: Remove throttling override for AIPageContent extraction. The override was added to ensure we have a clean lifecycle state for offscreen iframes which might be throttled during rendering. But it's unnecessary since throttling is applied explicitly only during the rendering task. The default is for all iframes to be unthrottled when a lifecycle update is triggered. Bug: 389096819 Change-Id: I39bfa65ddd554408c9f92ee4f655cbfff1f542f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6171839 Commit-Queue: Khushal Sagar <khushalsagar@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by: Stefan Zager <szager@chromium.org> Auto-Submit: Khushal Sagar <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1405672}
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.