commit | ada95d0ff9a31d1090a95f05bc42bfdecc8fbddb | [log] [tgz] |
---|---|---|
author | Caroline Rising <corising@chromium.org> | Wed Jul 28 00:58:47 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 28 00:58:47 2021 |
tree | 95fdfaa35b48c81fafab56c7917644df699cf714 | |
parent | 12c2f3c841ba8392c419006ebdf4839421ec3e58 [diff] |
Read later: make the add to reading list button stateful. When the current page is unread in the reading list the button lets users remove the page from the reading list. When the page cannot be added to the reading list the button should be disabled. Web contents that is not in the context area does not have a way to reference its browser so we are handling determining the button state on the non-webui side and passing that info to the webui. Bug: 1222149 Change-Id: I6e42b4de29bc1fc6955e158a2799882d1697c17f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3044998 Commit-Queue: Caroline Rising <corising@chromium.org> Reviewed-by: Alex Gough <ajgo@chromium.org> Reviewed-by: Thomas Lukaszewicz <tluk@chromium.org> Cr-Commit-Position: refs/heads/master@{#905985}
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.