Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(491)

Issue 2463983002: Implement support for chorded braille commands (Closed)

Created:
4 years, 1 month ago by David Tseng
Modified:
4 years, 1 month ago
CC:
chromium-reviews, extensions-reviews_chromium.org, alemate+watch_chromium.org, oshima+watch_chromium.org, aboxhall+watch_chromium.org, nektar+watch_chromium.org, yuzo+watch_chromium.org, je_julie, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, chromium-apps-reviews_chromium.org, arv+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement support for chorded braille commands This cl adds a new type of braille command which is a subtype of BRLAPI_PASSDOTS. Once received, map the raw dot pattern to a command using standard conventions as set implicitly by various generations of braille notetakers, mobile screen readers, and other braille related applications. Note1: this approach improves on that taken by other clients that patch specific hardware devices upstream in Brltty. We still utilize hardware mappings there in Chrome OS, but will soon pass through any keys that involve the braille space key. note2: this change depends on my patch against Brltty to extract the raw chords. It is, however, not blocked by the below patch. https://chromium-review.googlesource.com/#/c/406528/ Only after both patches land, will braille chording work. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation BUG=633671 Committed: https://crrev.com/6c0b858a61fc872a976b18e63f653d5524992ab3 Cr-Commit-Position: refs/heads/master@{#430083}

Patch Set 1 #

Patch Set 2 : Add more commands. #

Total comments: 8

Patch Set 3 : Indent. #

Total comments: 1

Messages

Total messages: 33 (18 generated)
David Tseng
4 years, 1 month ago (2016-10-31 23:34:31 UTC) #5
dmazzoni
https://codereview.chromium.org/2463983002/diff/20001/chrome/browser/extensions/api/braille_display_private/brlapi_keycode_map.cc File chrome/browser/extensions/api/braille_display_private/brlapi_keycode_map.cc (right): https://codereview.chromium.org/2463983002/diff/20001/chrome/browser/extensions/api/braille_display_private/brlapi_keycode_map.cc#newcode147 chrome/browser/extensions/api/braille_display_private/brlapi_keycode_map.cc:147: if (dots && argument & BRLAPI_DOTC) nit: I prefer ...
4 years, 1 month ago (2016-11-01 16:22:38 UTC) #11
dmazzoni
https://codereview.chromium.org/2463983002/diff/20001/chrome/browser/extensions/api/braille_display_private/brlapi_keycode_map.cc File chrome/browser/extensions/api/braille_display_private/brlapi_keycode_map.cc (right): https://codereview.chromium.org/2463983002/diff/20001/chrome/browser/extensions/api/braille_display_private/brlapi_keycode_map.cc#newcode150 chrome/browser/extensions/api/braille_display_private/brlapi_keycode_map.cc:150: event->command = KEY_COMMAND_DOTS; nit: indentation of this line and ...
4 years, 1 month ago (2016-11-01 16:23:04 UTC) #12
David Tseng
https://codereview.chromium.org/2463983002/diff/20001/chrome/browser/extensions/api/braille_display_private/brlapi_keycode_map.cc File chrome/browser/extensions/api/braille_display_private/brlapi_keycode_map.cc (right): https://codereview.chromium.org/2463983002/diff/20001/chrome/browser/extensions/api/braille_display_private/brlapi_keycode_map.cc#newcode147 chrome/browser/extensions/api/braille_display_private/brlapi_keycode_map.cc:147: if (dots && argument & BRLAPI_DOTC) On 2016/11/01 16:22:37, ...
4 years, 1 month ago (2016-11-01 20:11:59 UTC) #13
David Tseng
Friendly ping; Chrome OS patch is already ready but not blocking this cl.
4 years, 1 month ago (2016-11-02 19:39:20 UTC) #16
dmazzoni
lgtm
4 years, 1 month ago (2016-11-02 19:42:19 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2463983002/40001
4 years, 1 month ago (2016-11-02 19:47:05 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/295197)
4 years, 1 month ago (2016-11-02 19:56:29 UTC) #21
David Tseng
+ rdevlin for OWNERS.
4 years, 1 month ago (2016-11-02 21:25:00 UTC) #23
David Tseng
On 2016/11/02 21:25:00, David Tseng wrote: > + rdevlin for OWNERS. Adding: @rdevlin, just for ...
4 years, 1 month ago (2016-11-03 22:19:07 UTC) #24
David Tseng
Trying different owner + asargentfor braille display private.idl
4 years, 1 month ago (2016-11-04 18:19:24 UTC) #26
asargent_no_longer_on_chrome
extensions parts lgtm https://codereview.chromium.org/2463983002/diff/40001/chrome/browser/extensions/api/braille_display_private/brlapi_keycode_map.cc File chrome/browser/extensions/api/braille_display_private/brlapi_keycode_map.cc (right): https://codereview.chromium.org/2463983002/diff/40001/chrome/browser/extensions/api/braille_display_private/brlapi_keycode_map.cc#newcode146 chrome/browser/extensions/api/braille_display_private/brlapi_keycode_map.cc:146: event->braille_dots.reset(new int(dots)); nit: consider using base::MakeUnique, ...
4 years, 1 month ago (2016-11-04 19:52:35 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2463983002/40001
4 years, 1 month ago (2016-11-04 22:37:00 UTC) #29
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 1 month ago (2016-11-05 00:26:03 UTC) #31
commit-bot: I haz the power
4 years, 1 month ago (2016-11-05 00:28:00 UTC) #33
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/6c0b858a61fc872a976b18e63f653d5524992ab3
Cr-Commit-Position: refs/heads/master@{#430083}

Powered by Google App Engine
This is Rietveld 408576698