commit | 38ecaf6efd299252606af35a47496adc272c3b2c | [log] [tgz] |
---|---|---|
author | Dibyajyoti Pal <dibyapal@google.com> | Tue Jan 28 19:59:57 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 28 19:59:57 2025 |
tree | 03dde5b8a9ac92bba5e8b95a9c2aee4320438cdd | |
parent | ca7f178bc9f0bec3e02c85e688c093dd1786fefb [diff] |
[PWA] Create stub v2 navigation throttle on ChromeOS This CL creates the stub navigation throttle on ChromeOS that will be used to implement the behavior of navigation capturing v2 on CrOS. Currently, the throttle allows all navigations to proceed without stopping, and is only initialized if v2 is enabled on ChromeOS. Future CLs will build out the behavior of this throttle. Bug: 366547977 Change-Id: I594930d911109500fcd9c4d0f8a29f68969be8fc Fixed: 391436219 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6197712 Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Dibyajyoti Pal <dibyapal@chromium.org> Reviewed-by: May Siem <msiem@chromium.org> Cr-Commit-Position: refs/heads/main@{#1412470}
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.