commit | 15ad5df07dc0933971edcffff32f005150dc4cb4 | [log] [tgz] |
---|---|---|
author | Dominic Battre <battre@chromium.org> | Wed Jun 29 11:28:33 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 29 11:28:33 2022 |
tree | 955393e97356c433655bfef1bb57816c77280741 | |
parent | 050d6d8366acfded1358ac9c7026e067acade498 [diff] |
Automatically stop recording logs after 5:00 minutes chrome://autofill-internals and chrome://password-manager-internals used to record events forever. In case you forget closing such a tab, there was a risk that this ended up collecting *a lot* of data over time in the background. This CL introduces a default timeout of 5 minutes after which recording of log events stops. You can reenable the recording and you can also disable the timeout for debugging sessions. Bug: 928595 Change-Id: I7cbb9c78fc2c0887819955b1cebec465354fc1a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3726199 Commit-Queue: Dominic Battré <battre@chromium.org> Reviewed-by: Christoph Schwering <schwering@google.com> Cr-Commit-Position: refs/heads/main@{#1019069}
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.