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

Issue 278563002: Add histograms to record document.execCommand. (Closed)

Created:
6 years, 7 months ago by yoichio
Modified:
6 years, 7 months ago
CC:
chromium-reviews, jar (doing other things), asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add histograms to record document.execCommand. Add a UMA histogram metrics counting commands when document.execCommand is called. Each histogram id corresponding to a command name is in EditorCommand.cpp: https://src.chromium.org/viewvc/blink?revision=165849 The new UMA is WebCore.Document.execCommand and the corresponding implementation is done: https://src.chromium.org/viewvc/blink?revision=172020&view=revision This CL rewrites the summary of WebCore.Editing.Commands and let WebCore.Document.execCommand use the original summary because we found that WebCore.Editing.Commands doesn't represent what we want to do as the original summary says. That's because the new UMA is needed. BUG=338241 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269460

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -1 line) Patch
M tools/metrics/histograms/histograms.xml View 2 chunks +9 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
yoichio
6 years, 7 months ago (2014-05-08 03:27:06 UTC) #1
Alexei Svitkine (slow)
lgtm
6 years, 7 months ago (2014-05-08 16:56:46 UTC) #2
yoichio
The CQ bit was checked by yoichio@chromium.org
6 years, 7 months ago (2014-05-08 22:47:07 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoichio@chromium.org/278563002/1
6 years, 7 months ago (2014-05-08 22:55:52 UTC) #4
commit-bot: I haz the power
6 years, 7 months ago (2014-05-09 23:16:05 UTC) #5
Message was sent while issue was closed.
Change committed as 269460

Powered by Google App Engine
This is Rietveld 408576698