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

Issue 578303002: Add new braille tables supported by liblouis 2.6.0. (Closed)

Created:
6 years, 3 months ago by Peter Lundblad
Modified:
6 years, 3 months ago
Reviewers:
David Tseng
CC:
chromium-reviews, oshima+watch_chromium.org, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, nkostylev+watch_chromium.org, yuzo+watch_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, stevenjb+watch_chromium.org, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@libloiusupgrade
Project:
chromium
Visibility:
Public.

Description

Add new braille tables supported by liblouis 2.6.0. This adds 9 new braille tables, including the highly requested Unified English Braille (grade 1 and 2). Support or two new languages: Hebrew and Korean is also added. While touching this code, also added locale-aware sorting of the tables in the list on the options page to make it easier to browse through it. BUG=341953 R=dtseng@chromium.org Committed: https://crrev.com/f29da0d1fd996ab76a674d9abe8c43a2285898e4 Cr-Commit-Position: refs/heads/master@{#296404}

Patch Set 1 #

Patch Set 2 : Add braille table variant, sort tables and add more tests. #

Total comments: 1

Patch Set 3 : Rebase on 593133002. #

Total comments: 4

Patch Set 4 : Sort tables.json #

Patch Set 5 : Machines are good at sorting, not me... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+341 lines, -167 lines) Patch
M chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js View 1 2 1 chunk +13 lines, -19 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/messages/msgs.js View 1 2 2 chunks +25 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/host/chrome/braille_table.js View 1 2 chunks +23 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/host/chrome/braille_table_test.extjs View 1 2 chunks +30 lines, -11 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd View 1 2 chunks +50 lines, -3 lines 0 comments Download
M third_party/liblouis/liblouis_list_tables.py View 1 chunk +5 lines, -1 line 0 comments Download
M third_party/liblouis/tables.json View 1 2 3 4 1 chunk +195 lines, -133 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
Peter Lundblad
Alright, time for UEB and some more...
6 years, 3 months ago (2014-09-19 13:39:54 UTC) #1
David Tseng
https://codereview.chromium.org/578303002/diff/20001/chrome/browser/resources/chromeos/chromevox/host/interface/abstract_msgs.js File chrome/browser/resources/chromeos/chromevox/host/interface/abstract_msgs.js (right): https://codereview.chromium.org/578303002/diff/20001/chrome/browser/resources/chromeos/chromevox/host/interface/abstract_msgs.js#newcode57 chrome/browser/resources/chromeos/chromevox/host/interface/abstract_msgs.js:57: /** Kind of odd to put this here. Why ...
6 years, 3 months ago (2014-09-19 23:13:39 UTC) #2
Peter Lundblad
dtseng@chromium.org writes: > > https://codereview.chromium.org/578303002/diff/20001/chrome/browser/resources/chromeos/chromevox/host/interface/abstract_msgs.js > File > chrome/browser/resources/chromeos/chromevox/host/interface/abstract_msgs.js > (right): > > https://codereview.chromium.org/578303002/diff/20001/chrome/browser/resources/chromeos/chromevox/host/interface/abstract_msgs.js#newcode57 > ...
6 years, 3 months ago (2014-09-22 09:18:54 UTC) #3
David Tseng
On 2014/09/22 09:18:54, Peter Lundblad wrote: > mailto:dtseng@chromium.org writes: > > > > > https://codereview.chromium.org/578303002/diff/20001/chrome/browser/resources/chromeos/chromevox/host/interface/abstract_msgs.js ...
6 years, 3 months ago (2014-09-22 17:54:36 UTC) #4
Peter Lundblad
dtseng@chromium.org writes: > On 2014/09/22 09:18:54, Peter Lundblad wrote: > > mailto:dtseng@chromium.org writes: > > ...
6 years, 3 months ago (2014-09-23 14:42:29 UTC) #5
David Tseng
lgtm https://codereview.chromium.org/578303002/diff/40001/chrome/browser/resources/chromeos/chromevox/chromevox/messages/msgs.js File chrome/browser/resources/chromeos/chromevox/chromevox/messages/msgs.js (right): https://codereview.chromium.org/578303002/diff/40001/chrome/browser/resources/chromeos/chromevox/chromevox/messages/msgs.js#newcode93 chrome/browser/resources/chromeos/chromevox/chromevox/messages/msgs.js:93: * NOTE: Only a subset of locale identifiers ...
6 years, 3 months ago (2014-09-23 17:41:50 UTC) #6
chromium-reviews
dtseng@chromium.org writes: > lgtm > > > > > https://codereview.chromium.org/578303002/diff/40001/chrome/browser/resources/chromeos/chromevox/chromevox/messages/msgs.js > File > chrome/browser/resources/chromeos/chromevox/chromevox/messages/msgs.js > ...
6 years, 3 months ago (2014-09-24 12:31:22 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/578303002/60001
6 years, 3 months ago (2014-09-24 12:34:03 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/578303002/80001
6 years, 3 months ago (2014-09-24 13:01:51 UTC) #12
commit-bot: I haz the power
Committed patchset #5 (id:80001) as 198d33aac8b58651c1505d57a72f494624ddd971
6 years, 3 months ago (2014-09-24 13:40:39 UTC) #13
commit-bot: I haz the power
6 years, 3 months ago (2014-09-24 13:41:11 UTC) #14
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/f29da0d1fd996ab76a674d9abe8c43a2285898e4
Cr-Commit-Position: refs/heads/master@{#296404}

Powered by Google App Engine
This is Rietveld 408576698