commit | a0edd01e9991faa4f74a3f04d336efb0805bd595 | [log] [tgz] |
---|---|---|
author | David Bokan <bokan@chromium.org> | Tue Dec 12 21:40:43 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 12 21:40:43 2023 |
tree | d12ca7a46da4ef00289e32964e5610e15a7b6929 | |
parent | c4ee674393fd4fdd2c777cd196ca331b71e32129 [diff] |
scroll-to-text: Make percent encoding test fast Flakiness of this test was due to slowness, with passing runs often hovering hear the timeout threshold. The test was using the stash framework and navigating a popup. This was typically done since early implementation had restrictions on same-document navigations but these have since been lifted (in the same-origin case) so we can remove the complexity. This makes the test significantly faster to run (300% speedup locally). Bug: 1487234 Change-Id: Iad611046e1a6fdb3d2dd3b782bd9f7f95c871958 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5117979 Reviewed-by: Vladimir Levin <vmpstr@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1236584}
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.