commit | 64a6daa76f81bd04a68c73853654ef5c78d52a81 | [log] [tgz] |
---|---|---|
author | dpapad <dpapad@chromium.org> | Fri Aug 13 17:32:12 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 13 17:32:12 2021 |
tree | 4c60878b1dc5749f4f7e50b5defa94fe00375f69 | |
parent | 7fcdc89fa4ab2b70bbe620a0cb5a698e18999308 [diff] |
Settings: Fix logical error in CCT's chrome-cleanup-on-idle event handler. The code seems to be updating the |this.ongoingAction_| variable too soon even though it needs to access its previous value later on. This was actually discovered by the TypeScript compiler during the attempt to migrate chrome_cleanup_page.js to TypeScript. Fixed: 1239610 Change-Id: I70e61f762754a29f55d2b464566b038ab97490fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3094405 Auto-Submit: dpapad <dpapad@chromium.org> Reviewed-by: Fabio Tirelo <ftirelo@chromium.org> Reviewed-by: Daniel Rubery <drubery@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#911803}
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.