commit | 20f1ef091fcabc9f7cf6e258723f49f68d54a6fe | [log] [tgz] |
---|---|---|
author | Leonid Baraz <lbaraz@chromium.org> | Thu Mar 02 00:34:53 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 02 00:34:53 2023 |
tree | ec2f5ed4c9c4b823dba4ebda29e0e77705c30ed5 | |
parent | 0164fe22baf9c69a18152fcdc99cb15e6124def2 [diff] |
Eliminate upload event duplication Detected some more cases of duplication, and as a result refactored the FileJob: instead of boolean flag in_action_ there is now a unique pointer to EventHelper instance that reflects an event that is being run on the specific job (there can only be one event per job now, populated by Register call and then executed by EventHelper::Run - it now owns all code snippets that regulate the job progress. Bug: b:264399295 Change-Id: I818e19cfce96881a30a4dfc97769bc428766541a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4300323 Reviewed-by: Vignesh Shenvi <vshenvi@google.com> Commit-Queue: Leonid Baraz <lbaraz@chromium.org> Cr-Commit-Position: refs/heads/main@{#1111940}
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.