commit | ac66191ac72bc45d5e51cee11b9dc13e559f0741 | [log] [tgz] |
---|---|---|
author | Eric Orth <[email protected]> | Mon Jan 10 21:44:17 2022 |
committer | Chromium LUCI CQ <[email protected]> | Mon Jan 10 21:44:17 2022 |
tree | c12aa5966c1832d403e10ce27f87088f2c70d78b | |
parent | 0cbec11e904aa0e58095b2a9fc29c9756ce5b44b [diff] |
Change HostResolver::GetDnsAliasResults() to std::set We will soon be unable to support a natural order to the aliases, and nothing currently relies on that order anyway. Propagate the type change throughout the net stack. For dependencies outside the net stack, don't bother making code changes; just update some relevant comments to no longer specify an order. Bug: 1264933 Change-Id: I8577bdaa170c74cb403a6392fe5241cf63fb6135 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3349983 Reviewed-by: David Benjamin <[email protected]> Reviewed-by: Yutaka Hirano <[email protected]> Reviewed-by: Nasko Oskov <[email protected]> Commit-Queue: Eric Orth <[email protected]> Cr-Commit-Position: refs/heads/main@{#957258}
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.