commit | 2b03f5d2ac13c782f33f52a1917fb0f83e2b992b | [log] [tgz] |
---|---|---|
author | Matt Menke <mmenke@chromium.org> | Thu Dec 03 02:15:28 2020 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 03 02:15:28 2020 |
tree | 3fd4a1e1341ab55276a3200e41d7b78b1da9eed7 | |
parent | f1167b4f7f4cf11cd0e7f258d9b48656956bdc6e [diff] |
Update tests that rely on parsing weird hostnames. I'm working on gettings things like 127.0.0.0.1, foo.0.1, and, potentially, foo.1 rejected at the GURL level. This CL updates a couple tests in advance of that so as to rely on URLs with hostnames like these being considered valid. Bug: 1143453 Change-Id: Iae326c3d5df58b6350fd0b89320f7bf64de9e1e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2565196 Reviewed-by: Eric Orth <ericorth@chromium.org> Reviewed-by: Xinghui Lu <xinghuilu@chromium.org> Reviewed-by: mark a. foltz <mfoltz@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#833106}
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.
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.