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

Issue 821223002: Pass gesture detector config type when enabling touch emulator. (Closed)

Created:
6 years ago by dgozman
Modified:
5 years, 11 months ago
CC:
chromium-reviews, vsevik, jam, yurys, paulirish+reviews_chromium.org, darin-cc_chromium.org, devtools-reviews_chromium.org, aandrey+blink_chromium.org, jdduke+watch_chromium.org, pfeldman, Rick Byers
Base URL:
https://chromium.googlesource.com/chromium/src.git@touch-emulator-enabled
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Pass gesture detector config type when enabling touch emulator. BUG=425586 Committed: https://crrev.com/7db626dc977e1c0171251431ab5d718048a8627e Cr-Commit-Position: refs/heads/master@{#312144}

Patch Set 1 #

Total comments: 9

Patch Set 2 : Rebased; storing config type #

Total comments: 1

Patch Set 3 : Fixed cursor reset, rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -33 lines) Patch
M content/browser/devtools/protocol/page_handler.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/devtools/protocol/page_handler.cc View 1 3 chunks +18 lines, -8 lines 0 comments Download
M content/browser/renderer_host/input/touch_emulator.h View 1 3 chunks +3 lines, -1 line 0 comments Download
M content/browser/renderer_host/input/touch_emulator.cc View 1 2 4 chunks +12 lines, -11 lines 0 comments Download
M content/browser/renderer_host/input/touch_emulator_unittest.cc View 5 chunks +37 lines, -5 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_unittest.cc View 4 chunks +8 lines, -4 lines 0 comments Download

Messages

Total messages: 21 (7 generated)
dgozman
Could you please take a look? This is a follow-up to https://codereview.chromium.org/820053002/. https://codereview.chromium.org/821223002/diff/1/content/browser/renderer_host/input/touch_emulator_unittest.cc File content/browser/renderer_host/input/touch_emulator_unittest.cc ...
6 years ago (2014-12-23 15:06:48 UTC) #2
jdduke (slow)
https://codereview.chromium.org/821223002/diff/1/content/browser/renderer_host/input/touch_emulator_unittest.cc File content/browser/renderer_host/input/touch_emulator_unittest.cc (right): https://codereview.chromium.org/821223002/diff/1/content/browser/renderer_host/input/touch_emulator_unittest.cc#newcode509 content/browser/renderer_host/input/touch_emulator_unittest.cc:509: emulator()->Enable(ui::GestureProviderConfigType::GENERIC_MOBILE); Can we try GENERIC_DESKTOP somewhere?
5 years, 11 months ago (2014-12-30 16:59:50 UTC) #3
dgozman
https://codereview.chromium.org/821223002/diff/1/content/browser/renderer_host/input/touch_emulator_unittest.cc File content/browser/renderer_host/input/touch_emulator_unittest.cc (right): https://codereview.chromium.org/821223002/diff/1/content/browser/renderer_host/input/touch_emulator_unittest.cc#newcode509 content/browser/renderer_host/input/touch_emulator_unittest.cc:509: emulator()->Enable(ui::GestureProviderConfigType::GENERIC_MOBILE); On 2014/12/30 16:59:50, jdduke wrote: > Can we ...
5 years, 11 months ago (2014-12-30 18:05:45 UTC) #4
jdduke (slow)
https://codereview.chromium.org/821223002/diff/1/content/browser/renderer_host/input/touch_emulator.cc File content/browser/renderer_host/input/touch_emulator.cc (right): https://codereview.chromium.org/821223002/diff/1/content/browser/renderer_host/input/touch_emulator.cc#newcode87 content/browser/renderer_host/input/touch_emulator.cc:87: gesture_provider_.reset(new ui::FilteredGestureProvider( I'm a little concerned about repeated enables ...
5 years, 11 months ago (2014-12-30 18:13:01 UTC) #5
Rick Byers
Moving myself to CC - Jared is really the best reviewer here.
5 years, 11 months ago (2015-01-05 18:31:58 UTC) #8
dgozman
https://codereview.chromium.org/821223002/diff/1/content/browser/renderer_host/input/touch_emulator.cc File content/browser/renderer_host/input/touch_emulator.cc (right): https://codereview.chromium.org/821223002/diff/1/content/browser/renderer_host/input/touch_emulator.cc#newcode87 content/browser/renderer_host/input/touch_emulator.cc:87: gesture_provider_.reset(new ui::FilteredGestureProvider( On 2014/12/30 18:13:00, jdduke wrote: > I'm ...
5 years, 11 months ago (2015-01-14 14:00:23 UTC) #9
jdduke (slow)
lgtm https://codereview.chromium.org/821223002/diff/1/content/browser/renderer_host/input/touch_emulator_unittest.cc File content/browser/renderer_host/input/touch_emulator_unittest.cc (right): https://codereview.chromium.org/821223002/diff/1/content/browser/renderer_host/input/touch_emulator_unittest.cc#newcode389 content/browser/renderer_host/input/touch_emulator_unittest.cc:389: TEST_F(TouchEmulatorTest, DisableAndReenableDifferentConfig) { On 2014/12/23 15:06:48, dgozman wrote: ...
5 years, 11 months ago (2015-01-14 15:54:17 UTC) #10
dgozman
https://codereview.chromium.org/821223002/diff/1/content/browser/renderer_host/render_widget_host_impl.h File content/browser/renderer_host/render_widget_host_impl.h (right): https://codereview.chromium.org/821223002/diff/1/content/browser/renderer_host/render_widget_host_impl.h#newcode275 content/browser/renderer_host/render_widget_host_impl.h:275: bool enabled, ui::GestureProviderConfigType config_type); On 2015/01/14 15:54:17, jdduke wrote: ...
5 years, 11 months ago (2015-01-15 11:07:11 UTC) #11
dgozman
Avi, Could you please look at content/browser/renderer_host/render_widget_host_* ? Thanks, Dmitry
5 years, 11 months ago (2015-01-15 11:09:18 UTC) #13
dgozman
Jochen, Could you please look at content/browser/renderer_host/render_widget_host_* ? Thanks, Dmitry
5 years, 11 months ago (2015-01-19 11:12:52 UTC) #15
Avi (use Gerrit)
LGTM
5 years, 11 months ago (2015-01-19 19:24:27 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/821223002/40001
5 years, 11 months ago (2015-01-19 20:12:40 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 11 months ago (2015-01-19 21:01:46 UTC) #20
commit-bot: I haz the power
5 years, 11 months ago (2015-01-19 21:02:39 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/7db626dc977e1c0171251431ab5d718048a8627e
Cr-Commit-Position: refs/heads/master@{#312144}

Powered by Google App Engine
This is Rietveld 408576698