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

Issue 261863002: Implementation of the Touch Exploration Mode - Part II (ash) (Closed)

Created:
6 years, 7 months ago by mfomitchev
Modified:
6 years, 7 months ago
CC:
chromium-reviews, dtseng+watch_chromium.org, sadrul, nkostylev+watch_chromium.org, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, yuzo+watch_chromium.org, ben+ash_chromium.org, oshima+watch_chromium.org, kalyank, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, dmazzoni+watch_chromium.org, Rick Byers
Base URL:
https://chromium.googlesource.com/chromium/src.git@touch_exploration_new_UI
Visibility:
Public.

Description

Implementation of the Touch Exploration Mode - Part II (ash) The ash/ part of the implementation of the Touch Exploration Mode. This is dependent on Part I: https://codereview.chromium.org/262483003/ BUG=368828 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268291

Patch Set 1 #

Patch Set 2 : Fixing a comment. #

Patch Set 3 : Fixing order in EXPECT_EQ #

Total comments: 14

Patch Set 4 : Implementing review feedback #

Total comments: 4

Patch Set 5 : Fixing indent. #

Total comments: 9

Patch Set 6 : Addressing oshima@'s feedback #

Patch Set 7 : Moving CrosAccessibilityObserver to anonymous namespace. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -2 lines) Patch
M ash/ash_switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/ash_switches.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M ash/root_window_controller.h View 1 2 3 4 5 6 2 chunks +5 lines, -0 lines 0 comments Download
M ash/root_window_controller.cc View 1 2 3 4 5 6 6 chunks +67 lines, -2 lines 0 comments Download
A chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc View 1 2 3 4 5 1 chunk +85 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
mfomitchev
Sadrul, can you please review? Thanks!
6 years, 7 months ago (2014-05-01 20:48:02 UTC) #1
mfomitchev
+@oshima
6 years, 7 months ago (2014-05-02 15:19:32 UTC) #2
mfomitchev
6 years, 7 months ago (2014-05-02 15:20:00 UTC) #3
sadrul
https://codereview.chromium.org/261863002/diff/30001/ash/root_window_controller.cc File ash/root_window_controller.cc (right): https://codereview.chromium.org/261863002/diff/30001/ash/root_window_controller.cc#newcode349 ash/root_window_controller.cc:349: switches::kAshEnableTouchExplorationMode)) { You can probably just check if touch_exploration_controller_ ...
6 years, 7 months ago (2014-05-02 15:47:23 UTC) #4
mfomitchev
https://codereview.chromium.org/261863002/diff/30001/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc File chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc (right): https://codereview.chromium.org/261863002/diff/30001/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc#newcode57 chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc:57: GURL("chrome://version"), Navigating to a URL is just a hack ...
6 years, 7 months ago (2014-05-02 17:33:57 UTC) #5
dmazzoni
lgtm https://codereview.chromium.org/261863002/diff/30001/ash/root_window_controller.h File ash/root_window_controller.h (right): https://codereview.chromium.org/261863002/diff/30001/ash/root_window_controller.h#newcode91 ash/root_window_controller.h:91: public AccessibilityObserver, On 2014/05/02 15:47:24, sadrul wrote: > ...
6 years, 7 months ago (2014-05-02 18:28:29 UTC) #6
mfomitchev
https://codereview.chromium.org/261863002/diff/30001/ash/root_window_controller.cc File ash/root_window_controller.cc (right): https://codereview.chromium.org/261863002/diff/30001/ash/root_window_controller.cc#newcode349 ash/root_window_controller.cc:349: switches::kAshEnableTouchExplorationMode)) { On 2014/05/02 15:47:24, sadrul wrote: > You ...
6 years, 7 months ago (2014-05-02 19:22:52 UTC) #7
dmazzoni
still lgtm https://codereview.chromium.org/261863002/diff/40001/ash/root_window_controller.cc File ash/root_window_controller.cc (right): https://codereview.chromium.org/261863002/diff/40001/ash/root_window_controller.cc#newcode267 ash/root_window_controller.cc:267: // feedback is on. nit: no indent ...
6 years, 7 months ago (2014-05-02 19:29:22 UTC) #8
mfomitchev
https://codereview.chromium.org/261863002/diff/40001/ash/root_window_controller.cc File ash/root_window_controller.cc (right): https://codereview.chromium.org/261863002/diff/40001/ash/root_window_controller.cc#newcode267 ash/root_window_controller.cc:267: // feedback is on. On 2014/05/02 19:29:23, dmazzoni wrote: ...
6 years, 7 months ago (2014-05-02 19:40:58 UTC) #9
oshima
https://codereview.chromium.org/261863002/diff/60001/ash/root_window_controller.cc File ash/root_window_controller.cc (right): https://codereview.chromium.org/261863002/diff/60001/ash/root_window_controller.cc#newcode268 ash/root_window_controller.cc:268: class CrosAccessibilityObserver : public AccessibilityObserver { please move this ...
6 years, 7 months ago (2014-05-02 20:04:23 UTC) #10
mfomitchev
Q on one comment. I will address the rest of the feedback. https://codereview.chromium.org/261863002/diff/60001/ash/root_window_controller.cc File ash/root_window_controller.cc ...
6 years, 7 months ago (2014-05-02 20:46:32 UTC) #11
mfomitchev
https://codereview.chromium.org/261863002/diff/60001/ash/root_window_controller.cc File ash/root_window_controller.cc (right): https://codereview.chromium.org/261863002/diff/60001/ash/root_window_controller.cc#newcode283 ash/root_window_controller.cc:283: touch_exploration_controller_.reset(); On 2014/05/02 20:04:24, oshima wrote: > you don't ...
6 years, 7 months ago (2014-05-02 21:00:59 UTC) #12
oshima
https://codereview.chromium.org/261863002/diff/60001/ash/root_window_controller.cc File ash/root_window_controller.cc (right): https://codereview.chromium.org/261863002/diff/60001/ash/root_window_controller.cc#newcode268 ash/root_window_controller.cc:268: class CrosAccessibilityObserver : public AccessibilityObserver { On 2014/05/02 20:46:33, ...
6 years, 7 months ago (2014-05-02 21:25:45 UTC) #13
mfomitchev
On 2014/05/02 21:25:45, oshima wrote: > https://codereview.chromium.org/261863002/diff/60001/ash/root_window_controller.cc > File ash/root_window_controller.cc (right): > > https://codereview.chromium.org/261863002/diff/60001/ash/root_window_controller.cc#newcode268 > ...
6 years, 7 months ago (2014-05-02 21:34:49 UTC) #14
mfomitchev
6 years, 7 months ago (2014-05-02 21:35:03 UTC) #15
oshima
lgtm
6 years, 7 months ago (2014-05-02 22:16:36 UTC) #16
Rick Byers
The CQ bit was checked by rbyers@chromium.org
6 years, 7 months ago (2014-05-05 18:38:46 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mfomitchev@chromium.org/261863002/100001
6 years, 7 months ago (2014-05-05 18:40:26 UTC) #18
commit-bot: I haz the power
6 years, 7 months ago (2014-05-05 22:05:05 UTC) #19
Message was sent while issue was closed.
Change committed as 268291

Powered by Google App Engine
This is Rietveld 408576698