commit | 301bc1c082c342e55604f06e557fc4b65b1b0415 | [log] [tgz] |
---|---|---|
author | Mason Freed <masonf@chromium.org> | Fri Oct 06 18:25:12 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 06 18:25:12 2023 |
tree | 154134738ae78697d22d9e644666c003e4521437 | |
parent | d0434215eb23e6be7f3416fe88ab230f37afab72 [diff] |
Fix the dom-parts-api-2 benchmark to use declarative syntax This uses the new declarative syntax for 3 of 4 parts, the exception being the text node for which we don't have support in the new syntax. This also goes back to using `getParts()` instead of the temporary `getPartNode()` function. In the process of doing this, I discovered crbug.com/1490375, so I also added a test for that. No functional changes. Bug: 1490375,1453291 Change-Id: Ic2fd63312eb250915a1786165630c496b4b59d38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4918550 Auto-Submit: Mason Freed <masonf@chromium.org> Reviewed-by: Joey Arhar <jarhar@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1206529}
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.