| commit | ccfc35ab5f49a160c67a19e59d69b55018a7695c | [log] [tgz] |
|---|---|---|
| author | Owen Min <zmin@chromium.org> | Thu Nov 09 23:23:23 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 09 23:23:23 2023 |
| tree | d63b5cda6f4b3e370891094cadf2e304cd1c9a57 | |
| parent | ecc43eac054d8908873bedcb9947d6a5ea56e37b [diff] |
Introduce subdomain wild matching for legacy tech event With the patch, example.com will now match www.example.com or s.example.com. www.example.com will still match www.example.com exactly. Also add tests for ip address. Bug: 1501132 Change-Id: I51b1f1519d7f935965c8c3bd77a5c8b2de6c7e8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5018881 Reviewed-by: Parastoo Geranmayeh <parastoog@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Auto-Submit: Owen Min <zmin@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Commit-Queue: Parastoo Geranmayeh <parastoog@google.com> Cr-Commit-Position: refs/heads/main@{#1222610}
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.