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

Issue 2596553003: Implements Touch calibrator controller and a skeleton for touch calibrator view. (Closed)

Created:
4 years ago by malaykeshav
Modified:
3 years, 12 months ago
Reviewers:
xiyuan, stevenjb, sadrul
CC:
chromium-reviews, davemoore+watch_chromium.org, oshima+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implements Touch calibrator controller and a skeleton for touch calibrator view. Implements TouchCalibratorController class that is responsible for collecting the touch calibration associated data from the user. It uses TouchCalibratorView class to present an interface the user can interact with. Also includes unittests for TouhcCalibratorController. Design Doc=go/cros-touch-calibration BUG=667921, 634166 COMPONENT=Touch Calibration, ChromeOS, Unittests Committed: https://crrev.com/9fe4c53f0a4a1d6a983e34ce0d971740b989d8d1 Cr-Commit-Position: refs/heads/master@{#440502}

Patch Set 1 : Implements Touch calibrator controller and a skeleton for touch calibrator view. #

Total comments: 44

Patch Set 2 : Resolved Comments #

Total comments: 10

Patch Set 3 : Resolved comments #

Messages

Total messages: 46 (28 generated)
malaykeshav
PTAL
4 years ago (2016-12-21 13:30:18 UTC) #9
stevenjb
Shouldn't this code be in src/ui/ ? We are actively trying to reduce the chromeos ...
4 years ago (2016-12-21 18:04:49 UTC) #10
malaykeshav
On 2016/12/21 at 18:04:49, stevenjb wrote: > Shouldn't this code be in src/ui/ ? We ...
4 years ago (2016-12-22 00:38:38 UTC) #11
stevenjb
On 2016/12/22 00:38:38, malaykeshav wrote: > On 2016/12/21 at 18:04:49, stevenjb wrote: > > Shouldn't ...
4 years ago (2016-12-22 00:47:50 UTC) #12
stevenjb
https://codereview.chromium.org/2596553003/diff/20001/chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.cc File chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.cc (right): https://codereview.chromium.org/2596553003/diff/20001/chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.cc#newcode21 chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.cc:21: const auto kTouchIntervalThreshold = base::TimeDelta::FromMilliseconds(200); If this is used ...
4 years ago (2016-12-22 01:14:21 UTC) #13
malaykeshav
Resolved comments. PTAL https://codereview.chromium.org/2596553003/diff/20001/chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.cc File chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.cc (right): https://codereview.chromium.org/2596553003/diff/20001/chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.cc#newcode21 chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.cc:21: const auto kTouchIntervalThreshold = base::TimeDelta::FromMilliseconds(200); On ...
4 years ago (2016-12-22 11:50:08 UTC) #18
xiyuan
High level comment: Directly access to Shell instance and using pre target handler is discouraged ...
4 years ago (2016-12-22 18:10:12 UTC) #24
sadrul
On 2016/12/22 18:10:12, xiyuan wrote: > High level comment: > > Directly access to Shell ...
4 years ago (2016-12-22 18:23:00 UTC) #25
stevenjb
On 2016/12/22 18:23:00, sadrul wrote: > On 2016/12/22 18:10:12, xiyuan wrote: > > High level ...
4 years ago (2016-12-22 18:28:33 UTC) #26
stevenjb
lgtm https://codereview.chromium.org/2596553003/diff/80001/chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.cc File chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.cc (right): https://codereview.chromium.org/2596553003/diff/80001/chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.cc#newcode53 chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.cc:53: bool is_target_display = display.id() == target_display_.id(); nit: In ...
4 years ago (2016-12-22 18:28:41 UTC) #27
sadrul
On 2016/12/22 18:28:33, stevenjb wrote: > On 2016/12/22 18:23:00, sadrul wrote: > > On 2016/12/22 ...
4 years ago (2016-12-22 18:32:13 UTC) #28
stevenjb
Apparently there is some time pressure on this feature. In principal I agree that the ...
4 years ago (2016-12-22 18:41:16 UTC) #29
xiyuan
lgtm Okay. I am fine to get the feature moving if there is a time ...
4 years ago (2016-12-22 19:23:31 UTC) #30
malaykeshav
https://codereview.chromium.org/2596553003/diff/80001/chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.cc File chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.cc (right): https://codereview.chromium.org/2596553003/diff/80001/chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.cc#newcode53 chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.cc:53: bool is_target_display = display.id() == target_display_.id(); On 2016/12/22 at ...
4 years ago (2016-12-22 20:17:01 UTC) #34
malaykeshav
https://codereview.chromium.org/2596553003/diff/80001/chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.cc File chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.cc (right): https://codereview.chromium.org/2596553003/diff/80001/chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.cc#newcode53 chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.cc:53: bool is_target_display = display.id() == target_display_.id(); On 2016/12/22 at ...
4 years ago (2016-12-22 20:17:01 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2596553003/120001
3 years, 12 months ago (2016-12-22 21:12:14 UTC) #40
commit-bot: I haz the power
Committed patchset #3 (id:120001)
3 years, 12 months ago (2016-12-22 21:17:41 UTC) #43
commit-bot: I haz the power
3 years, 12 months ago (2016-12-22 21:19:19 UTC) #45
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/9fe4c53f0a4a1d6a983e34ce0d971740b989d8d1
Cr-Commit-Position: refs/heads/master@{#440502}

Powered by Google App Engine
This is Rietveld 408576698