[go: up one dir, main page]

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

Review URL: https://codereview.chromium.org/278563002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269460 0039d316-1c4b-4281-b951-d872f2087c98
1 file changed