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

Issue 604423002: Use an enum for ChromeVox queue mode. (Closed)

Created:
6 years, 2 months ago by dmazzoni
Modified:
6 years, 2 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, 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, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Use an enum for ChromeVox queue mode. There were lots and lots of lazy uses of this API function! BUG=none Committed: https://crrev.com/f7803cb1efe53a363854da07b058da664601eba2 Cr-Commit-Position: refs/heads/master@{#297543}

Patch Set 1 #

Total comments: 33

Patch Set 2 : Address feedback #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+244 lines, -193 lines) Patch
M chrome/browser/resources/chromeos/chromevox/chromevox/background/accessibility_api_handler.js View 1 10 chunks +12 lines, -11 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js View 1 9 chunks +19 lines, -11 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/background/braille_captions_background.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js View 1 4 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/injected/api_implementation.js View 1 4 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/injected/console_tts.js View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher.js View 1 2 7 chunks +12 lines, -9 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/injected/initial_speech.js View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions.js View 1 2 chunks +3 lines, -7 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_manager.js View 1 10 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_speaker.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/injected/pdf_processor.js View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/overlay_widget.js View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/search_widget.js View 1 3 chunks +9 lines, -5 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/widget.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_commands.js View 7 chunks +16 lines, -12 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/messages/spoken_message.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/messages/spoken_messages.js View 6 chunks +18 lines, -13 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/common/editable_text.js View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/common/nav_description.js View 1 4 chunks +12 lines, -11 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/common/time_widget.js View 6 chunks +28 lines, -13 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/chromevox/extensions/searchvox/results.js View 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/extensions/searchvox/search.js View 3 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/host/chrome/tts.js View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/host/chrome/tts_background.js View 1 8 chunks +12 lines, -15 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/host/interface/abstract_tts.js View 1 chunk +0 lines, -22 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/host/interface/tts_interface.js View 1 4 chunks +21 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/host/testing/tts.js View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd View 1 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/testing/spoken_list_builder.js View 1 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/testing/tester.js View 1 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/walkers/table_walker.js View 1 3 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
dmazzoni
Again, whoever wants to look at this first. This one probably needs more scrutiny to ...
6 years, 2 months ago (2014-09-26 20:54:10 UTC) #2
David Tseng
lgtm https://codereview.chromium.org/604423002/diff/1/chrome/browser/resources/chromeos/chromevox/host/interface/tts_interface.js File chrome/browser/resources/chromeos/chromevox/host/interface/tts_interface.js (right): https://codereview.chromium.org/604423002/diff/1/chrome/browser/resources/chromeos/chromevox/host/interface/tts_interface.js#newcode57 chrome/browser/resources/chromeos/chromevox/host/interface/tts_interface.js:57: * @param {cvox.QueueMode} queueMode The queue mode to ...
6 years, 2 months ago (2014-09-26 22:29:23 UTC) #3
Peter Lundblad
lgtm lgtm with comments. Nice cleanup! https://codereview.chromium.org/604423002/diff/1/chrome/browser/resources/chromeos/chromevox/chromevox/background/accessibility_api_handler.js File chrome/browser/resources/chromeos/chromevox/chromevox/background/accessibility_api_handler.js (right): https://codereview.chromium.org/604423002/diff/1/chrome/browser/resources/chromeos/chromevox/chromevox/background/accessibility_api_handler.js#newcode109 chrome/browser/resources/chromeos/chromevox/chromevox/background/accessibility_api_handler.js:109: * @type {cvox.QueueMode} ...
6 years, 2 months ago (2014-09-29 13:51:04 UTC) #4
dmazzoni
https://codereview.chromium.org/604423002/diff/1/chrome/browser/resources/chromeos/chromevox/chromevox/background/accessibility_api_handler.js File chrome/browser/resources/chromeos/chromevox/chromevox/background/accessibility_api_handler.js (right): https://codereview.chromium.org/604423002/diff/1/chrome/browser/resources/chromeos/chromevox/chromevox/background/accessibility_api_handler.js#newcode109 chrome/browser/resources/chromeos/chromevox/chromevox/background/accessibility_api_handler.js:109: * @type {cvox.QueueMode} On 2014/09/29 13:51:03, Peter Lundblad wrote: ...
6 years, 2 months ago (2014-09-30 22:01:20 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/604423002/20001
6 years, 2 months ago (2014-09-30 22:01:52 UTC) #7
commit-bot: I haz the power
Failed to apply patch for chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions_deprecated.js: While running git apply --index -3 -p1; error: chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions_deprecated.js: ...
6 years, 2 months ago (2014-09-30 22:40:17 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/604423002/40001
6 years, 2 months ago (2014-09-30 22:55:41 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001) as 77843d97b1dc0973224850a452a502ec577da8d6
6 years, 2 months ago (2014-09-30 23:35:36 UTC) #12
commit-bot: I haz the power
6 years, 2 months ago (2014-09-30 23:36:16 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/f7803cb1efe53a363854da07b058da664601eba2
Cr-Commit-Position: refs/heads/master@{#297543}

Powered by Google App Engine
This is Rietveld 408576698