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

Issue 239503008: Expose the timestamp associated with a user gesture, and make it possible to recreate a new user ge… (Closed)

Created:
6 years, 8 months ago by Marijn Kruisselbrink
Modified:
6 years, 7 months ago
CC:
blink-reviews, jamesr, dglazkov+blink, abarth-chromium
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Expose the timestamp associated with a user gesture, and make it possible to recreate a new user gesture token with that timestamp. BUG=354217

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -0 lines) Patch
M Source/platform/UserGestureIndicator.h View 2 chunks +2 lines, -0 lines 0 comments Download
M Source/platform/UserGestureIndicator.cpp View 3 chunks +30 lines, -0 lines 0 comments Download
M Source/web/WebScopedUserGesture.cpp View 1 chunk +5 lines, -0 lines 0 comments Download
M Source/web/WebUserGestureToken.cpp View 1 chunk +5 lines, -0 lines 0 comments Download
M public/web/WebScopedUserGesture.h View 1 chunk +2 lines, -0 lines 0 comments Download
M public/web/WebUserGestureToken.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Marijn Kruisselbrink
In the extension system when one extension sends a message to another one (or to ...
6 years, 8 months ago (2014-04-16 21:43:40 UTC) #1
jochen (gone - plz use gerrit)
The user gesture indicator stuff is not meant to be cross-process. If the extension is ...
6 years, 8 months ago (2014-04-17 08:11:02 UTC) #2
Marijn Kruisselbrink
On 2014/04/17 08:11:02, jochen (OOO until Apr 22) wrote: > The user gesture indicator stuff ...
6 years, 8 months ago (2014-04-17 17:47:26 UTC) #3
jochen (gone - plz use gerrit)
Can you give a concrete example of an app that forwards a gesture twice?
6 years, 8 months ago (2014-04-17 17:53:37 UTC) #4
Marijn Kruisselbrink
On 2014/04/17 17:53:37, jochen (OOO until Apr 22) wrote: > Can you give a concrete ...
6 years, 8 months ago (2014-04-17 18:18:13 UTC) #5
Marijn Kruisselbrink
6 years, 8 months ago (2014-04-25 21:41:00 UTC) #6
Okay, I think forwarding twice is indeed not particularly useful, so I went
ahead and implemented your idea in https://codereview.chromium.org/258783004/

Powered by Google App Engine
This is Rietveld 408576698