| commit | 9af8c5efb90b0cd5f4ef7815091b37f0ab65b51d | [log] [tgz] |
|---|---|---|
| author | Kevin Graney <kmg@google.com> | Thu Aug 03 15:37:16 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 03 15:37:16 2023 |
| tree | 1164fa3da5b69da6b8d92d86769f897709ed8fa3 | |
| parent | e83369346d8e56382ef016784d98a27289d62dfe [diff] |
Correct expiration strings Zero days, [0,1), until expiration means that the exception will expire today. One day, [1,2), means the exception will expire tomorrow. [2,3) expires in 2 days, etc. The string represents the day on which expiration happens, not the actual amount of time until expiration. Added a unit test to the function that computes how many days so this is more obvious and doesn't regress. Screenshots don't need to be updated since the uploaded screenshot contains the "tomorrow" variant, which remains in use. Bug: 1446230 Change-Id: Ie1734dd5abf5ea47b9f124652e2b440c59494844 Skip-Translation-Screenshots-Check: True Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4742925 Reviewed-by: Theodore Olsauskas-Warren <sauski@google.com> Reviewed-by: Christian Dullweber <dullweber@chromium.org> Commit-Queue: Kevin Graney <kmg@google.com> Cr-Commit-Position: refs/heads/main@{#1179053}
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.