Movatterモバイル変換


[0]ホーム

URL:


Google Git
Sign in
chromium /chromium /src /refs/heads/main
commit57a6d5c94c6e7bad07fae30452dcc24ad3ba173c[log][tgz]
authorLauren Winston <lwinston@google.com>Fri Jul 18 16:33:54 2025
committerChromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com>Fri Jul 18 16:33:54 2025
tree1f779e0c38571b4b219927d76f7f00c0e62144c5
parentf21dfb857ae4b1852cde68dd78c631cce0d27964[diff]
[Read aloud] Uninstall voices if reading mode isn't reopenedThe TTS engine uninstalls never used voices after 14 days anduninstalls other voices if they've been unused for 90 days.Right now, the TTS extension is only installed when reading modeis opened, which means that someone who opens reading mode and installsvoices will never get those voices uninstalled and cleared unlessthey reopen reading mode.This CL uses a preference to store the last time the TTS engine wasinstalled when reading mode was opened.If it was opened more than 14 days ago, re-install theextension to check to see if voices should be uninstalled.After 90 days, reset the last opened preference so that theextension will no longer be installed.Fixed: 431232699Change-Id:I61d1407ac82a5c1783a0592af165b23e02ffa5b9Reviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/6735830Reviewed-by: Kristi Saney <kristislee@google.com>Commit-Queue: Lauren Winston <lwinston@google.com>Reviewed-by: Erik Chen <erikchen@chromium.org>Cr-Commit-Position: refs/heads/main@{#1488898}
6 files changed
tree: 1f779e0c38571b4b219927d76f7f00c0e62144c5
  1. .github/
  2. agents/
  3. android_webview/
  4. apps/
  5. ash/
  6. base/
  7. build/
  8. build_overrides/
  9. buildtools/
  10. cc/
  11. chrome/
  12. chromecast/
  13. chromeos/
  14. codelabs/
  15. components/
  16. content/
  17. crypto/
  18. dbus/
  19. device/
  20. docs/
  21. extensions/
  22. fuchsia_web/
  23. gin/
  24. google_apis/
  25. gpu/
  26. headless/
  27. infra/
  28. ios/
  29. ipc/
  30. media/
  31. mojo/
  32. net/
  33. pdf/
  34. printing/
  35. remoting/
  36. rlz/
  37. sandbox/
  38. services/
  39. skia/
  40. sql/
  41. storage/
  42. styleguide/
  43. testing/
  44. third_party/
  45. tools/
  46. ui/
  47. url/
  48. webkit/
  49. clank
  50. internal
  51. ios_internal
  52. signing_keys
  53. v8
  54. .clang-format
  55. .clang-tidy
  56. .clangd
  57. .cursorignore
  58. .git-blame-ignore-revs
  59. .gitallowed
  60. .gitattributes
  61. .gitignore
  62. .gitmodules
  63. .gn
  64. .mailmap
  65. .rustfmt.toml
  66. .vpython3
  67. .yapfignore
  68. ATL_OWNERS
  69. AUTHORS
  70. BUILD.gn
  71. CODE_OF_CONDUCT.md
  72. codereview.settings
  73. CPPLINT.cfg
  74. CRYPTO_OWNERS
  75. DEPS
  76. DIR_METADATA
  77. LICENSE
  78. LICENSE.chromium_os
  79. OWNERS
  80. PRESUBMIT.py
  81. PRESUBMIT_test.py
  82. PRESUBMIT_test_mocks.py
  83. README.md
  84. SECURITY_OWNERS
  85. WATCHLISTS
README.md

Logo Chromium

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 ishttps://www.chromium.org.

To check out the source code locally, don't usegit clone! Instead, followthe instructions on how to get the code.

Documentation in the source is rooted indocs/README.md.

Learn how toGet 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 athttps://crbug.com/new.


[8]ページ先頭

©2009-2025 Movatter.jp