commit | dddbe0dcfbb38765d09090486ee95fb10125d42e | [log] [tgz] |
---|---|---|
author | Ian Wells <iwells@chromium.org> | Mon Jul 10 20:52:12 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 10 20:52:12 2023 |
tree | 0a30abf440e07899ab37d238ae48c282d4ffca5e | |
parent | 3b3068822e125c82b02eb5b58d239bfcfc5b9e63 [diff] |
Remove java.time.Duration Android Lint complains that java.time.Duration is only supported in API level >= 26. A 'long' representation of nanoseconds will be okay for this API since it can hold times from -292 to 292 years. Bug: b/289131818 Change-Id: I7263257ae02a5114635d2d8b9226fe3459f9fc79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4674958 Auto-Submit: Ian Wells <iwells@chromium.org> Reviewed-by: Basia Zimirska <basiaz@google.com> Commit-Queue: Ian Wells <iwells@chromium.org> Cr-Commit-Position: refs/heads/main@{#1168311}
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.