commit | c7c80d804599c22b97d007bac2ed2c65cfcd920b | [log] [tgz] |
---|---|---|
author | Elad Alon <eladalon@chromium.org> | Mon Jan 22 09:09:00 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 22 09:09:00 2024 |
tree | a10d1c227d4d9dff4477db2cc58df293ef130848 | |
parent | 21079ac9e5a4a82273404548f1de00779ead112b [diff] |
[CSC] Improve tests by introducing TestTab helper class Introduce a helper class called TestTab, and use it to tie together the TestWebContents and the TestView that each simulated tab in the test has. This eliminates significant duplicated logic in the test fixtures. Bug: 1466247 Change-Id: Ie3632519cc2f006ad390dbf8a44b47eef9b5d0e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5219273 Commit-Queue: Elad Alon <eladalon@chromium.org> Reviewed-by: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/main@{#1250045}
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.