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

Issue 665903003: Magnifier needs to follow the focus of the textfield. (Closed)

Created:
6 years, 2 months ago by jennyz
Modified:
6 years, 2 months ago
CC:
chromium-reviews, sadrul, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, penghuang+watch_chromium.org, nona+watch_chromium.org, kalyank, James Su, ben+ash_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Magnifier needs to follow the focus and caret change of the textfield. BUG=426232 Committed: https://crrev.com/91b6ed0c33013c73e91b5c8c8be57f340a76f7a6 Cr-Commit-Position: refs/heads/master@{#300955}

Patch Set 1 #

Patch Set 2 : Add test cases. #

Total comments: 5

Patch Set 3 : Rename IsInputFieldFocused to a better name. #

Total comments: 14

Patch Set 4 : Address code review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+308 lines, -59 lines) Patch
M ash/magnifier/magnification_controller.cc View 1 2 3 11 chunks +135 lines, -51 lines 0 comments Download
M ash/magnifier/magnification_controller_unittest.cc View 1 2 3 4 chunks +145 lines, -1 line 0 comments Download
M ui/base/ime/input_method_base.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M ui/base/ime/input_method_base.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M ui/base/ime/input_method_chromeos.h View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M ui/base/ime/input_method_chromeos.cc View 1 2 6 chunks +14 lines, -5 lines 0 comments Download

Messages

Total messages: 20 (6 generated)
dmazzoni
Great! Here's a quick outline of how I think you could also track when other ...
6 years, 2 months ago (2014-10-21 05:44:19 UTC) #2
jennyz
Hi Dominic, Thanks so much for your suggestion, it looks like a promising path to ...
6 years, 2 months ago (2014-10-21 17:18:40 UTC) #3
jennyz
I will add a browser test for testing the text input on web content later, ...
6 years, 2 months ago (2014-10-22 22:13:44 UTC) #7
Jun Mukai
+shuchen https://codereview.chromium.org/665903003/diff/40001/ui/base/ime/input_method_chromeos.h File ui/base/ime/input_method_chromeos.h (right): https://codereview.chromium.org/665903003/diff/40001/ui/base/ime/input_method_chromeos.h#newcode117 ui/base/ime/input_method_chromeos.h:117: bool IsInputFieldFocused(); It is really weird to have ...
6 years, 2 months ago (2014-10-22 22:22:54 UTC) #9
jennyz
https://codereview.chromium.org/665903003/diff/40001/ui/base/ime/input_method_chromeos.h File ui/base/ime/input_method_chromeos.h (right): https://codereview.chromium.org/665903003/diff/40001/ui/base/ime/input_method_chromeos.h#newcode117 ui/base/ime/input_method_chromeos.h:117: bool IsInputFieldFocused(); On 2014/10/22 22:22:54, Jun Mukai wrote: > ...
6 years, 2 months ago (2014-10-22 22:29:00 UTC) #10
Shu Chen
https://codereview.chromium.org/665903003/diff/40001/ui/base/ime/input_method_chromeos.h File ui/base/ime/input_method_chromeos.h (right): https://codereview.chromium.org/665903003/diff/40001/ui/base/ime/input_method_chromeos.h#newcode117 ui/base/ime/input_method_chromeos.h:117: bool IsInputFieldFocused(); On 2014/10/22 22:29:00, jennyz wrote: > On ...
6 years, 2 months ago (2014-10-23 08:03:57 UTC) #11
jennyz
https://codereview.chromium.org/665903003/diff/40001/ui/base/ime/input_method_chromeos.h File ui/base/ime/input_method_chromeos.h (right): https://codereview.chromium.org/665903003/diff/40001/ui/base/ime/input_method_chromeos.h#newcode117 ui/base/ime/input_method_chromeos.h:117: bool IsInputFieldFocused(); On 2014/10/23 08:03:57, Shu Chen wrote: > ...
6 years, 2 months ago (2014-10-23 18:10:11 UTC) #12
Jun Mukai
lgtm for ui/base/ime
6 years, 2 months ago (2014-10-23 18:22:42 UTC) #13
oshima
https://codereview.chromium.org/665903003/diff/60001/ash/magnifier/magnification_controller.cc File ash/magnifier/magnification_controller.cc (right): https://codereview.chromium.org/665903003/diff/60001/ash/magnifier/magnification_controller.cc#newcode169 ash/magnifier/magnification_controller.cc:169: // ui::InputMethodObserver overrides: // ui::InputMethodObserver: https://codereview.chromium.org/665903003/diff/60001/ash/magnifier/magnification_controller.cc#newcode206 ash/magnifier/magnification_controller.cc:206: ui::InputMethod* input_method_; ...
6 years, 2 months ago (2014-10-23 18:36:48 UTC) #14
jennyz
https://codereview.chromium.org/665903003/diff/60001/ash/magnifier/magnification_controller.cc File ash/magnifier/magnification_controller.cc (right): https://codereview.chromium.org/665903003/diff/60001/ash/magnifier/magnification_controller.cc#newcode169 ash/magnifier/magnification_controller.cc:169: // ui::InputMethodObserver overrides: On 2014/10/23 18:36:49, oshima wrote: > ...
6 years, 2 months ago (2014-10-23 19:34:56 UTC) #15
oshima
lgtm
6 years, 2 months ago (2014-10-23 20:22:36 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/665903003/80001
6 years, 2 months ago (2014-10-23 20:32:27 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:80001)
6 years, 2 months ago (2014-10-23 21:52:51 UTC) #19
commit-bot: I haz the power
6 years, 2 months ago (2014-10-23 21:53:32 UTC) #20
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/91b6ed0c33013c73e91b5c8c8be57f340a76f7a6
Cr-Commit-Position: refs/heads/master@{#300955}

Powered by Google App Engine
This is Rietveld 408576698