commit | d5b320062c4982d2e215386e068826f8bc97c512 | [log] [tgz] |
---|---|---|
author | Jonathan Hao <phao@chromium.org> | Wed Mar 08 16:53:38 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 08 16:53:38 2023 |
tree | 8c337e6db13b39646da1e7f04e82d06ff84cfce0 | |
parent | 08fa2d909cc02e04aa06082b495adc9ee451b749 [diff] |
[Local Network Access] Rename 'private' to 'local' in ip_address_space_util In https://github.com/WICG/local-network-access/issues/91, we decided to rename (public, private, local) IP address spaces to (public, local, loopback). The spec has already been renamed in https://github.com/WICG/local-network-access/pull/97. New spec: https://wicg.github.io/local-network-access/#ip-address-space-heading This CL renames the occurrences in ip_address_space_util{_unittest}.cc. It also updates the IPAddressSpaceToStringPiece method so it updates places that uses it too, including the kIpAddressSpaceOverrides switch values. There are so many places to rename, so during the process, there will inevitably be inconsistencies. Hopefully, we shall resolve all of them soon. Bug: 1418287 Change-Id: I30a93f41488f28b7269183a2bb627c11c2d29c1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4315887 Commit-Queue: Jonathan Hao <phao@chromium.org> Reviewed-by: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/main@{#1114582}
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.