commit | a76b9c0cd81d07e24babfde94f1774721c947a7f | [log] [tgz] |
---|---|---|
author | Dibyajyoti Pal <dibyapal@google.com> | Mon Dec 18 19:34:15 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 18 19:34:15 2023 |
tree | 26acd84937ad0e3749a7b0e47e9a43c8f267f9b6 | |
parent | 79e0419c269f8f031cfaddc7decd9475d23a7afc [diff] |
[dPWA] Move link capturing test utilities to be reusable This CL moves the link capturing test utilities currently being used by various tests to a common location so that they can be reused. This also helps pave the way for the WebAppIntegrationTestDriver to start reusing these test functions, which will be implemented in a follow-up CL. This should just be a no-op, since the only thing that changed is the functions being moved to a centralized location. Bug: 1412856, b/313492499 Change-Id: Ia6e78b0c299035d90ad00c8f1d286661d02ab1e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5121914 Reviewed-by: Mike Wasserman <msw@chromium.org> Commit-Queue: Dibyajyoti Pal <dibyapal@chromium.org> Cr-Commit-Position: refs/heads/main@{#1238652}
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.