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

Issue 10977032: Screen reader now reads the file manager selection. (Closed)

Created:
8 years, 2 months ago by mtomasz
Modified:
8 years, 2 months ago
CC:
chromium-reviews, rginda+watch_chromium.org, arv (Not doing code reviews), Zachary Kuznia
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Screen reader now reads the file manager selection. Screen reader (Chrome Vox) on ChromeOS does not work correctly in File Manager. This patch makes the screen reader read file selection details, when the selection is changed. BUG=151471 TEST=Enable Screen Reader, enter File Manager and click on several files to invoke Chrome Vox reading. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=159677

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebased. #

Total comments: 5

Patch Set 3 : Fixed a comment. #

Patch Set 4 : Fixer components order.' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -5 lines) Patch
M chrome/browser/resources/file_manager/main.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/shared/js/cr/ui/table.js View 1 2 3 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/browser/resources/shared/js/cr/ui/table/table_list.js View 1 2 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 23 (0 generated)
mtomasz
Screen reader now reads the file manager selection. Screen reader (Chrome Vox) on ChromeOS does ...
8 years, 2 months ago (2012-09-26 09:51:53 UTC) #1
mtomasz
PTAL
8 years, 2 months ago (2012-09-26 11:27:56 UTC) #2
Vladislav Kaznacheev
LGTM chrome/browser/resources/file_manager/main.html
8 years, 2 months ago (2012-09-26 11:45:47 UTC) #3
Dmitry Zvorygin
http://codereview.chromium.org/10977032/diff/1/chrome/browser/resources/file_manager/main.html File chrome/browser/resources/file_manager/main.html (right): http://codereview.chromium.org/10977032/diff/1/chrome/browser/resources/file_manager/main.html#newcode226 chrome/browser/resources/file_manager/main.html:226: <div class=detail-table id="detail-table" tabindex=0></div> What for do you need ...
8 years, 2 months ago (2012-09-26 11:57:31 UTC) #4
mtomasz
On 2012/09/26 11:57:31, Dmitry Zvorygin wrote: > http://codereview.chromium.org/10977032/diff/1/chrome/browser/resources/file_manager/main.html > File chrome/browser/resources/file_manager/main.html (right): > > http://codereview.chromium.org/10977032/diff/1/chrome/browser/resources/file_manager/main.html#newcode226 ...
8 years, 2 months ago (2012-09-26 12:04:40 UTC) #5
mtomasz
http://codereview.chromium.org/10977032/diff/1/chrome/browser/resources/file_manager/main.html File chrome/browser/resources/file_manager/main.html (right): http://codereview.chromium.org/10977032/diff/1/chrome/browser/resources/file_manager/main.html#newcode226 chrome/browser/resources/file_manager/main.html:226: <div class=detail-table id="detail-table" tabindex=0></div> On 2012/09/26 11:57:31, Dmitry Zvorygin ...
8 years, 2 months ago (2012-09-26 12:04:47 UTC) #6
mtomasz
On 2012/09/26 12:04:47, mtomasz wrote: > http://codereview.chromium.org/10977032/diff/1/chrome/browser/resources/file_manager/main.html > File chrome/browser/resources/file_manager/main.html (right): > > http://codereview.chromium.org/10977032/diff/1/chrome/browser/resources/file_manager/main.html#newcode226 > ...
8 years, 2 months ago (2012-09-28 02:34:51 UTC) #7
Dmitry Zvorygin
On 2012/09/28 02:34:51, mtomasz wrote: > On 2012/09/26 12:04:47, mtomasz wrote: > > > http://codereview.chromium.org/10977032/diff/1/chrome/browser/resources/file_manager/main.html ...
8 years, 2 months ago (2012-09-28 09:38:56 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mtomasz@chromium.org/10977032/5001
8 years, 2 months ago (2012-09-28 11:51:55 UTC) #9
commit-bot: I haz the power
Presubmit check for 10977032-5001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 2 months ago (2012-09-28 11:52:07 UTC) #10
mtomasz
On 2012/09/28 11:52:07, I haz the power (commit-bot) wrote: > Presubmit check for 10977032-5001 failed ...
8 years, 2 months ago (2012-09-28 11:56:10 UTC) #11
mtomasz
@arv, @jhawkins: PTAL.
8 years, 2 months ago (2012-09-28 11:56:40 UTC) #12
mtomasz
On 2012/09/28 11:56:40, mtomasz wrote: > @arv, @jhawkins: PTAL. @arv, @jhawkins: Ping, why so long? ...
8 years, 2 months ago (2012-10-01 01:44:56 UTC) #13
James Hawkins
On 2012/10/01 01:44:56, mtomasz wrote: > On 2012/09/28 11:56:40, mtomasz wrote: > > @arv, @jhawkins: ...
8 years, 2 months ago (2012-10-01 02:10:33 UTC) #14
James Hawkins
http://codereview.chromium.org/10977032/diff/5001/chrome/browser/resources/shared/js/cr/ui/table.js File chrome/browser/resources/shared/js/cr/ui/table.js (right): http://codereview.chromium.org/10977032/diff/5001/chrome/browser/resources/shared/js/cr/ui/table.js#newcode177 chrome/browser/resources/shared/js/cr/ui/table.js:177: this.appendChild(this.header_); Why did you make this change? http://codereview.chromium.org/10977032/diff/5001/chrome/browser/resources/shared/js/cr/ui/table/table_list.js File ...
8 years, 2 months ago (2012-10-01 02:12:56 UTC) #15
mtomasz
http://codereview.chromium.org/10977032/diff/5001/chrome/browser/resources/shared/js/cr/ui/table.js File chrome/browser/resources/shared/js/cr/ui/table.js (right): http://codereview.chromium.org/10977032/diff/5001/chrome/browser/resources/shared/js/cr/ui/table.js#newcode177 chrome/browser/resources/shared/js/cr/ui/table.js:177: this.appendChild(this.header_); On 2012/10/01 02:12:56, James Hawkins wrote: > Why ...
8 years, 2 months ago (2012-10-01 02:50:55 UTC) #16
James Hawkins
LGTM http://codereview.chromium.org/10977032/diff/5001/chrome/browser/resources/shared/js/cr/ui/table/table_list.js File chrome/browser/resources/shared/js/cr/ui/table/table_list.js (right): http://codereview.chromium.org/10977032/diff/5001/chrome/browser/resources/shared/js/cr/ui/table/table_list.js#newcode75 chrome/browser/resources/shared/js/cr/ui/table/table_list.js:75: // cr.ui.Table. We must not access `this` here, ...
8 years, 2 months ago (2012-10-01 13:50:20 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mtomasz@chromium.org/10977032/13002
8 years, 2 months ago (2012-10-01 16:03:14 UTC) #18
commit-bot: I haz the power
Retried try job too often for step(s) crypto_unittests, unit_tests, cacheinvalidation_unittests, remoting_unittests, jingle_unittests, nacl_integration, ipc_tests, interactive_ui_tests, ...
8 years, 2 months ago (2012-10-01 16:06:28 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mtomasz@chromium.org/10977032/13002
8 years, 2 months ago (2012-10-02 02:05:42 UTC) #20
commit-bot: I haz the power
Retried try job too often for step(s) browser_tests
8 years, 2 months ago (2012-10-02 03:51:52 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mtomasz@chromium.org/10977032/13002
8 years, 2 months ago (2012-10-02 11:16:12 UTC) #22
commit-bot: I haz the power
8 years, 2 months ago (2012-10-02 12:02:25 UTC) #23
Change committed as 159677

Powered by Google App Engine
This is Rietveld 408576698