0
Files
src/chrome
Katie Dektar 9a44cc619c AccessibilityCommon extension is an IME when Dictation is activated.
Dictation adds AccessibilityCommon extension as an IME when Dictation
is activated, and removes itself when Dictation is deactivated.

Design: go/cros-dictation-extension

Test: dictation_test.js, manual testing
Bug: 1216111
Change-Id: Ic6bd9d53bda5bb3e863153cb7ec3c4c4274460e7
AX-Relnotes: N/A
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2945333
Reviewed-by: dpapad <dpapad@chromium.org>
Reviewed-by: Tetsui Ohkubo <tetsui@chromium.org>
Reviewed-by: Xiyuan Xia <xiyuan@chromium.org>
Reviewed-by: My Nguyen <myy@chromium.org>
Reviewed-by: Matthew Wolenetz <wolenetz@chromium.org>
Reviewed-by: Akihiro Ota <akihiroota@chromium.org>
Commit-Queue: Katie Dektar <katie@chromium.org>
Cr-Commit-Position: refs/heads/master@{#893100}
2021-06-16 19:20:10 +00:00
..
2021-06-16 18:56:07 +00:00
2021-06-15 05:41:20 +00:00
2021-06-14 18:00:02 +00:00
2021-06-14 16:25:11 +00:00
2021-06-15 22:55:40 +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.