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

Issue 26664002: SyntheticGestureTarget implementation for injecting synthetic input events (Closed)

Created:
7 years, 2 months ago by kouhei (in TOK)
Modified:
7 years, 1 month ago
CC:
chromium-reviews, jbauman+watch_chromium.org, yusukes+watch_chromium.org, jam, penghuang+watch_chromium.org, sievers+watch_chromium.org, joi+watch-content_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org, James Su, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

SyntheticGestureTarget implementation for injecting synthetic input events. This will be used from SyntheticGesture implementations such as SyntheticSmoothScrollGesture(New) to inject input events in a Android/aura specific way. The patch also includes fallback implementation in SyntheticGetsureTargetBase which passes the input events to RWH. BUG=297960 BUG=306459 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=234354

Patch Set 1 #

Total comments: 17

Patch Set 2 : rebased #

Total comments: 2

Patch Set 3 : nonstateless #

Total comments: 4

Patch Set 4 : styles #

Total comments: 10

Patch Set 5 : rebase_wip #

Total comments: 17

Patch Set 6 : android_done #

Patch Set 7 : aura to use base #

Patch Set 8 : remove unused forward decl #

Total comments: 10

Patch Set 9 : git checkout master #

Patch Set 10 : reupl #

Patch Set 11 : CreateSyntheticTouchEvent on RWHVA #

Patch Set 12 : compile_err #

Patch Set 13 : compile_err #

Total comments: 32

Patch Set 14 : compiles on android #

Patch Set 15 : compiles_on_aura #

Total comments: 22

Patch Set 16 : android_fixes #

Patch Set 17 : aura fix #

Patch Set 18 : nits #

Total comments: 4

Patch Set 19 : nits #

Total comments: 1

Patch Set 20 : WebKit->blink. add comment #

Patch Set 21 : add virtual to dtor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+584 lines, -17 lines) Patch
M content/browser/android/browser_jni_registrar.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -0 lines 0 comments Download
M content/browser/android/content_view_core_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/android/content_view_core_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +9 lines, -0 lines 0 comments Download
A content/browser/renderer_host/input/synthetic_gesture_target_android.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +56 lines, -0 lines 0 comments Download
A content/browser/renderer_host/input/synthetic_gesture_target_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +83 lines, -0 lines 0 comments Download
A + content/browser/renderer_host/input/synthetic_gesture_target_aura.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +18 lines, -17 lines 0 comments Download
A content/browser/renderer_host/input/synthetic_gesture_target_aura.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +74 lines, -0 lines 0 comments Download
A content/browser/renderer_host/input/synthetic_gesture_target_base.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +67 lines, -0 lines 0 comments Download
A content/browser/renderer_host/input/synthetic_gesture_target_base.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +104 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +7 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +7 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_base.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_base.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +9 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +6 lines, -0 lines 0 comments Download
M content/content_jni.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M content/port/browser/render_widget_host_view_port.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +6 lines, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +6 lines, -0 lines 0 comments Download
A content/public/android/java/src/org/chromium/content/browser/TouchEventSynthesizer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +118 lines, -0 lines 0 comments Download

Messages

Total messages: 45 (0 generated)
kouhei (in TOK)
jdduke, dominikg: PTAL. I tested this working by: tools/perf/run_measurement smoothness tools/perf/page_sets/top_25.json
7 years, 2 months ago (2013-10-09 07:02:14 UTC) #1
kouhei (in TOK)
On 2013/10/09 07:02:14, kouhei wrote: > jdduke, dominikg: PTAL. I tested this working by: > ...
7 years, 2 months ago (2013-10-09 07:03:48 UTC) #2
Dominik Grewe
Thanks Kouhei. Just a few nits and comments. https://codereview.chromium.org/26664002/diff/1/content/browser/renderer_host/input/touch_scroll_smooth_gesture.h File content/browser/renderer_host/input/touch_scroll_smooth_gesture.h (right): https://codereview.chromium.org/26664002/diff/1/content/browser/renderer_host/input/touch_scroll_smooth_gesture.h#newcode15 content/browser/renderer_host/input/touch_scroll_smooth_gesture.h:15: Is ...
7 years, 2 months ago (2013-10-10 14:01:44 UTC) #3
kouhei (in TOK)
Thanks for your comments! https://codereview.chromium.org/26664002/diff/1/content/browser/renderer_host/input/touch_scroll_smooth_gesture.h File content/browser/renderer_host/input/touch_scroll_smooth_gesture.h (right): https://codereview.chromium.org/26664002/diff/1/content/browser/renderer_host/input/touch_scroll_smooth_gesture.h#newcode15 content/browser/renderer_host/input/touch_scroll_smooth_gesture.h:15: On 2013/10/10 14:01:45, Dominik Grewe ...
7 years, 2 months ago (2013-10-15 02:10:01 UTC) #4
Dominik Grewe
https://codereview.chromium.org/26664002/diff/1/content/browser/renderer_host/synthetic_touch_event_android.cc File content/browser/renderer_host/synthetic_touch_event_android.cc (right): https://codereview.chromium.org/26664002/diff/1/content/browser/renderer_host/synthetic_touch_event_android.cc#newcode60 content/browser/renderer_host/synthetic_touch_event_android.cc:60: reset(); On 2013/10/15 02:10:02, kouhei wrote: > On 2013/10/10 ...
7 years, 2 months ago (2013-10-15 09:10:55 UTC) #5
kouhei (in TOK)
This time I tried stateful SyntheticTouchEvent.java. I'm not sure which is better. I'm ok with ...
7 years, 2 months ago (2013-10-16 04:45:37 UTC) #6
Dominik Grewe
I slightly prefer this version, because it seems less complex. But I'm okay with either. ...
7 years, 2 months ago (2013-10-16 09:22:10 UTC) #7
jdduke (slow)
https://codereview.chromium.org/26664002/diff/1/content/browser/renderer_host/synthetic_touch_event_android.cc File content/browser/renderer_host/synthetic_touch_event_android.cc (right): https://codereview.chromium.org/26664002/diff/1/content/browser/renderer_host/synthetic_touch_event_android.cc#newcode60 content/browser/renderer_host/synthetic_touch_event_android.cc:60: reset(); On 2013/10/15 09:10:55, Dominik Grewe wrote: > On ...
7 years, 2 months ago (2013-10-16 15:05:24 UTC) #8
kouhei (in TOK)
https://codereview.chromium.org/26664002/diff/1/content/browser/renderer_host/synthetic_touch_event_android.cc File content/browser/renderer_host/synthetic_touch_event_android.cc (right): https://codereview.chromium.org/26664002/diff/1/content/browser/renderer_host/synthetic_touch_event_android.cc#newcode60 content/browser/renderer_host/synthetic_touch_event_android.cc:60: reset(); On 2013/10/16 15:05:25, jdduke wrote: > On 2013/10/15 ...
7 years, 2 months ago (2013-10-17 05:44:12 UTC) #9
Dominik Grewe
LGTM. Jared, what do you think? https://codereview.chromium.org/26664002/diff/27001/content/browser/renderer_host/render_widget_host_view_android.cc File content/browser/renderer_host/render_widget_host_view_android.cc (right): https://codereview.chromium.org/26664002/diff/27001/content/browser/renderer_host/render_widget_host_view_android.cc#newcode1022 content/browser/renderer_host/render_widget_host_view_android.cc:1022: NOTREACHED(); // FIXME: ...
7 years, 2 months ago (2013-10-21 17:26:44 UTC) #10
jdduke (slow)
https://codereview.chromium.org/26664002/diff/27001/content/browser/renderer_host/synthetic_touch_event_android.h File content/browser/renderer_host/synthetic_touch_event_android.h (right): https://codereview.chromium.org/26664002/diff/27001/content/browser/renderer_host/synthetic_touch_event_android.h#newcode5 content/browser/renderer_host/synthetic_touch_event_android.h:5: #ifndef CONTENT_BROWSER_RENDERER_HOST_SYNTHETIC_TOUCH_EVENT_ANDROID_H_ Can we move this to renderer_host/input?
7 years, 2 months ago (2013-10-21 19:30:39 UTC) #11
jdduke (slow)
https://codereview.chromium.org/26664002/diff/27001/content/browser/renderer_host/synthetic_touch_event_android.h File content/browser/renderer_host/synthetic_touch_event_android.h (right): https://codereview.chromium.org/26664002/diff/27001/content/browser/renderer_host/synthetic_touch_event_android.h#newcode12 content/browser/renderer_host/synthetic_touch_event_android.h:12: Nit: Remove lines before/after "class WebTouchEvent", and also the ...
7 years, 2 months ago (2013-10-21 23:05:44 UTC) #12
jdduke (slow)
kouhei@: With RWHVPort::CreateSyntheticGestureTarget(), we could probably just make SyntheticTouchEventAndroid implement SyntheticGestureTarget directly.
7 years, 2 months ago (2013-10-22 21:47:08 UTC) #13
kouhei (in TOK)
This is a wip patch. I plan to finish it early next week. This also ...
7 years, 1 month ago (2013-10-25 15:10:17 UTC) #14
Dominik Grewe
Looking good. Thanks Kouhei! https://codereview.chromium.org/26664002/diff/93001/content/browser/renderer_host/input/synthetic_gesture_target_base.cc File content/browser/renderer_host/input/synthetic_gesture_target_base.cc (right): https://codereview.chromium.org/26664002/diff/93001/content/browser/renderer_host/input/synthetic_gesture_target_base.cc#newcode55 content/browser/renderer_host/input/synthetic_gesture_target_base.cc:55: return SyntheticGestureParams::TOUCH_INPUT; I'd say we ...
7 years, 1 month ago (2013-10-25 16:10:11 UTC) #15
kouhei (in TOK)
Thanks for your comments. Merging this with aura CL. https://codereview.chromium.org/26664002/diff/93001/content/browser/renderer_host/input/synthetic_gesture_target_base.cc File content/browser/renderer_host/input/synthetic_gesture_target_base.cc (right): https://codereview.chromium.org/26664002/diff/93001/content/browser/renderer_host/input/synthetic_gesture_target_base.cc#newcode55 content/browser/renderer_host/input/synthetic_gesture_target_base.cc:55: ...
7 years, 1 month ago (2013-10-28 03:03:16 UTC) #16
Dominik Grewe
Thanks Kouhei. A few comments below, otherwise it's looking pretty good afaict. https://codereview.chromium.org/26664002/diff/713001/content/browser/renderer_host/input/synthetic_gesture_target_base.cc File content/browser/renderer_host/input/synthetic_gesture_target_base.cc ...
7 years, 1 month ago (2013-10-28 10:11:59 UTC) #17
jdduke (slow)
https://codereview.chromium.org/26664002/diff/93001/content/browser/renderer_host/input/synthetic_gesture_target_android.cc File content/browser/renderer_host/input/synthetic_gesture_target_android.cc (right): https://codereview.chromium.org/26664002/diff/93001/content/browser/renderer_host/input/synthetic_gesture_target_android.cc#newcode53 content/browser/renderer_host/input/synthetic_gesture_target_android.cc:53: SyntheticGestureTargetAndroid::Action action = Rather than storing |env_|, just attach ...
7 years, 1 month ago (2013-10-28 15:59:46 UTC) #18
Dominik Grewe
https://codereview.chromium.org/26664002/diff/713001/content/browser/renderer_host/input/synthetic_gesture_target_aura.h File content/browser/renderer_host/input/synthetic_gesture_target_aura.h (right): https://codereview.chromium.org/26664002/diff/713001/content/browser/renderer_host/input/synthetic_gesture_target_aura.h#newcode18 content/browser/renderer_host/input/synthetic_gesture_target_aura.h:18: class SyntheticGestureTargetAura : public SyntheticGestureTargetBase { On 2013/10/28 15:59:47, ...
7 years, 1 month ago (2013-10-28 16:14:30 UTC) #19
kouhei (in TOK)
Updated patch. https://codereview.chromium.org/26664002/diff/713001/content/browser/renderer_host/input/synthetic_gesture_target_base.cc File content/browser/renderer_host/input/synthetic_gesture_target_base.cc (right): https://codereview.chromium.org/26664002/diff/713001/content/browser/renderer_host/input/synthetic_gesture_target_base.cc#newcode23 content/browser/renderer_host/input/synthetic_gesture_target_base.cc:23: const int kSyntheticGestureMessageIntervalMs = 7; On 2013/10/28 ...
7 years, 1 month ago (2013-10-29 03:30:41 UTC) #20
Dominik Grewe
Thanks Kouhei. Are you planning to land the Android and Aura patches separately or is ...
7 years, 1 month ago (2013-10-29 09:12:02 UTC) #21
Dominik Grewe
Also, did you see Jared's comments? He added some to patch set 5 so maybe ...
7 years, 1 month ago (2013-10-29 10:18:06 UTC) #22
kouhei (in TOK)
> Are you planning to land the Android and Aura patches separately or is it ...
7 years, 1 month ago (2013-10-29 16:22:53 UTC) #23
Dominik Grewe
On 2013/10/29 16:22:53, kouhei wrote: > > Are you planning to land the Android and ...
7 years, 1 month ago (2013-10-29 16:29:44 UTC) #24
kouhei (in TOK)
https://codereview.chromium.org/26664002/diff/93001/content/browser/renderer_host/input/synthetic_gesture_target_android.cc File content/browser/renderer_host/input/synthetic_gesture_target_android.cc (right): https://codereview.chromium.org/26664002/diff/93001/content/browser/renderer_host/input/synthetic_gesture_target_android.cc#newcode53 content/browser/renderer_host/input/synthetic_gesture_target_android.cc:53: SyntheticGestureTargetAndroid::Action action = On 2013/10/28 15:59:47, jdduke wrote: > ...
7 years, 1 month ago (2013-10-30 03:18:34 UTC) #25
kouhei (in TOK)
sadrul, aelias: Would you take a look? I merged changes from http://crrev.com/25098004 to this CL.
7 years, 1 month ago (2013-10-30 03:25:57 UTC) #26
jdduke (slow)
https://codereview.chromium.org/26664002/diff/993001/content/browser/renderer_host/input/synthetic_gesture_target_base.cc File content/browser/renderer_host/input/synthetic_gesture_target_base.cc (right): https://codereview.chromium.org/26664002/diff/993001/content/browser/renderer_host/input/synthetic_gesture_target_base.cc#newcode88 content/browser/renderer_host/input/synthetic_gesture_target_base.cc:88: SyntheticGestureNew::Result result) { Did we need to do something ...
7 years, 1 month ago (2013-10-30 19:02:42 UTC) #27
Dominik Grewe
https://codereview.chromium.org/26664002/diff/993001/content/browser/renderer_host/input/synthetic_gesture_target_base.cc File content/browser/renderer_host/input/synthetic_gesture_target_base.cc (right): https://codereview.chromium.org/26664002/diff/993001/content/browser/renderer_host/input/synthetic_gesture_target_base.cc#newcode88 content/browser/renderer_host/input/synthetic_gesture_target_base.cc:88: SyntheticGestureNew::Result result) { On 2013/10/30 19:02:43, jdduke wrote: > ...
7 years, 1 month ago (2013-10-30 19:11:58 UTC) #28
jdduke (slow)
https://codereview.chromium.org/26664002/diff/993001/content/browser/renderer_host/input/synthetic_gesture_target_base.h File content/browser/renderer_host/input/synthetic_gesture_target_base.h (right): https://codereview.chromium.org/26664002/diff/993001/content/browser/renderer_host/input/synthetic_gesture_target_base.h#newcode27 content/browser/renderer_host/input/synthetic_gesture_target_base.h:27: explicit SyntheticGestureTargetBase(RenderWidgetHostView* render_view); On 2013/10/30 19:11:59, Dominik Grewe wrote: ...
7 years, 1 month ago (2013-10-31 00:52:50 UTC) #29
aelias_OOO_until_Jul13
https://codereview.chromium.org/26664002/diff/993001/content/browser/renderer_host/input/synthetic_gesture_target_android.cc File content/browser/renderer_host/input/synthetic_gesture_target_android.cc (right): https://codereview.chromium.org/26664002/diff/993001/content/browser/renderer_host/input/synthetic_gesture_target_android.cc#newcode14 content/browser/renderer_host/input/synthetic_gesture_target_android.cc:14: bool g_jni_initialized = false; This isn't the usual way ...
7 years, 1 month ago (2013-10-31 01:47:47 UTC) #30
aelias_OOO_until_Jul13
https://codereview.chromium.org/26664002/diff/993001/content/browser/renderer_host/input/synthetic_gesture_target_base.h File content/browser/renderer_host/input/synthetic_gesture_target_base.h (right): https://codereview.chromium.org/26664002/diff/993001/content/browser/renderer_host/input/synthetic_gesture_target_base.h#newcode52 content/browser/renderer_host/input/synthetic_gesture_target_base.h:52: virtual bool SupportsSyntheticGestureSourceType( On 2013/10/31 01:47:48, aelias wrote: > ...
7 years, 1 month ago (2013-10-31 01:51:40 UTC) #31
kouhei (in TOK)
Thanks for your comments! https://codereview.chromium.org/26664002/diff/993001/content/browser/renderer_host/input/synthetic_gesture_target_android.cc File content/browser/renderer_host/input/synthetic_gesture_target_android.cc (right): https://codereview.chromium.org/26664002/diff/993001/content/browser/renderer_host/input/synthetic_gesture_target_android.cc#newcode14 content/browser/renderer_host/input/synthetic_gesture_target_android.cc:14: bool g_jni_initialized = false; On ...
7 years, 1 month ago (2013-10-31 04:26:30 UTC) #32
aelias_OOO_until_Jul13
lgtm modulo naming comment below. https://codereview.chromium.org/26664002/diff/993001/content/browser/renderer_host/input/synthetic_gesture_target_android.h File content/browser/renderer_host/input/synthetic_gesture_target_android.h (right): https://codereview.chromium.org/26664002/diff/993001/content/browser/renderer_host/input/synthetic_gesture_target_android.h#newcode21 content/browser/renderer_host/input/synthetic_gesture_target_android.h:21: base::android::ScopedJavaLocalRef<jobject> java_touch_event); On 2013/10/31 ...
7 years, 1 month ago (2013-10-31 08:52:42 UTC) #33
Dominik Grewe
The gestures are working with device independent pixels (DIPs). On Android, they need to be ...
7 years, 1 month ago (2013-11-01 16:28:37 UTC) #34
sadrul
https://codereview.chromium.org/26664002/diff/1183001/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc File content/browser/renderer_host/input/synthetic_gesture_target_aura.cc (right): https://codereview.chromium.org/26664002/diff/1183001/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc#newcode13 content/browser/renderer_host/input/synthetic_gesture_target_aura.cc:13: using WebKit::WebTouchEvent; a new line after the #include block ...
7 years, 1 month ago (2013-11-04 19:26:40 UTC) #35
kouhei (in TOK)
Thanks for your feedback! https://codereview.chromium.org/26664002/diff/993001/content/browser/renderer_host/input/synthetic_gesture_target_android.h File content/browser/renderer_host/input/synthetic_gesture_target_android.h (right): https://codereview.chromium.org/26664002/diff/993001/content/browser/renderer_host/input/synthetic_gesture_target_android.h#newcode21 content/browser/renderer_host/input/synthetic_gesture_target_android.h:21: base::android::ScopedJavaLocalRef<jobject> java_touch_event); On 2013/10/31 08:52:42, ...
7 years, 1 month ago (2013-11-05 01:32:24 UTC) #36
Dominik Grewe
Thanks Kouhei. https://codereview.chromium.org/26664002/diff/1183001/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc File content/browser/renderer_host/input/synthetic_gesture_target_aura.cc (right): https://codereview.chromium.org/26664002/diff/1183001/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc#newcode56 content/browser/renderer_host/input/synthetic_gesture_target_aura.cc:56: root_window_host_delegate->OnHostTouchEvent(*iter); On 2013/11/05 01:32:26, kouhei wrote: > ...
7 years, 1 month ago (2013-11-05 10:32:47 UTC) #37
sadrul
lgtm https://codereview.chromium.org/26664002/diff/1183001/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc File content/browser/renderer_host/input/synthetic_gesture_target_aura.cc (right): https://codereview.chromium.org/26664002/diff/1183001/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc#newcode56 content/browser/renderer_host/input/synthetic_gesture_target_aura.cc:56: root_window_host_delegate->OnHostTouchEvent(*iter); On 2013/11/05 10:32:48, Dominik Grewe wrote: > ...
7 years, 1 month ago (2013-11-05 17:53:23 UTC) #38
kouhei (in TOK)
Thanks for your comments. jam@chromium.org: Would you OWNER review changes in content/ interfaces and gypi ...
7 years, 1 month ago (2013-11-06 03:24:21 UTC) #39
jam
lgtm https://codereview.chromium.org/26664002/diff/1423001/content/port/browser/render_widget_host_view_port.h File content/port/browser/render_widget_host_view_port.h (right): https://codereview.chromium.org/26664002/diff/1423001/content/port/browser/render_widget_host_view_port.h#newcode303 content/port/browser/render_widget_host_view_port.h:303: virtual scoped_ptr<SyntheticGestureTarget> CreateSyntheticGestureTarget() = 0; nit: please add ...
7 years, 1 month ago (2013-11-06 17:47:24 UTC) #40
kouhei (in TOK)
Thanks for review!
7 years, 1 month ago (2013-11-11 03:49:29 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/26664002/1483001
7 years, 1 month ago (2013-11-11 03:49:50 UTC) #42
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 1 month ago (2013-11-11 04:19:36 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/26664002/1763001
7 years, 1 month ago (2013-11-11 08:14:28 UTC) #44
commit-bot: I haz the power
7 years, 1 month ago (2013-11-12 01:08:20 UTC) #45
Message was sent while issue was closed.
Change committed as 234354

Powered by Google App Engine
This is Rietveld 408576698