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

Issue 2894963002: Gather UMA for click retarget due to DOM changes (Closed)

Created:
3 years, 7 months ago by Navid Zolghadr
Modified:
3 years, 7 months ago
Reviewers:
tkent, dtapuska, rkaplow
CC:
asvitkine+watch_chromium.org, blink-reviews, chromium-reviews, dtapuska+blinkwatch_chromium.org, kinuko+watch, Navid Zolghadr
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Gather UMA for click retarget due to DOM changes If the mouse down element is removed from DOM and gets added back we do not send a click event. This change adds the UMA metric to see how often this happens. Also enables sending that click event behind flag to see the effect in the wild. BUG=716694 Review-Url: https://codereview.chromium.org/2894963002 Cr-Commit-Position: refs/heads/master@{#474841} Committed: https://chromium.googlesource.com/chromium/src/+/facebe17862d084a9100cebc46d126b4d1d6773b

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add boolean to the type of the histogram #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -17 lines) Patch
M third_party/WebKit/LayoutTests/fast/events/remove-target-in-mouseup-insertback.html View 2 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/core/input/MouseEventManager.h View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/input/MouseEventManager.cpp View 9 chunks +44 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (14 generated)
Navid Zolghadr
3 years, 7 months ago (2017-05-19 18:36:37 UTC) #3
tkent
lgtm
3 years, 7 months ago (2017-05-22 09:08:04 UTC) #7
Navid Zolghadr
rkaplow: Please review changes in tools/metrics/histogram.xml
3 years, 7 months ago (2017-05-23 14:22:30 UTC) #9
rkaplow
https://codereview.chromium.org/2894963002/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2894963002/diff/1/tools/metrics/histograms/histograms.xml#newcode15795 tools/metrics/histograms/histograms.xml:15795: +<histogram name="Event.ClickNotFiredDueToDomManipulation"> can you add the enum (Boolean) https://codereview.chromium.org/2894963002/diff/1/tools/metrics/histograms/histograms.xml#newcode15798 ...
3 years, 7 months ago (2017-05-24 17:26:13 UTC) #10
Navid Zolghadr
ptal https://codereview.chromium.org/2894963002/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2894963002/diff/1/tools/metrics/histograms/histograms.xml#newcode15795 tools/metrics/histograms/histograms.xml:15795: +<histogram name="Event.ClickNotFiredDueToDomManipulation"> On 2017/05/24 17:26:13, rkaplow wrote: > ...
3 years, 7 months ago (2017-05-24 20:49:48 UTC) #12
rkaplow
lgtm
3 years, 7 months ago (2017-05-25 20:52:35 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2894963002/20001
3 years, 7 months ago (2017-05-25 20:57:27 UTC) #19
commit-bot: I haz the power
3 years, 7 months ago (2017-05-25 23:28:28 UTC) #22
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/facebe17862d084a9100cebc46d1...

Powered by Google App Engine
This is Rietveld 408576698