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

Issue 999423003: Set the unique_event_id when converting from TouchEvent to WebTouchEvent (Closed)

Created:
5 years, 9 months ago by lanwei
Modified:
5 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Set the unique_event_id when converting from TouchEvent to WebTouchEvent In order for us to map and track between the touch events and their ACKs, we need to set unique_event_id to WebTouchEvent when converting from TouchEvent. This patch is part of a series: patch #1: https://codereview.chromium.org/1008573002/ patch #2: This CL BUG=466711 Committed: https://crrev.com/2574b1b13231fc8348389716ac5630d9f853a1a5 Cr-Commit-Position: refs/heads/master@{#327520}

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 10

Patch Set 3 : Motion events #

Total comments: 3

Patch Set 4 : #

Patch Set 5 : #

Total comments: 12

Patch Set 6 : #

Total comments: 9

Patch Set 7 : #

Total comments: 22

Patch Set 8 : #

Total comments: 4

Patch Set 9 : #

Total comments: 11

Patch Set 10 : #

Patch Set 11 : #

Total comments: 11

Patch Set 12 : #

Total comments: 7

Patch Set 13 : #

Total comments: 2

Patch Set 14 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+178 lines, -78 lines) Patch
M components/html_viewer/touch_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/input/motion_event_android.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -1 line 0 comments Download
M content/browser/renderer_host/input/motion_event_android.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +5 lines, -3 lines 0 comments Download
M content/browser/renderer_host/input/motion_event_web.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/input/motion_event_web.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +4 lines, -3 lines 0 comments Download
M content/browser/renderer_host/input/touch_emulator.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/input/web_input_event_util_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -0 lines 0 comments Download
M content/common/input/synthetic_web_input_event_builders.cc View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M content/common/input/web_input_event_traits.cc View 1 2 3 4 5 6 7 2 chunks +5 lines, -2 lines 0 comments Download
M ui/events/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
A ui/events/base_event_utils.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +19 lines, -0 lines 0 comments Download
A ui/events/base_event_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +25 lines, -0 lines 0 comments Download
M ui/events/blink/blink_event_util.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M ui/events/event.cc View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +4 lines, -8 lines 0 comments Download
M ui/events/event_utils.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M ui/events/events.gyp View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M ui/events/gesture_detection/gesture_provider.cc View 1 2 3 4 5 6 7 7 chunks +7 lines, -7 lines 0 comments Download
M ui/events/gesture_detection/gesture_provider_unittest.cc View 1 2 3 4 5 6 7 24 chunks +29 lines, -29 lines 0 comments Download
M ui/events/gesture_detection/motion_event.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -1 line 0 comments Download
M ui/events/gesture_detection/motion_event_buffer.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M ui/events/gesture_detection/motion_event_buffer_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M ui/events/gesture_detection/motion_event_generic.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +5 lines, -3 lines 0 comments Download
M ui/events/gesture_detection/motion_event_generic.cc View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +12 lines, -7 lines 0 comments Download
M ui/events/gesture_detection/motion_event_generic_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +9 lines, -4 lines 0 comments Download
M ui/events/gestures/motion_event_aura.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M ui/events/gestures/motion_event_aura.cc View 1 2 3 4 5 6 1 chunk +1 line, -4 lines 0 comments Download
M ui/events/gestures/motion_event_aura_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +21 lines, -0 lines 0 comments Download
M ui/events/test/motion_event_test_utils.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M ui/events/test/motion_event_test_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 79 (23 generated)
tdresser
It would probably make sense to set the unique_event_id in the ack params in this ...
5 years, 9 months ago (2015-03-13 13:58:09 UTC) #2
tdresser
On 2015/03/13 13:58:09, tdresser wrote: > It would probably make sense to set the unique_event_id ...
5 years, 9 months ago (2015-03-13 15:22:00 UTC) #3
jdduke (slow)
https://codereview.chromium.org/999423003/diff/1/content/common/input_messages.h File content/common/input_messages.h (right): https://codereview.chromium.org/999423003/diff/1/content/common/input_messages.h#newcode114 content/common/input_messages.h:114: // TODO(jdduke): Use Optional<T> type to avoid heap alloc, ...
5 years, 9 months ago (2015-03-13 15:32:00 UTC) #4
lanwei
5 years, 9 months ago (2015-03-13 21:44:44 UTC) #7
jdduke (slow)
https://codereview.chromium.org/999423003/diff/60001/content/common/input_messages.h File content/common/input_messages.h (right): https://codereview.chromium.org/999423003/diff/60001/content/common/input_messages.h#newcode116 content/common/input_messages.h:116: IPC_STRUCT_MEMBER(uint32, unique_touch_event_id) I wonder how silly it would be ...
5 years, 9 months ago (2015-03-13 21:48:27 UTC) #8
tdresser
https://codereview.chromium.org/999423003/diff/60001/content/browser/renderer_host/input/input_router_impl.cc File content/browser/renderer_host/input/input_router_impl.cc (right): https://codereview.chromium.org/999423003/diff/60001/content/browser/renderer_host/input/input_router_impl.cc#newcode353 content/browser/renderer_host/input/input_router_impl.cc:353: unique_touch_event_id= touch.uniqueTouchEventId; add space before = https://codereview.chromium.org/999423003/diff/60001/content/browser/renderer_host/input/input_router_impl.cc#newcode382 content/browser/renderer_host/input/input_router_impl.cc:382: unique_touch_event_id= ...
5 years, 9 months ago (2015-03-16 12:24:13 UTC) #9
lanwei
https://codereview.chromium.org/999423003/diff/60001/content/browser/renderer_host/input/input_router_impl.cc File content/browser/renderer_host/input/input_router_impl.cc (right): https://codereview.chromium.org/999423003/diff/60001/content/browser/renderer_host/input/input_router_impl.cc#newcode353 content/browser/renderer_host/input/input_router_impl.cc:353: unique_touch_event_id= touch.uniqueTouchEventId; On 2015/03/16 12:24:12, tdresser wrote: > add ...
5 years, 9 months ago (2015-03-16 19:06:07 UTC) #10
jdduke (slow)
Sorry, I'm not intentionally delaying review here. It's just that this is a good amount ...
5 years, 9 months ago (2015-03-16 21:33:45 UTC) #12
lanwei
5 years, 8 months ago (2015-04-08 02:12:26 UTC) #20
tdresser
Sorry for requesting that rename so late. It doesn't feel like this has adequate test ...
5 years, 8 months ago (2015-04-08 12:24:26 UTC) #21
lanwei
https://codereview.chromium.org/999423003/diff/280001/content/browser/renderer_host/input/input_router_impl_unittest.cc File content/browser/renderer_host/input/input_router_impl_unittest.cc (right): https://codereview.chromium.org/999423003/diff/280001/content/browser/renderer_host/input/input_router_impl_unittest.cc#newcode256 content/browser/renderer_host/input/input_router_impl_unittest.cc:256: LOG(ERROR) << " PressTouchPoint " << touch_event_.uniqueTouchEventId; On 2015/04/08 ...
5 years, 8 months ago (2015-04-09 04:14:29 UTC) #23
tdresser
https://codereview.chromium.org/999423003/diff/340001/content/browser/renderer_host/input/input_router_impl.cc File content/browser/renderer_host/input/input_router_impl.cc (right): https://codereview.chromium.org/999423003/diff/340001/content/browser/renderer_host/input/input_router_impl.cc#newcode519 content/browser/renderer_host/input/input_router_impl.cc:519: uint64 uniqueEventId, unique_touch_event_id https://codereview.chromium.org/999423003/diff/340001/content/browser/renderer_host/input/input_router_impl.h File content/browser/renderer_host/input/input_router_impl.h (right): https://codereview.chromium.org/999423003/diff/340001/content/browser/renderer_host/input/input_router_impl.h#newcode148 content/browser/renderer_host/input/input_router_impl.h:148: ...
5 years, 8 months ago (2015-04-09 12:33:06 UTC) #25
jdduke (slow)
https://codereview.chromium.org/999423003/diff/100001/content/common/input_messages.h File content/common/input_messages.h (right): https://codereview.chromium.org/999423003/diff/100001/content/common/input_messages.h#newcode121 content/common/input_messages.h:121: IPC::WebInputEventPointer /* event */, So, one thought that might ...
5 years, 8 months ago (2015-04-09 15:40:35 UTC) #26
jdduke (slow)
On 2015/04/09 15:40:35, jdduke wrote: > https://codereview.chromium.org/999423003/diff/100001/content/common/input_messages.h > File content/common/input_messages.h (right): > > https://codereview.chromium.org/999423003/diff/100001/content/common/input_messages.h#newcode121 > ...
5 years, 8 months ago (2015-04-09 15:41:46 UTC) #27
lanwei
https://codereview.chromium.org/999423003/diff/340001/content/browser/renderer_host/input/input_router_impl.h File content/browser/renderer_host/input/input_router_impl.h (right): https://codereview.chromium.org/999423003/diff/340001/content/browser/renderer_host/input/input_router_impl.h#newcode148 content/browser/renderer_host/input/input_router_impl.h:148: uint64 uniqueEventId, On 2015/04/09 12:33:06, tdresser wrote: > I'm ...
5 years, 8 months ago (2015-04-16 17:09:07 UTC) #31
tdresser
LGTM with nits (but wait for Jared's LGTM) https://codereview.chromium.org/999423003/diff/420001/ui/events/gesture_detection/gesture_provider.cc File ui/events/gesture_detection/gesture_provider.cc (right): https://codereview.chromium.org/999423003/diff/420001/ui/events/gesture_detection/gesture_provider.cc#newcode124 ui/events/gesture_detection/gesture_provider.cc:124: if ...
5 years, 8 months ago (2015-04-16 17:33:34 UTC) #32
jdduke (slow)
https://codereview.chromium.org/999423003/diff/420001/content/browser/renderer_host/input/motion_event_web.cc File content/browser/renderer_host/input/motion_event_web.cc (right): https://codereview.chromium.org/999423003/diff/420001/content/browser/renderer_host/input/motion_event_web.cc#newcode68 content/browser/renderer_host/input/motion_event_web.cc:68: unique_event_id_(ui::GetNextTouchEventId()) { Shouldn't this ID come from event.uniqueTouchEventId? https://codereview.chromium.org/999423003/diff/420001/content/common/input/web_input_event_traits.cc ...
5 years, 8 months ago (2015-04-17 20:30:01 UTC) #33
lanwei
https://codereview.chromium.org/999423003/diff/420001/content/browser/renderer_host/input/motion_event_web.cc File content/browser/renderer_host/input/motion_event_web.cc (right): https://codereview.chromium.org/999423003/diff/420001/content/browser/renderer_host/input/motion_event_web.cc#newcode68 content/browser/renderer_host/input/motion_event_web.cc:68: unique_event_id_(ui::GetNextTouchEventId()) { On 2015/04/17 20:30:01, jdduke wrote: > Shouldn't ...
5 years, 8 months ago (2015-04-20 19:58:59 UTC) #34
tdresser
https://codereview.chromium.org/999423003/diff/420001/content/browser/renderer_host/input/motion_event_web.cc File content/browser/renderer_host/input/motion_event_web.cc (right): https://codereview.chromium.org/999423003/diff/420001/content/browser/renderer_host/input/motion_event_web.cc#newcode68 content/browser/renderer_host/input/motion_event_web.cc:68: unique_event_id_(ui::GetNextTouchEventId()) { On 2015/04/20 19:58:59, lanwei wrote: > On ...
5 years, 8 months ago (2015-04-20 20:12:09 UTC) #35
tdresser
https://codereview.chromium.org/999423003/diff/420001/content/browser/renderer_host/input/motion_event_web.cc File content/browser/renderer_host/input/motion_event_web.cc (right): https://codereview.chromium.org/999423003/diff/420001/content/browser/renderer_host/input/motion_event_web.cc#newcode68 content/browser/renderer_host/input/motion_event_web.cc:68: unique_event_id_(ui::GetNextTouchEventId()) { On 2015/04/20 20:12:09, tdresser wrote: > On ...
5 years, 8 months ago (2015-04-20 20:26:20 UTC) #36
jdduke (slow)
https://codereview.chromium.org/999423003/diff/420001/ui/events/gesture_detection/motion_event_generic.cc File ui/events/gesture_detection/motion_event_generic.cc (right): https://codereview.chromium.org/999423003/diff/420001/ui/events/gesture_detection/motion_event_generic.cc#newcode49 ui/events/gesture_detection/motion_event_generic.cc:49: action_index_(0), On 2015/04/20 19:58:59, lanwei wrote: > On 2015/04/17 ...
5 years, 8 months ago (2015-04-21 14:56:51 UTC) #37
lanwei
https://codereview.chromium.org/999423003/diff/420001/ui/events/gesture_detection/motion_event_generic.cc File ui/events/gesture_detection/motion_event_generic.cc (right): https://codereview.chromium.org/999423003/diff/420001/ui/events/gesture_detection/motion_event_generic.cc#newcode49 ui/events/gesture_detection/motion_event_generic.cc:49: action_index_(0), On 2015/04/21 14:56:50, jdduke wrote: > On 2015/04/20 ...
5 years, 8 months ago (2015-04-21 21:32:45 UTC) #40
jdduke (slow)
Thanks, just a couple more nits! Should we add sadrul@ to get his thoughts? https://codereview.chromium.org/999423003/diff/500001/content/browser/renderer_host/input/touch_emulator.cc ...
5 years, 8 months ago (2015-04-21 22:40:16 UTC) #41
tdresser
https://codereview.chromium.org/999423003/diff/500001/ui/events/gesture_detection/motion_event_generic.cc File ui/events/gesture_detection/motion_event_generic.cc (right): https://codereview.chromium.org/999423003/diff/500001/ui/events/gesture_detection/motion_event_generic.cc#newcode224 ui/events/gesture_detection/motion_event_generic.cc:224: unique_event_id_(ui::GetNextTouchEventId()), On 2015/04/21 22:40:16, jdduke wrote: > I can't ...
5 years, 8 months ago (2015-04-22 12:59:00 UTC) #42
lanwei
sadrul@chromium.org: Please review changes in ui/events/ Thank you. https://codereview.chromium.org/999423003/diff/500001/content/browser/renderer_host/input/touch_emulator.cc File content/browser/renderer_host/input/touch_emulator.cc (right): https://codereview.chromium.org/999423003/diff/500001/content/browser/renderer_host/input/touch_emulator.cc#newcode349 content/browser/renderer_host/input/touch_emulator.cc:349: touch_event_.uniqueTouchEventId ...
5 years, 8 months ago (2015-04-22 20:51:31 UTC) #45
sadrul
Consider using base::AtomicSequenceNumber and base::StaticAtomicSequenceNumber instead of introducing ui::GetNextTouchEventId
5 years, 8 months ago (2015-04-22 21:00:13 UTC) #46
jdduke (slow)
On 2015/04/22 21:00:13, sadrul wrote: > Consider using base::AtomicSequenceNumber and base::StaticAtomicSequenceNumber > instead of introducing ...
5 years, 8 months ago (2015-04-22 21:06:04 UTC) #47
jdduke (slow)
On 2015/04/22 21:06:04, jdduke wrote: > On 2015/04/22 21:00:13, sadrul wrote: > > Consider using ...
5 years, 8 months ago (2015-04-22 21:07:22 UTC) #48
tdresser
On 2015/04/22 21:07:22, jdduke wrote: > On 2015/04/22 21:06:04, jdduke wrote: > > On 2015/04/22 ...
5 years, 8 months ago (2015-04-23 15:49:56 UTC) #49
jdduke (slow)
On 2015/04/23 15:49:56, tdresser wrote: > On 2015/04/22 21:07:22, jdduke wrote: > > On 2015/04/22 ...
5 years, 8 months ago (2015-04-23 15:52:20 UTC) #50
tdresser
On 2015/04/23 15:52:20, jdduke wrote: > On 2015/04/23 15:49:56, tdresser wrote: > > On 2015/04/22 ...
5 years, 8 months ago (2015-04-23 15:56:59 UTC) #51
jdduke (slow)
On 2015/04/23 15:56:59, tdresser wrote: > On 2015/04/23 15:52:20, jdduke wrote: > > On 2015/04/23 ...
5 years, 8 months ago (2015-04-23 16:09:48 UTC) #52
jdduke (slow)
On 2015/04/23 16:09:48, jdduke wrote: > Depends how they're used. I think if we just ...
5 years, 8 months ago (2015-04-23 16:14:13 UTC) #53
sadrul
https://codereview.chromium.org/999423003/diff/560001/content/browser/renderer_host/input/motion_event_web.cc File content/browser/renderer_host/input/motion_event_web.cc (right): https://codereview.chromium.org/999423003/diff/560001/content/browser/renderer_host/input/motion_event_web.cc#newcode15 content/browser/renderer_host/input/motion_event_web.cc:15: #include "ui/events/base_event_utils.h" Not needed https://codereview.chromium.org/999423003/diff/560001/content/browser/renderer_host/input/touch_emulator.cc File content/browser/renderer_host/input/touch_emulator.cc (right): https://codereview.chromium.org/999423003/diff/560001/content/browser/renderer_host/input/touch_emulator.cc#newcode229 ...
5 years, 8 months ago (2015-04-23 16:56:23 UTC) #54
tdresser
jdduke: I was just pointing out that https://code.google.com/p/chromium/codesearch#chromium/src/cc/animation/animation_id_provider.cc&l=15 doesn't handle wrap around correctly, as if ...
5 years, 8 months ago (2015-04-23 17:13:20 UTC) #55
sadrul
https://codereview.chromium.org/999423003/diff/560001/ui/events/base_event_utils.h File ui/events/base_event_utils.h (right): https://codereview.chromium.org/999423003/diff/560001/ui/events/base_event_utils.h#newcode15 ui/events/base_event_utils.h:15: On 2015/04/23 17:13:19, tdresser wrote: > On 2015/04/23 16:56:23, ...
5 years, 8 months ago (2015-04-23 17:16:28 UTC) #56
tdresser
On 2015/04/23 17:16:28, sadrul wrote: > https://codereview.chromium.org/999423003/diff/560001/ui/events/base_event_utils.h > File ui/events/base_event_utils.h (right): > > https://codereview.chromium.org/999423003/diff/560001/ui/events/base_event_utils.h#newcode15 > ...
5 years, 8 months ago (2015-04-23 17:27:21 UTC) #57
sadrul
On 2015/04/23 17:27:21, tdresser wrote: > On 2015/04/23 17:16:28, sadrul wrote: > > > https://codereview.chromium.org/999423003/diff/560001/ui/events/base_event_utils.h ...
5 years, 8 months ago (2015-04-23 17:31:08 UTC) #58
tdresser
On 2015/04/23 17:31:08, sadrul wrote: > On 2015/04/23 17:27:21, tdresser wrote: > > On 2015/04/23 ...
5 years, 8 months ago (2015-04-23 17:40:36 UTC) #59
sadrul
On 2015/04/23 17:40:36, tdresser wrote: > On 2015/04/23 17:31:08, sadrul wrote: > > On 2015/04/23 ...
5 years, 8 months ago (2015-04-23 21:01:35 UTC) #60
tdresser
On 2015/04/23 21:01:35, sadrul wrote: > On 2015/04/23 17:40:36, tdresser wrote: > > On 2015/04/23 ...
5 years, 8 months ago (2015-04-24 12:48:11 UTC) #61
lanwei
https://codereview.chromium.org/999423003/diff/560001/content/browser/renderer_host/input/motion_event_web.cc File content/browser/renderer_host/input/motion_event_web.cc (right): https://codereview.chromium.org/999423003/diff/560001/content/browser/renderer_host/input/motion_event_web.cc#newcode15 content/browser/renderer_host/input/motion_event_web.cc:15: #include "ui/events/base_event_utils.h" On 2015/04/23 16:56:23, sadrul wrote: > Not ...
5 years, 8 months ago (2015-04-24 20:21:09 UTC) #62
tdresser
https://codereview.chromium.org/999423003/diff/560001/content/browser/renderer_host/input/touch_emulator.cc File content/browser/renderer_host/input/touch_emulator.cc (right): https://codereview.chromium.org/999423003/diff/560001/content/browser/renderer_host/input/touch_emulator.cc#newcode229 content/browser/renderer_host/input/touch_emulator.cc:229: event.uniqueTouchEventId = ui::GetNextTouchEventId(); On 2015/04/24 20:21:09, lanwei wrote: > ...
5 years, 8 months ago (2015-04-27 14:02:24 UTC) #63
jdduke (slow)
ui/events/gesture_detection and content/browser/renderer_host/input lgtm. In the description, can you also link to the CL that ...
5 years, 8 months ago (2015-04-27 17:11:07 UTC) #64
tdresser
https://codereview.chromium.org/999423003/diff/580001/content/browser/renderer_host/input/motion_event_android.h File content/browser/renderer_host/input/motion_event_android.h (right): https://codereview.chromium.org/999423003/diff/580001/content/browser/renderer_host/input/motion_event_android.h#newcode61 content/browser/renderer_host/input/motion_event_android.h:61: uint32 GetUniqueEventId() const override; On 2015/04/27 17:11:07, jdduke wrote: ...
5 years, 8 months ago (2015-04-27 17:13:46 UTC) #65
sadrul
lgtm https://codereview.chromium.org/999423003/diff/580001/ui/events/base_event_utils.cc File ui/events/base_event_utils.cc (right): https://codereview.chromium.org/999423003/diff/580001/ui/events/base_event_utils.cc#newcode18 ui/events/base_event_utils.cc:18: if (id==0) spaces around ==
5 years, 8 months ago (2015-04-27 19:00:43 UTC) #66
lanwei
On 2015/04/27 17:11:07, jdduke wrote: > ui/events/gesture_detection and content/browser/renderer_host/input lgtm. > > In the description, ...
5 years, 7 months ago (2015-04-28 16:14:50 UTC) #67
lanwei
sky@chromium.org: Please review changes in Could you please take a look at components/html_viewer/touch_handler.cc? We do ...
5 years, 7 months ago (2015-04-28 16:24:35 UTC) #69
jdduke (slow)
https://codereview.chromium.org/999423003/diff/600001/content/common/input/synthetic_web_input_event_builders.cc File content/common/input/synthetic_web_input_event_builders.cc (right): https://codereview.chromium.org/999423003/diff/600001/content/common/input/synthetic_web_input_event_builders.cc#newcode176 content/common/input/synthetic_web_input_event_builders.cc:176: WebTouchPoint& point = touches[touchesLength]; At some point, we'll probably ...
5 years, 7 months ago (2015-04-28 16:26:58 UTC) #70
lanwei
On 2015/04/28 16:26:58, jdduke wrote: > https://codereview.chromium.org/999423003/diff/600001/content/common/input/synthetic_web_input_event_builders.cc > File content/common/input/synthetic_web_input_event_builders.cc (right): > > https://codereview.chromium.org/999423003/diff/600001/content/common/input/synthetic_web_input_event_builders.cc#newcode176 > ...
5 years, 7 months ago (2015-04-28 16:30:59 UTC) #71
sky
https://codereview.chromium.org/999423003/diff/600001/components/html_viewer/touch_handler.cc File components/html_viewer/touch_handler.cc (left): https://codereview.chromium.org/999423003/diff/600001/components/html_viewer/touch_handler.cc#oldcode73 components/html_viewer/touch_handler.cc:73: current_motion_event_->set_id(current_motion_event_->GetId() + 1); current_motion_event_ lives for quite a while ...
5 years, 7 months ago (2015-04-28 17:00:19 UTC) #72
lanwei
5 years, 7 months ago (2015-04-28 19:59:15 UTC) #73
sky
LGTM
5 years, 7 months ago (2015-04-28 21:27:59 UTC) #74
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/999423003/620001
5 years, 7 months ago (2015-04-29 17:37:13 UTC) #77
commit-bot: I haz the power
Committed patchset #14 (id:620001)
5 years, 7 months ago (2015-04-29 17:43:01 UTC) #78
commit-bot: I haz the power
5 years, 7 months ago (2015-04-29 17:44:37 UTC) #79
Message was sent while issue was closed.
Patchset 14 (id:??) landed as
https://crrev.com/2574b1b13231fc8348389716ac5630d9f853a1a5
Cr-Commit-Position: refs/heads/master@{#327520}

Powered by Google App Engine
This is Rietveld 408576698