commit | 9db86115564888cfbcb645fcdb6c5d34a40a723e | [log] [tgz] |
---|---|---|
author | Christine Smith <christinesm@chromium.org> | Thu Nov 03 14:53:05 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 03 14:53:05 2022 |
tree | fbe00632c227a99c3d0abb42c578d99cf0eeab16 | |
parent | 1436f4fbefc92b2fa9371fa6d385a1de99ac59b9 [diff] |
Migrate database code to base::Time serialization in //sql This CL migrates code to the BindTime() and ColumnTime() methods provided by the sql::Statement. Un-split meta CL: https://chromium-review.googlesource.com/c/chromium/src/+/3995334 LOW_COVERAGE_REASON= This CL does not introduce any behavior changes. This CL was uploaded by git cl split. R=sophiechang@chromium.org Bug: 1195962 Change-Id: Iec4c214f1aa1d4b5fc308280ca2f2e34dc483948 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4000632 Auto-Submit: Christine Smith <christinesm@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Reviewed-by: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/main@{#1067012}
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.