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

Issue 569653002: Add input coordinate information to InputLatency (Closed)

Created:
6 years, 3 months ago by Sami
Modified:
6 years, 3 months ago
CC:
chromium-reviews, darin-cc_chromium.org, cc-bugs_chromium.org, jam, tdresser+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add input coordinate information to InputLatency The coordinates information will be used in trace-viewer to display input coordinates within the chrome compositor view. Original patch by Vicentiu Ciorbaru <cvicentiu@chromium.org>; Committed: https://crrev.com/43c330f730f11a108f01fb2e6331f9e49694f788 Cr-Commit-Position: refs/heads/master@{#295993}

Patch Set 1 #

Patch Set 2 : Switch to float array. #

Total comments: 7

Patch Set 3 : Use a struct. #

Patch Set 4 : Rebased + windows build fix. #

Patch Set 5 : Use uint32 instead of size_t to unbreak IPC. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+201 lines, -20 lines) Patch
M cc/trees/layer_tree_impl.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.h View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 8 chunks +60 lines, -11 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_unittest.cc View 1 2 2 chunks +83 lines, -7 lines 0 comments Download
M ui/events/ipc/latency_info_param_traits.h View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M ui/events/latency_info.h View 1 2 3 4 2 chunks +15 lines, -0 lines 0 comments Download
M ui/events/latency_info.cc View 1 2 3 chunks +26 lines, -1 line 0 comments Download

Messages

Total messages: 31 (10 generated)
Sami
Here's Vicentiu's patch from https://codereview.chromium.org/541033003/ with some additional tests plus using arrays of floats instead ...
6 years, 3 months ago (2014-09-17 17:32:37 UTC) #2
jdduke (slow)
https://codereview.chromium.org/569653002/diff/20001/ui/events/latency_info.cc File ui/events/latency_info.cc (right): https://codereview.chromium.org/569653002/diff/20001/ui/events/latency_info.cc#newcode107 ui/events/latency_info.cc:107: scoped_refptr<base::debug::ConvertableToTraceFormat> AsTraceableData( Just to be clear, this method is ...
6 years, 3 months ago (2014-09-17 17:43:34 UTC) #3
Yufeng Shen (Slow to review)
https://codereview.chromium.org/569653002/diff/20001/ui/events/latency_info.cc File ui/events/latency_info.cc (right): https://codereview.chromium.org/569653002/diff/20001/ui/events/latency_info.cc#newcode107 ui/events/latency_info.cc:107: scoped_refptr<base::debug::ConvertableToTraceFormat> AsTraceableData( On 2014/09/17 17:43:34, jdduke wrote: > Just ...
6 years, 3 months ago (2014-09-17 18:27:53 UTC) #4
Sami
Thanks, another look please? https://codereview.chromium.org/569653002/diff/20001/ui/events/latency_info.cc File ui/events/latency_info.cc (right): https://codereview.chromium.org/569653002/diff/20001/ui/events/latency_info.cc#newcode107 ui/events/latency_info.cc:107: scoped_refptr<base::debug::ConvertableToTraceFormat> AsTraceableData( On 2014/09/17 18:27:53, ...
6 years, 3 months ago (2014-09-18 14:52:37 UTC) #5
Yufeng Shen (Slow to review)
lgtm
6 years, 3 months ago (2014-09-18 15:02:31 UTC) #6
Sami
Thanks Yufeng. Adding some owners: dcheng@chromium.org: ui/events/ipc sadrul@chromium.org: content/browser/renderer_host PTAL.
6 years, 3 months ago (2014-09-18 15:45:29 UTC) #8
Sami
Looks like dcheng@ is out, so inferno@ could you please take over?
6 years, 3 months ago (2014-09-19 13:22:49 UTC) #11
inferno
On 2014/09/19 13:22:49, Sami wrote: > Looks like dcheng@ is out, so inferno@ could you ...
6 years, 3 months ago (2014-09-19 14:35:00 UTC) #12
Sami
kenrb ^
6 years, 3 months ago (2014-09-19 14:43:39 UTC) #14
kenrb
ipc lgtm
6 years, 3 months ago (2014-09-19 16:35:41 UTC) #15
sadrul
I'll wait for jdduke@'s approval
6 years, 3 months ago (2014-09-19 18:19:01 UTC) #16
jdduke (slow)
content/browser/renderer_host lgtm. As an aside, at some point, I think we should take a hard ...
6 years, 3 months ago (2014-09-19 18:46:19 UTC) #17
sadrul
lgtm On 2014/09/19 18:46:19, jdduke wrote: > content/browser/renderer_host lgtm. > > As an aside, at ...
6 years, 3 months ago (2014-09-19 20:44:01 UTC) #18
Sami
Thanks all! On 2014/09/19 18:46:19, jdduke wrote: > As an aside, at some point, I ...
6 years, 3 months ago (2014-09-22 10:05:10 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/569653002/40001
6 years, 3 months ago (2014-09-22 10:05:52 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg/builds/17692)
6 years, 3 months ago (2014-09-22 10:51:13 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/569653002/60001
6 years, 3 months ago (2014-09-22 10:58:58 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/16529)
6 years, 3 months ago (2014-09-22 12:21:45 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/569653002/80001
6 years, 3 months ago (2014-09-22 15:56:06 UTC) #29
commit-bot: I haz the power
Committed patchset #5 (id:80001) as 1092db33f4f2f74d52993d2ac1e93ac8b9e50b27
6 years, 3 months ago (2014-09-22 16:49:20 UTC) #30
commit-bot: I haz the power
6 years, 3 months ago (2014-09-22 16:50:08 UTC) #31
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/43c330f730f11a108f01fb2e6331f9e49694f788
Cr-Commit-Position: refs/heads/master@{#295993}

Powered by Google App Engine
This is Rietveld 408576698