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

Issue 1157553003: Center the focus of the text input in magnifier screen. (Closed)

Created:
5 years, 6 months ago by jennyz
Modified:
5 years, 6 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, michaelpg+watch-options_chromium.org, sadrul, dtseng+watch_chromium.org, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, nektar+watch_chromium.org, yuzo+watch_chromium.org, asvitkine+watch_chromium.org, je_julie, dmazzoni+watch_chromium.org, oshima+watch_chromium.org, kalyank, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Center the focus of the text input in magnifier screen when this feature is enabled in settings for magnifier mode. BUG=446270 Committed: https://crrev.com/b894b6df6feee2b1126a3f1fdec3d44c82a15564 Cr-Commit-Position: refs/heads/master@{#332254}

Patch Set 1 #

Total comments: 16

Patch Set 2 : Remvoe MagnifierAnimationWaiter from unittest code, etc. #

Total comments: 2

Patch Set 3 : Fix nit and disable the delay for moving magnifier window in testing mode. #

Patch Set 4 : Rebase and add description to new metrics in actions.xml. #

Total comments: 2

Patch Set 5 : Fix nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+329 lines, -42 lines) Patch
M ash/magnifier/magnification_controller.h View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M ash/magnifier/magnification_controller.cc View 1 2 19 chunks +139 lines, -29 lines 0 comments Download
M ash/magnifier/magnification_controller_unittest.cc View 1 2 4 chunks +97 lines, -10 lines 0 comments Download
M chrome/app/chromeos_strings.grdp View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/magnification_manager.cc View 1 6 chunks +23 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/preferences.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/browser_options.css View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/browser_options.html View 1 2 3 2 chunks +16 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/browser_options.js View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M tools/metrics/actions/actions.xml View 1 2 3 4 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (9 generated)
jennyz
5 years, 6 months ago (2015-05-28 21:55:57 UTC) #2
jennyz
stevenjb, please review the files under: chrome/browser/resources/options/ chrome/browser/ui/webui/options/ oshima, please review the rest of them ...
5 years, 6 months ago (2015-05-28 21:59:41 UTC) #4
stevenjb
lgtm +jlklien@ FYI
5 years, 6 months ago (2015-05-28 22:39:24 UTC) #6
oshima
https://codereview.chromium.org/1157553003/diff/1/ash/magnifier/magnification_controller.cc File ash/magnifier/magnification_controller.cc (right): https://codereview.chromium.org/1157553003/diff/1/ash/magnifier/magnification_controller.cc#newcode135 ash/magnifier/magnification_controller.cc:135: bool Redraw(const gfx::PointF& position, float scale, bool animate); nit: ...
5 years, 6 months ago (2015-05-28 22:41:35 UTC) #7
jennyz
https://codereview.chromium.org/1157553003/diff/1/ash/magnifier/magnification_controller.cc File ash/magnifier/magnification_controller.cc (right): https://codereview.chromium.org/1157553003/diff/1/ash/magnifier/magnification_controller.cc#newcode135 ash/magnifier/magnification_controller.cc:135: bool Redraw(const gfx::PointF& position, float scale, bool animate); On ...
5 years, 6 months ago (2015-05-29 21:41:24 UTC) #8
oshima
lgtm with nits. https://codereview.chromium.org/1157553003/diff/1/ash/magnifier/magnification_controller.cc File ash/magnifier/magnification_controller.cc (right): https://codereview.chromium.org/1157553003/diff/1/ash/magnifier/magnification_controller.cc#newcode836 ash/magnifier/magnification_controller.cc:836: this, &MagnificationControllerImpl::OnMoveMagnifierTimer); On 2015/05/29 21:41:23, jennyz ...
5 years, 6 months ago (2015-05-29 22:34:26 UTC) #9
jennyz
https://codereview.chromium.org/1157553003/diff/1/ash/magnifier/magnification_controller.cc File ash/magnifier/magnification_controller.cc (right): https://codereview.chromium.org/1157553003/diff/1/ash/magnifier/magnification_controller.cc#newcode836 ash/magnifier/magnification_controller.cc:836: this, &MagnificationControllerImpl::OnMoveMagnifierTimer); On 2015/05/29 22:34:25, oshima wrote: > On ...
5 years, 6 months ago (2015-05-30 00:12:58 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1157553003/40001
5 years, 6 months ago (2015-05-30 00:13:49 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/66996)
5 years, 6 months ago (2015-05-30 00:48:40 UTC) #15
jennyz
5 years, 6 months ago (2015-06-01 17:14:58 UTC) #17
Mark P
You need to write descriptions of your actions and put an owner on them. --mark
5 years, 6 months ago (2015-06-01 17:18:18 UTC) #18
jennyz
On 2015/06/01 17:18:18, Mark P (out sick) wrote: > You need to write descriptions of ...
5 years, 6 months ago (2015-06-01 17:54:13 UTC) #19
jennyz
5 years, 6 months ago (2015-06-01 17:54:19 UTC) #20
Mark P
actions.xml lgtm https://codereview.chromium.org/1157553003/diff/60001/tools/metrics/actions/actions.xml File tools/metrics/actions/actions.xml (right): https://codereview.chromium.org/1157553003/diff/60001/tools/metrics/actions/actions.xml#newcode8551 tools/metrics/actions/actions.xml:8551: Settings: Accessibility: Enable centering focus for text ...
5 years, 6 months ago (2015-06-01 18:30:00 UTC) #21
jennyz
https://codereview.chromium.org/1157553003/diff/60001/tools/metrics/actions/actions.xml File tools/metrics/actions/actions.xml (right): https://codereview.chromium.org/1157553003/diff/60001/tools/metrics/actions/actions.xml#newcode8551 tools/metrics/actions/actions.xml:8551: Settings: Accessibility: Enable centering focus for text input in ...
5 years, 6 months ago (2015-06-01 18:36:26 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1157553003/80001
5 years, 6 months ago (2015-06-01 18:41:15 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 6 months ago (2015-06-01 20:12:26 UTC) #26
commit-bot: I haz the power
5 years, 6 months ago (2015-06-01 20:13:20 UTC) #27
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/b894b6df6feee2b1126a3f1fdec3d44c82a15564
Cr-Commit-Position: refs/heads/master@{#332254}

Powered by Google App Engine
This is Rietveld 408576698