commit | 2282706e80406511889d0ae619538d229c703580 | [log] [tgz] |
---|---|---|
author | Jeremy Roman <jbroman@chromium.org> | Fri Feb 28 22:23:30 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 28 22:23:30 2025 |
tree | 2079f4dbe2e193c6c3409117f567c6086ee4ca19 | |
parent | ae5ded2c69445427d12f3e933dc293c04ce8bc7c [diff] |
Preconnect to the Glic FRE when the button is hovered. Since the FRE is loaded in its own storage partition, it won't typically have a warm connection or potentially even resolver cache. This is a good time to get a bit of a head start on loading, without excessive resource impact otherwise. This remains guarded by the preloading setting (we get that for free). To support this, LoadingPredictor gains support for using a non-default storage partition, at least for the features that are needed for preconnect. Bug: 396697894,396504334 Change-Id: Iecbcb00e2a60c0aba8d34be1cdf99a4233457d21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6305947 Reviewed-by: Dan Harrington <harringtond@chromium.org> Reviewed-by: Peter Kasting <pkasting@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Reviewed-by: Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/main@{#1426569}
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.