commit | d92ed2b8e7bf0f028f4c839f17b5afb78b0d8a07 | [log] [tgz] |
---|---|---|
author | Keita Suzuki <suzukikeita@chromium.org> | Thu Jun 06 04:25:48 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 06 04:25:48 2024 |
tree | 9c7f9ff449c2ee9206a4ae374345e2728a22abfc | |
parent | c1f64e34c5c52915eb8cb4b50164ab7e2bb648ac [diff] |
Add internal WPT for SW static routing API This CL adds internal WPT for SW static routing API to test the behavior when the router evaluator could not parse the regular expression provided by developers. Since this is due to the regex framework re2, chrome raises a PromiseError when encountering this situation. Bug: 41492364 Change-Id: I13573d5b7060ab55a51727a66a17acfd5ec34d0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5595296 Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@google.com> Commit-Queue: Keita Suzuki <suzukikeita@chromium.org> Reviewed-by: Shunya Shishido <sisidovski@chromium.org> Cr-Commit-Position: refs/heads/main@{#1311067}
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.