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

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 1441393002: Add UMA to count the number of Google CAPTCHA pages shown and solved by users. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is a comprehensive list of Chrome user actions along with the owner 8 This file is a comprehensive list of Chrome user actions along with the owner
9 and description for each user action. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediatly after a user takes the 10 action taken by a user. It should be logged immediatly after a user takes the
(...skipping 3395 matching lines...) Expand 10 before | Expand all | Expand 10 after
3406 <action name="Gesture_Overview"> 3406 <action name="Gesture_Overview">
3407 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3407 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
3408 <description>Please enter the description of this user action.</description> 3408 <description>Please enter the description of this user action.</description>
3409 </action> 3409 </action>
3410 3410
3411 <action name="Go"> 3411 <action name="Go">
3412 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3412 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
3413 <description>Please enter the description of this user action.</description> 3413 <description>Please enter the description of this user action.</description>
3414 </action> 3414 </action>
3415 3415
3416 <action name="GoogleCaptchaShown">
Alexei Svitkine (slow) 2015/11/13 17:45:12 I think it would be better to use an enum histogra
Matt Welsh 2015/11/13 19:37:16 Done.
3417 <owner>mdw@chromium.org</owner>
3418 <description>
3419 User visited a page that resulted in a Google CAPTCHA challenge.
3420 </description>
3421 </action>
3422
3423 <action name="GoogleCaptchaSolved">
3424 <owner>mdw@chromium.org</owner>
3425 <description>User solved a Google CAPTCHA challenge.</description>
3426 </action>
3427
3416 <action name="GoogleNow.ButtonClicked0"> 3428 <action name="GoogleNow.ButtonClicked0">
3417 <owner>robliao@chromium.org</owner> 3429 <owner>robliao@chromium.org</owner>
3418 <owner>skare@chromium.org</owner> 3430 <owner>skare@chromium.org</owner>
3419 <description> 3431 <description>
3420 User clicked button index 0 (0-based) of a Now Notification. 3432 User clicked button index 0 (0-based) of a Now Notification.
3421 </description> 3433 </description>
3422 </action> 3434 </action>
3423 3435
3424 <action name="GoogleNow.ButtonClicked1"> 3436 <action name="GoogleNow.ButtonClicked1">
3425 <owner>robliao@chromium.org</owner> 3437 <owner>robliao@chromium.org</owner>
(...skipping 9695 matching lines...) Expand 10 before | Expand all | Expand 10 after
13121 <action name="webapps.AddShortcut.Manifest"> 13133 <action name="webapps.AddShortcut.Manifest">
13122 <owner>mlamouri@chromium.org</owner> 13134 <owner>mlamouri@chromium.org</owner>
13123 <description> 13135 <description>
13124 Shortcut added to the homescreen with a valid Manifest. This action will be 13136 Shortcut added to the homescreen with a valid Manifest. This action will be
13125 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13137 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13126 to keep a trend of whether the webapp also add meta tags. 13138 to keep a trend of whether the webapp also add meta tags.
13127 </description> 13139 </description>
13128 </action> 13140 </action>
13129 13141
13130 </actions> 13142 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698