commit | 44119b7014efef19b3deb9f8b279005f8cbe7bd3 | [log] [tgz] |
---|---|---|
author | Javier Contreras Tenorio (from Dev Box) <javiercon@microsoft.com> | Mon Oct 21 19:18:06 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 21 19:18:06 2024 |
tree | 62fab7ced7810e5634b97698602da3ce503c35df | |
parent | 1f369c2448a9f727e83ebc4a7f909507ee7d4991 [diff] |
[views-ax] Migrating text offset related attributes in Label This CL migrates the text offset related accessibility attributes in Label to use the new "push" system for Views where we cache the accessible values. As part of this system, we introduced functionality that will enable Views authors to defer the computation of expensive accessibility attributes to only be computed when accessibility is on for Views. These attributes will not be computed or cached until accessibility is on, once it is we will first compute the values at the moment when accessibility turns on, and then will be recomputed whenever the value should change. This CL is part of the ViewsAX project: https://docs.google.com/document/d/1Ku7HOyDsiZem1yaV6ccZ-tz3lO2XR2NEcm8HjR6d-VY/edit#heading=h.ke1u3utej413 Bug: 325137417 Change-Id: I8b9ecdddd226aef8e61e0cbb057a8d019aa2d675 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5888850 Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Javier Contreras <javiercon@microsoft.com> Reviewed-by: Benjamin Beaudry <benjamin.beaudry@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1371573}
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.