commit | 177b2d10703e67676c0a8d56687f8e64951a68ac | [log] [tgz] |
---|---|---|
author | David Bengoa <dbengoa@google.com> | Tue Aug 30 14:14:46 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 30 14:14:46 2022 |
tree | 6ed49320dc183eaefb845aa5a207f0f5ba72c32f | |
parent | 1d07d61ac05b8e0628648a7cdc0735c53b5845dd [diff] |
Refactor ScriptParameters to not use std::optional<bool> std::optional<bool> are tricky because it's too easy to forget it's returning an optional and do `if (parameters.GetFooEnabled()) {`. Make all default to false (except for `START_IMMEDIATELLY`). Change-Id: Ia5c2b75adabc43d16037907a802c6b6b00194b76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3858432 Reviewed-by: Luca Hunkeler <hluca@google.com> Commit-Queue: David Bengoa <dbengoa@google.com> Cr-Commit-Position: refs/heads/main@{#1040940}
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.