commit | 583c32637aacc550adb945a8c6add77466b25734 | [log] [tgz] |
---|---|---|
author | Thiabaud Engelbrecht <thiabaud@google.com> | Wed Feb 19 16:07:35 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 19 16:07:35 2025 |
tree | 13ca2510d378f3f0b046243ec7754dec60377782 | |
parent | c310ece5ca64463e55c1b5e74c1dfc0fdc22f323 [diff] |
[self_freeze] Fix start time This CL changes the start time to be from directly after the SelfCompact is triggered, rather than from when we actually begin the compaction. This fixes a bug where cancellation was not triggered correctly if it happened during that time. Bug: 379290553 Change-Id: I044104b7a2bd84c379c51eeceeeb1710ae14659e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6279726 Reviewed-by: Benoit Lize <lizeb@chromium.org> Commit-Queue: Thiabaud Engelbrecht <thiabaud@google.com> Cr-Commit-Position: refs/heads/main@{#1421965}
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.