commit | 983989b3e894c0082b8da024d1dae5bed5ca19d6 | [log] [tgz] |
---|---|---|
author | Haxatron Sec <haxatron1@gmail.com> | Fri Sep 29 21:42:56 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 29 21:42:56 2023 |
tree | 312e64788c39f9780a3ad73971d4bac8c65fbdbb | |
parent | a1b217c7128714addb5749207632ef31d9ff5782 [diff] |
[dPWA] Observe web contents visibility when installing This change: - Starts observation of the web contents immediately for install, instead of on command start. - Cancels the installation if the visibility changes and the currently active web contents do not match the installer web contents - Cancels the installation if the web contents is navigated. Bug: 1457704 Change-Id: If563d04c990c657b5468c3f388a17a49881e2e02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4899736 Commit-Queue: Dibyajyoti Pal <dibyapal@chromium.org> Reviewed-by: Dibyajyoti Pal <dibyapal@chromium.org> Cr-Commit-Position: refs/heads/main@{#1203462}
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.