commit | 8c81fcf9ae5fe76c71e6700c9f5b203adb39a3ee | [log] [tgz] |
---|---|---|
author | Philip Rogers <pdr@chromium.org> | Tue Aug 23 18:33:37 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 23 18:33:37 2022 |
tree | d08ce44a8a124cf3b19b51719633b3c7f877db9b | |
parent | 5453a375fe83ac7fbd747229d4a2abaefd23919d [diff] |
Add an experiment for ablating SendPendingAccessibilityEvents This patch adds a flag and supporting code for ablating SendPendingAccessibilityEvents by 2x. If the flag is enabled and SendPendingAccessibilityEvents would take 10ms, with this patch it will take 20ms. Design doc (google internal): https://docs.google.com/document/d/1XhvOSI1Kbay7w8NSE6SJbLJLhb4GmmJW2N5YvSYlZzw/edit?usp=sharing&resourcekey=0-uM0KNw7_Q-EXcn2_bkFIuQ Bug: 1338600 Change-Id: If1dde2603279a40a21705dd24e2f80ae01051fa5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3795849 Auto-Submit: Philip Rogers <pdr@chromium.org> Reviewed-by: Chris Harrelson <chrishtr@chromium.org> Reviewed-by: David Tseng <dtseng@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1038357}
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.