commit | 48969b4cf8fd8dff8db3acc97b6a86e971cc46cb | [log] [tgz] |
---|---|---|
author | François Doray <fdoray@chromium.org> | Thu Dec 19 18:55:34 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 19 18:55:34 2024 |
tree | 8720ab04139be7ed249bdcf14ed5f144c9a6e06f | |
parent | 17b399926fce82ab1480ad3c26a64b909f57b39a [diff] |
[freezing] Implement the notification permission opt-out in FreezingPolicy. The notification permission opt-out is currently implemented in Freezer instead of in FreezingPolicy, like other opt-outs. This is because PageNode used to not have a "notification permission" property. This implementation has 2 downsides: - Connected pages may end up in different frozen states if they don't all have the same notification permission status. - The opt-out is not displayed at chrome://discards. This CL uses the "notification permission" property on PageNode to implement the notification permission opt-out inside FreezingPolicy, consistently with other opt-outs. Bug: 325954772 Change-Id: Ib73f789c7767f58b0a2c96a25a0296b14e70cc99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6087844 Commit-Queue: Francois Pierre Doray <fdoray@chromium.org> Reviewed-by: Joe Mason <joenotcharles@google.com> Cr-Commit-Position: refs/heads/main@{#1398724}
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.