commit | c8455aaefb72929a398ad61c937733711db04a80 | [log] [tgz] |
---|---|---|
author | Jihad Hanna <jihadghanna@google.com> | Fri Sep 13 16:13:52 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 13 16:13:52 2024 |
tree | 39bd52ac4f764a60753792e85b6eb6a89c62babb | |
parent | 9325cefdb182451fa842bbfbfadee3dff7f06aa6 [diff] |
Introduce RenderViewTest::SimulateUserInputChangeForElementById This CL introduces a new function similar to SimulateUserInputChangeForElement, but taking an HTML id attribute instead of the element itself. As a result, the CL also makes use of it in Autofill tests and removes the helper functions defined there. Bug: 40281981 Change-Id: Icc73177b42046ca665513e7855024dfebda79d9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5854907 Commit-Queue: Jihad Hanna <jihadghanna@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Christoph Schwering <schwering@google.com> Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/main@{#1355229}
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.