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

Issue 2462483002: Support multi-line braille in the virtual braille display. (Closed)

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

Description

Support multi-line braille in the virtual braille display. The virtual braille display now can display multiple lines of braille and text. One can now change the number of rows and columns of the display in the options page. They can also change the display style, whether it is interleaved or side by side. Interleaved is when there are alternating lines of braille cells and regular text characters. Side by side is when all lines of text are on the left and all lines of braille are on the right. When one hovers their mouse over a [braille/text] cell, the corresponding [text/braille] cell would highlight. BUG=660214 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/b88383e838aa4ca1435b5b96d164642b2db53746 Cr-Commit-Position: refs/heads/master@{#428905}

Patch Set 1 #

Total comments: 36

Patch Set 2 : Addressed Review comments. #

Total comments: 14

Patch Set 3 : Addressed more Review comments. #

Total comments: 4

Patch Set 4 : Addressed small nit #

Messages

Total messages: 27 (9 generated)
dmazzoni
Please update the change description. Remember that the first line of the change description should ...
4 years, 1 month ago (2016-10-28 06:19:30 UTC) #4
ultimatedbz
https://codereview.chromium.org/2462483002/diff/1/chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager.js File chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager.js (right): https://codereview.chromium.org/2462483002/diff/1/chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager.js#newcode248 chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager.js:248: // Copy the translated content to a separate buffer ...
4 years, 1 month ago (2016-10-28 18:45:36 UTC) #6
dmazzoni
Please update the change description too and let me know when it's ready You can ...
4 years, 1 month ago (2016-10-28 18:50:47 UTC) #7
ultimatedbz
On 2016/10/28 18:50:47, dmazzoni wrote: > Please update the change description too and let > ...
4 years, 1 month ago (2016-10-28 19:05:35 UTC) #8
dmazzoni
On 2016/10/28 19:05:35, ultimatedbz wrote: > On 2016/10/28 18:50:47, dmazzoni wrote: > > Please update ...
4 years, 1 month ago (2016-10-28 19:08:23 UTC) #9
dmazzoni
On 2016/10/28 19:08:23, dmazzoni wrote: > On 2016/10/28 19:05:35, ultimatedbz wrote: > > On 2016/10/28 ...
4 years, 1 month ago (2016-10-28 19:09:55 UTC) #10
ultimatedbz
On 2016/10/28 19:09:55, dmazzoni wrote: > On 2016/10/28 19:08:23, dmazzoni wrote: > > On 2016/10/28 ...
4 years, 1 month ago (2016-10-28 19:15:32 UTC) #12
ultimatedbz
On 2016/10/28 19:09:55, dmazzoni wrote: > On 2016/10/28 19:08:23, dmazzoni wrote: > > On 2016/10/28 ...
4 years, 1 month ago (2016-10-28 19:15:34 UTC) #13
dmazzoni
On 2016/10/28 19:15:34, ultimatedbz wrote: > On 2016/10/28 19:09:55, dmazzoni wrote: > > On 2016/10/28 ...
4 years, 1 month ago (2016-10-28 20:08:25 UTC) #14
dmazzoni
https://codereview.chromium.org/2462483002/diff/20001/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html File chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html (right): https://codereview.chromium.org/2462483002/diff/20001/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html#newcode92 chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html:92: <label > nit: no space before the closing > ...
4 years, 1 month ago (2016-10-28 20:19:19 UTC) #15
ultimatedbz
https://codereview.chromium.org/2462483002/diff/20001/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html File chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html (right): https://codereview.chromium.org/2462483002/diff/20001/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html#newcode92 chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html:92: <label > On 2016/10/28 20:19:18, dmazzoni wrote: > nit: ...
4 years, 1 month ago (2016-10-28 23:51:43 UTC) #16
dmazzoni
lgtm https://codereview.chromium.org/2462483002/diff/40001/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js File chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js (right): https://codereview.chromium.org/2462483002/diff/40001/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js#newcode171 chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js:171: return; nit: Need braces throughout this if/else
4 years, 1 month ago (2016-10-31 20:03:44 UTC) #17
ultimatedbz
https://codereview.chromium.org/2462483002/diff/40001/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js File chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js (right): https://codereview.chromium.org/2462483002/diff/40001/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js#newcode171 chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js:171: return; On 2016/10/31 20:03:44, dmazzoni wrote: > nit: Need ...
4 years, 1 month ago (2016-10-31 20:05:57 UTC) #18
dmazzoni
https://codereview.chromium.org/2462483002/diff/40001/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js File chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js (right): https://codereview.chromium.org/2462483002/diff/40001/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js#newcode171 chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js:171: return; On 2016/10/31 20:05:57, ultimatedbz wrote: > On 2016/10/31 ...
4 years, 1 month ago (2016-10-31 20:55:41 UTC) #19
ultimatedbz
https://codereview.chromium.org/2462483002/diff/40001/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js File chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js (right): https://codereview.chromium.org/2462483002/diff/40001/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js#newcode171 chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js:171: return; On 2016/10/31 20:55:41, dmazzoni wrote: > On 2016/10/31 ...
4 years, 1 month ago (2016-10-31 20:57:15 UTC) #20
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/2462483002/60001
4 years, 1 month ago (2016-11-01 00:37:54 UTC) #23
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 1 month ago (2016-11-01 01:35:54 UTC) #25
commit-bot: I haz the power
4 years, 1 month ago (2016-11-01 01:39:29 UTC) #27
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/b88383e838aa4ca1435b5b96d164642b2db53746
Cr-Commit-Position: refs/heads/master@{#428905}

Powered by Google App Engine
This is Rietveld 408576698