0
Files
src/chrome
Katie Dektar e724e5bacf Dictation JS can toggle Dictation and listen for toggles.
Adds AccessibilityCommon API listener onToggleDictation
which is called when Dictation is toggled.

Dictation C++ is no longer activated on toggle, instead
Dictation JS listens for onToggleDictation and, as a
placeholder, turns Dictation off again once it is turned on.
This behavior only occurs when Chrome is run with the flag
--enable-experimental-accessibility-dictation-extension.

Bug: 1216111
Change-Id: I0ba8b295de0d209c19d84a177057cfe98fc3ad03
AX-Relnotes: N/A
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2936124
Commit-Queue: Katie Dektar <katie@chromium.org>
Reviewed-by: Xiyuan Xia <xiyuan@chromium.org>
Reviewed-by: Akihiro Ota <akihiroota@chromium.org>
Cr-Commit-Position: refs/heads/master@{#889521}
2021-06-05 00:14:51 +00:00
..
2021-06-04 23:54:03 +00:00
2021-06-03 00:42:24 +00:00
2021-06-02 16:41:29 +00:00

Chrome

This directory contains the open source, application layer of Google Chrome.

Unlike other parts of Chromium like //content, which provide framework intended to support multiple products, this directory contains code that is focused on building specific products with opinionated UX.

Specific products include:

  • Chrome desktop browser for Chrome OS, Windows, Mac and Linux
  • Chrome mobile browser for Android
  • Chrome OS system UI

See //ios/chrome for the Chrome mobile browser for iOS, and note that code that is shared between //chrome and //ios/chrome is typically factored out into //components.