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

Issue 589133002: Make undefined Unicode characters show up in a nicer way in braille. (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@moretables
Project:
chromium
Visibility:
Public.

Description

Make undefined Unicode characters show up in a nicer way in braille. Instead of a cryptic Unicode code point, this makes characters that are not defined by the current braille table show up as dot 8, which should be a rarely used cell in most or all braille tables. While it might be nice to give users more information than a single 'unknown character' dot, this is the only feasable alternative to the hexadecimal number (\xHHHH). BUG=321715 Committed: https://crrev.com/9cebaadae0237f7fcf7285cbb74903732ab1c194 Cr-Commit-Position: refs/heads/master@{#296424}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address nits, rename a json key and related parameters/variables. #

Total comments: 2

Patch Set 3 : Fix typo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -122 lines) Patch
M chrome/browser/resources/chromeos/chromevox/host/chrome/braille_background.js View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/host/chrome/braille_table.js View 1 3 chunks +19 lines, -3 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/liblouis_nacl/liblouis.js View 1 7 chunks +14 lines, -12 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/liblouis_nacl/liblouis_test.extjs View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/chromeos/liblouis_nacl/test.js View 1 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/liblouis/README.chromium View 1 1 chunk +3 lines, -1 line 0 comments Download
A third_party/liblouis/cvox-common.cti View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
M third_party/liblouis/liblouis_list_tables.py View 1 2 chunks +7 lines, -2 lines 0 comments Download
M third_party/liblouis/liblouis_nacl.gyp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/liblouis/nacl_wrapper/liblouis_instance.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/liblouis/nacl_wrapper/liblouis_instance.cc View 1 6 chunks +17 lines, -17 lines 0 comments Download
M third_party/liblouis/nacl_wrapper/liblouis_wrapper.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/liblouis/nacl_wrapper/liblouis_wrapper.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/liblouis/nacl_wrapper/translation_params.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/liblouis/tables.json View 1 2 3 chunks +68 lines, -68 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
Peter Lundblad
6 years, 3 months ago (2014-09-22 16:33:28 UTC) #2
David Tseng
https://codereview.chromium.org/589133002/diff/1/chrome/browser/resources/chromeos/chromevox/host/chrome/braille_table.js File chrome/browser/resources/chromeos/chromevox/host/chrome/braille_table.js (right): https://codereview.chromium.org/589133002/diff/1/chrome/browser/resources/chromeos/chromevox/host/chrome/braille_table.js#newcode43 chrome/browser/resources/chromeos/chromevox/host/chrome/braille_table.js:43: function fixFilenames(tables) { Maybe appendCommonFile? (there's nothing wrong with ...
6 years, 3 months ago (2014-09-22 17:53:05 UTC) #3
Peter Lundblad
PTAL I went ahead and pluralized some identifiers: fileName -> fileNames etc to make it ...
6 years, 3 months ago (2014-09-23 12:07:21 UTC) #4
David Tseng
lgtm https://codereview.chromium.org/589133002/diff/20001/chrome/browser/resources/chromeos/chromevox/host/chrome/braille_table.js File chrome/browser/resources/chromeos/chromevox/host/chrome/braille_table.js (right): https://codereview.chromium.org/589133002/diff/20001/chrome/browser/resources/chromeos/chromevox/host/chrome/braille_table.js#newcode19 chrome/browser/resources/chromeos/chromevox/host/chrome/braille_table.js:19: * fileNames:string nit: would be clearer if this ...
6 years, 3 months ago (2014-09-23 17:48:42 UTC) #5
Peter Lundblad
dtseng@chromium.org writes: > lgtm > > > > > https://codereview.chromium.org/589133002/diff/20001/chrome/browser/resources/chromeos/chromevox/host/chrome/braille_table.js > File > chrome/browser/resources/chromeos/chromevox/host/chrome/braille_table.js > ...
6 years, 3 months ago (2014-09-24 14:45:56 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/589133002/40001
6 years, 3 months ago (2014-09-24 14:47:14 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001) as d70e4bd5cbc63c987bd5e42d5a9d01fa643cca62
6 years, 3 months ago (2014-09-24 15:47:40 UTC) #9
commit-bot: I haz the power
6 years, 3 months ago (2014-09-24 15:48:18 UTC) #10
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/9cebaadae0237f7fcf7285cbb74903732ab1c194
Cr-Commit-Position: refs/heads/master@{#296424}

Powered by Google App Engine
This is Rietveld 408576698