commit | 437dab2ec38a6a3dc5073fe44e5d1dffc1b3b2d2 | [log] [tgz] |
---|---|---|
author | Lauren Winston <lwinston@google.com> | Mon May 05 21:28:49 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 05 21:28:49 2025 |
tree | 9dbe61e0d8c28f174d3ca523a2be85a16a2e94ee | |
parent | 0eb8b44e602a29d423a5ec00cf62b0e346633fd2 [diff] |
[Read aloud] Don't send event updates if speech state hasn't changed. For some reason, onSpeechPlayingStateChanged is getting triggered when the property hasn't actually changed. This is causing crashes because reading mode is incorrectly sending event updates on a page change when there's no speech. This should provide a more permanent fix for crbug.com/415805308. This may likely be contributing to the Unserialize crashes in crbug.com/409110161 too, but more testing is needed to verify this. Bug: 409110161 Change-Id: I2bb04d9e450ae97ec2ac676e8f3c15ea7e8059ce Fixed: 415805308 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6514631 Commit-Queue: Lauren Winston <lwinston@google.com> Reviewed-by: Kristi Saney <kristislee@google.com> Cr-Commit-Position: refs/heads/main@{#1455945}
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.