commit | 77c39e34bf968fd78844533a6818c218cc46c667 | [log] [tgz] |
---|---|---|
author | sandromaggi <sandromaggi@google.com> | Thu Mar 31 09:40:46 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 31 09:40:46 2022 |
tree | 19f488e60db6fa04d12f8e8b1c1725dbc22476b1 | |
parent | cab2885ebc90d1409993da8b91d7aab73b633c0b [diff] |
Split ElementFinder To make parallel execution between semantic and css element finding possible, this splits the element finder into two pieces, one for each. The aim is to separate code and prevent accidental re-use of member variables that are only valid in one of the cases. This change fixes a bug that was found though this (setting the frame in the semantic case). Bug: b:224745206 Change-Id: Ia44cb7d51c2d8c2cb79e1f577605c739756f581d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3560049 Reviewed-by: Clemens Arbesser <arbesser@google.com> Commit-Queue: Sandro Maggi <sandromaggi@google.com> Cr-Commit-Position: refs/heads/main@{#987386}
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.