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

Issue 2538623002: Adds touch calibration methods to system_display.idl API (Closed)

Created:
4 years ago by malaykeshav
Modified:
4 years ago
CC:
asvitkine+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, dbeam+watch-closure_chromium.org, extensions-reviews_chromium.org, jlklein+watch-closure_chromium.org, vitalyp+closure_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adds touch calibration methods to system.idl API Adds the three methods to system.idl file. - touchCalibrationStart - touchCalibrationSet - touchCalibrationReset Also adds the required object type/structs to system.idl file. - Point - TouchCalibrationPair - TouchCalibrationPairQuad Design Doc=go/cros-touch-calibration BUG=667921 COMPONENT=System_display.idl, system display interface, display info provider Committed: https://crrev.com/3495268d34006ced6ab8d55d3d55edd0f3469613 Cr-Commit-Position: refs/heads/master@{#435514}

Patch Set 1 : Adds touch calibration methods to system.idl API #

Total comments: 8

Patch Set 2 : Adds touch calibration methods to system.idl API #

Total comments: 2

Patch Set 3 : Adds touch calibration methods to system.idl API #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+259 lines, -0 lines) Patch
M extensions/browser/api/system_display/display_info_provider.h View 1 2 chunks +12 lines, -0 lines 0 comments Download
M extensions/browser/api/system_display/display_info_provider.cc View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
M extensions/browser/api/system_display/system_display_api.h View 1 chunk +33 lines, -0 lines 0 comments Download
M extensions/browser/api/system_display/system_display_api.cc View 1 1 chunk +42 lines, -0 lines 0 comments Download
M extensions/browser/extension_function_histogram_value.h View 1 chunk +3 lines, -0 lines 0 comments Download
M extensions/common/api/system_display.idl View 1 2 chunks +52 lines, -0 lines 2 comments Download
M third_party/closure_compiler/externs/system_display.js View 2 chunks +60 lines, -0 lines 0 comments Download
M third_party/closure_compiler/interfaces/system_display_interface.js View 1 chunk +31 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 43 (29 generated)
malaykeshav
Added touch calibration methods to system_display.idl
4 years ago (2016-11-29 02:31:18 UTC) #7
malaykeshav
PTAL
4 years ago (2016-11-29 18:44:45 UTC) #10
stevenjb
Please update system_display_apitest.cc also. https://codereview.chromium.org/2538623002/diff/20001/extensions/browser/api/system_display/system_display_api.cc File extensions/browser/api/system_display/system_display_api.cc (right): https://codereview.chromium.org/2538623002/diff/20001/extensions/browser/api/system_display/system_display_api.cc#newcode146 extensions/browser/api/system_display/system_display_api.cc:146: return RespondNow(Error("Invalid display ID: " ...
4 years ago (2016-11-29 18:53:29 UTC) #11
malaykeshav
PTAL. Updated code based on previous comments. No tests to update in system_display_api_unittest as of ...
4 years ago (2016-11-30 00:53:16 UTC) #22
malaykeshav
Ping
4 years ago (2016-11-30 19:18:37 UTC) #25
stevenjb
Hm, we really should have a test that verifies that passing |pairs| to touchCalibrationSet() correctly ...
4 years ago (2016-11-30 21:42:04 UTC) #26
malaykeshav
https://codereview.chromium.org/2538623002/diff/60001/extensions/browser/api/system_display/display_info_provider.cc File extensions/browser/api/system_display/display_info_provider.cc (right): https://codereview.chromium.org/2538623002/diff/60001/extensions/browser/api/system_display/display_info_provider.cc#newcode141 extensions/browser/api/system_display/display_info_provider.cc:141: return true; On 2016/11/30 at 21:42:04, stevenjb wrote: > ...
4 years ago (2016-11-30 21:53:39 UTC) #27
malaykeshav
I've touched more components: - mpearson@, could you PTAL at /extension_function_histogram_value.h ? - asargent,@ could ...
4 years ago (2016-11-30 22:06:04 UTC) #29
Mark P
histograms.xml lgtm
4 years ago (2016-11-30 23:05:39 UTC) #32
asargent_no_longer_on_chrome
lgtm https://codereview.chromium.org/2538623002/diff/80001/extensions/common/api/system_display.idl File extensions/common/api/system_display.idl (right): https://codereview.chromium.org/2538623002/diff/80001/extensions/common/api/system_display.idl#newcode278 extensions/common/api/system_display.idl:278: // for display |id| is already in progress ...
4 years ago (2016-12-01 00:38:36 UTC) #35
malaykeshav
https://codereview.chromium.org/2538623002/diff/80001/extensions/common/api/system_display.idl File extensions/common/api/system_display.idl (right): https://codereview.chromium.org/2538623002/diff/80001/extensions/common/api/system_display.idl#newcode278 extensions/common/api/system_display.idl:278: // for display |id| is already in progress this ...
4 years ago (2016-12-01 00:42:22 UTC) #36
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/2538623002/80001
4 years ago (2016-12-01 01:07:08 UTC) #39
commit-bot: I haz the power
Committed patchset #3 (id:80001)
4 years ago (2016-12-01 01:17:21 UTC) #41
commit-bot: I haz the power
4 years ago (2016-12-01 01:21:12 UTC) #43
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/3495268d34006ced6ab8d55d3d55edd0f3469613
Cr-Commit-Position: refs/heads/master@{#435514}

Powered by Google App Engine
This is Rietveld 408576698