commit | bb8f52a6fa978f1bd5523fa8ea9d4233817fc4a4 | [log] [tgz] |
---|---|---|
author | Joe Downing <joedow@google.com> | Thu Oct 26 16:33:04 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 26 16:33:04 2023 |
tree | d9847650f8ccc5f7f9769dd66ae6cea1aba6d722 | |
parent | 553342d48b509c835b4d98ef4834caedfb607a23 [diff] |
Fixing a host config parsing bug on Windows It turns out that Windows has some extra host config parsing logic that rejects a config if it doesn't have a hash_secret. We just need to skip the check if the owner is a Googler, just like we do in the me2me host however instead of duplicating the same email checking logic, I moved it into a helper and updated the other //remoting/host callsite which checks the host_owner_email to see if they are a Googler. Bug: b:297857922 Change-Id: Ie104a1be299e67dcef46bd4aee85189d5e66cbbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4977281 Reviewed-by: Lambros Lambrou <lambroslambrou@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/main@{#1215567}
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.