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

Issue 845413002: touch: Change how touch-screen capability is processed. (Closed)

Created:
5 years, 11 months ago by sadrul
Modified:
5 years, 11 months ago
Reviewers:
dnicoara, oshima, spang
CC:
chromium-reviews, kalyank, jdduke+watch_chromium.org, ozone-reviews_chromium.org, tdresser+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

touch: Change how touch-screen capability is processed. Instead of storing information in TouchFactory (which is X11 specific), store the maximum number of touch-points supported by a device in platform agnostic TouchscreenDevice. Use this TouchscreenDevice to compute the maximum number of simultaneous touch-points supported at runtime. BUG=none R=dnicoara@chromium.org, oshima@chromium.org, spang@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/cebc1aaf9a532e695f63c9380160e2c1188fd6ac

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -80 lines) Patch
M ash/test/virtual_keyboard_test_helper.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M ash/touch/touch_transformer_controller_unittest.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M ash/touch/touchscreen_util_unittest.cc View 5 chunks +26 lines, -20 lines 0 comments Download
M ash/virtual_keyboard_controller_unittest.cc View 3 chunks +6 lines, -12 lines 0 comments Download
M ui/base/touch/touch_device_aurax11.cc View 1 2 2 chunks +8 lines, -2 lines 0 comments Download
M ui/events/devices/touchscreen_device.h View 1 1 chunk +5 lines, -3 lines 0 comments Download
M ui/events/devices/touchscreen_device.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M ui/events/devices/x11/touch_factory_x11.h View 2 chunks +0 lines, -9 lines 0 comments Download
M ui/events/devices/x11/touch_factory_x11.cc View 5 chunks +0 lines, -9 lines 0 comments Download
M ui/events/ozone/evdev/event_factory_evdev.cc View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M ui/events/platform/x11/x11_hotplug_event_handler.cc View 5 chunks +17 lines, -13 lines 0 comments Download

Messages

Total messages: 10 (1 generated)
sadrul
oshima@ Please review the ash changes. dnicoara@ Please review the changes in events/devices spang@ Please ...
5 years, 11 months ago (2015-01-13 19:03:36 UTC) #2
dnicoara
lgtm The code was using -1 before if the number of points couldn't be found. ...
5 years, 11 months ago (2015-01-13 19:14:21 UTC) #3
sadrul
On 2015/01/13 19:14:21, dnicoara wrote: > lgtm > > The code was using -1 before ...
5 years, 11 months ago (2015-01-13 19:31:13 UTC) #4
oshima
ash lgtm
5 years, 11 months ago (2015-01-13 19:39:11 UTC) #5
spang
What is this used for? Are we regressing something for freon devices in M41?
5 years, 11 months ago (2015-01-13 19:53:58 UTC) #6
sadrul
On 2015/01/13 19:53:58, spang wrote: > What is this used for? This is used to ...
5 years, 11 months ago (2015-01-13 20:07:29 UTC) #7
spang
On 2015/01/13 20:07:29, sadrul (OOO) wrote: > On 2015/01/13 19:53:58, spang wrote: > > What ...
5 years, 11 months ago (2015-01-13 20:08:04 UTC) #8
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/cebc1aaf9a532e695f63c9380160e2c1188fd6ac Cr-Commit-Position: refs/heads/master@{#311336}
5 years, 11 months ago (2015-01-13 21:55:40 UTC) #9
sadrul
5 years, 11 months ago (2015-01-13 21:55:43 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
cebc1aaf9a532e695f63c9380160e2c1188fd6ac (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698